For the complete documentation index, see llms.txt. This page is also available as Markdown.

Token Management

Token Management

Withdraw All Rewards

qied tx distribution withdraw-all-rewards --from wallet --chain-id qie_1990-1 --gas auto --gas-adjustment 1.5 --gas-prices 0.25aqie --home $HOME/.qie -y

Withdraw Rewards and Commission

qied tx distribution withdraw-rewards $(qied keys show wallet --bech val -a --home $HOME/.qie) --from wallet --commission --chain-id qie_1990-1 --gas auto --gas-adjustment 1.5 --gas-prices 0.25aqie --home $HOME/.qie -y

Check Balance

qied query bank balances $(qied keys show wallet -a --home $HOME/.qie) --home $HOME/.qie

Delegate to Yourself

qied tx staking delegate $(qied keys show wallet --bech val -a --home $HOME/.qie) 1000000aqie --from wallet --chain-id qie_1990-1 --gas auto --gas-adjustment 1.5 --gas-prices 0.25aqie --home $HOME/.qie -y

Delegate to Other Validator

qied tx staking delegate VALOPER_ADDRESS 1000000aqie --from wallet --chain-id qie_1990-1 --gas auto --gas-adjustment 1.5 --gas-prices 0.25aqie --home $HOME/.qie -y

Redelegate Stake

qied tx staking redelegate $(qied keys show wallet --bech val -a --home $HOME/.qie) VALOPER_ADDRESS 1000000aqie --from wallet --chain-id qie_1990-1 --gas auto --gas-adjustment 1.5 --gas-prices 0.25aqie --home $HOME/.qie -y

Unbond

Transfer Funds