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