Wallet Management
Add New Wallet
kopid keys add $WALLETRestore existing wallet
kopid keys add $WALLET --recoverList All Wallets
kopid keys listDelete wallet
kopid keys delete $WALLETCheck Balance
kopid q bank balances $(kopid keys show $WALLET -a)Export Key (save to wallet.backup)
kopid keys export $WALLETView EVM Prived Key
kopid keys unsafe-export-eth-key $WALLETImport Key (restore from wallet.backup)
kopid keys import $WALLET wallet.backupTokens
Withdraw all rewards
kopid tx distribution withdraw-all-rewards --from $WALLET --chain-id luwak-1 --fees 5000ukopi -yWithdraw rewards and commission from your validator
kopid tx distribution withdraw-rewards $VALOPER_ADDRESS --from $WALLET --commission --chain-id luwak-1 --fees 5000ukopi -yCheck your balance
kopid query bank balances $WALLET_ADDRESSDelegate to Yourself
kopid tx staking delegate $(kopid keys show $WALLET --bech val -a) 1000000ukopi --from $WALLET --chain-id luwak-1 --fees 5000ukopi -yDelegate
kopid tx staking delegate <TO_VALOPER_ADDRESS> 1000000ukopi --from $WALLET --chain-id luwak-1 --fees 5000ukopi -yRedelegate Stake to Another Validator
kopid tx staking redelegate $VALOPER_ADDRESS <TO_VALOPER_ADDRESS> 1000000ukopi --from $WALLET --chain-id luwak-1 --fees 5000ukopi -yUnbond
kopid tx staking unbond $(kopid keys show $WALLET --bech val -a) 1000000ukopi --from $WALLET --chain-id luwak-1 --fees 5000ukopi -yTransfer Funds
kopid tx bank send $WALLET_ADDRESS <TO_WALLET_ADDRESS> 1000000ukopi --chain-id luwak-1 --fees 5000ukopi -yLast updated