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