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