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