Token Management
gitopiad tx bank send wallet <TO_WALLET_ADDRESS> 1000000aplanq --from wallet --chain-id planq_7070-2gitopiad tx distribution withdraw-all-rewards --from wallet --chain-id gitopia --gas-adjustment 1.15 --gas="auto" --fees="1000ulore" -ygitopiad tx distribution withdraw-rewards $(gitopiad keys show wallet --bech val -a) --commission --from wallet --chain-id gitopia --gas-adjustment 1.15 --gas="auto" --fees="1000ulore" -ygitopiad tx staking delegate $(gitopiad keys show wallet --bech val -a) <AMOUNT> --from wallet --chain-id gitopia --gas-adjustment 1.15 --gas="auto" --fees="1000ulore" -ygitopiad tx staking redelegate $(gitopiad keys show wallet --bech val -a) <TO_VALOPER_ADDRESS> <AMOUNT> --from wallet --chain-id gitopia --gas-adjustment 1.15 --gas "auto" --fees "1000ulore" -ygitopiad tx staking unbond $(gitopiad keys show wallet --bech val -a) <AMOUNT> --from wallet --chain-id gitopia --gas-adjustment 1.15 --gas "auto" --fees "1000ulore" -yLast updated