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 athens_7001-1 --fees -yWithdraw rewards and commission from your validator
zetacored tx distribution withdraw-rewards $VALOPER_ADDRESS --from $WALLET --commission --chain-id athens_7001-1 --fees -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 athens_7001-1 --fees -yDelegate
zetacored tx staking delegate <TO_VALOPER_ADDRESS> 1000000azeta --from $WALLET --chain-id athens_7001-1 --fees -yRedelegate Stake to Another Validator
zetacored tx staking redelegate $VALOPER_ADDRESS <TO_VALOPER_ADDRESS> 1000000azeta --from $WALLET --chain-id athens_7001-1 --fees -yUnbond
zetacored tx staking unbond $(zetacored keys show $WALLET --bech val -a) 1000000azeta --from $WALLET --chain-id athens_7001-1 --fees -yTransfer Funds
zetacored tx bank send $WALLET_ADDRESS <TO_WALLET_ADDRESS> 1000000azeta --chain-id athens_7001-1 --fees -yLast updated