commands
Key management
Add new key
humansd keys add walletRecover existing key
humansd keys add wallet --recoverList all keys
humansd keys listDelete key
humansd keys delete walletExport key to the file
humansd keys export walletImport key from the file
humansd keys import wallet wallet.backupQuery wallet balance
humansd q bank balances $(humansd keys show wallet -a)Validator management
Create new validator
Edit existing validator
Remove node
Unjail validator
Jail reason
List all active validators
List all inactive validators
View validator details
Token management
Withdraw rewards from all validators
Withdraw commission and rewards from your validator
Delegate tokens to yourself
Delegate tokens to validator
Redelegate tokens to another validator
Unbond tokens from your validator
Send tokens to the wallet
Governance
List all proposals
View proposal by id
Vote 'Yes'
Vote 'No'
Vote 'Abstain'
Vote 'NoWithVeto'
Maintenance
Get validator info
Get sync info
Get node peer
Check if validator key is correct
Get live peers
Reset chain data
Last updated