Last updated 1 year ago
before executed any commands, please change the value below (if any):
<wallet>
<TO_WALLET_ADDRESS>
<TO_VALOPER_ADDRESS>
Send token to another address
Withdraw rewards
Withdraw rewards and commission
Delegate token to a Validator
Redelegate token to another Validator
Unbond token from Validator (it takes 21 days to unlocked)
planqd tx bank send wallet <TO_WALLET_ADDRESS> 1000000aplanq --from wallet --chain-id planq_7070-2
planqd tx distribution withdraw-all-rewards --from wallet --chain-id planq_7070-2 --gas-adjustment 1.15 --gas="1000000" --gas-prices="30000000000aplanq" -y
planqd tx distribution withdraw-rewards $(planqd keys show wallet --bech val -a) --commission --from wallet --chain-id planq_7070-2 --gas-adjustment 1.15 --gas="1000000" --gas-prices="30000000000aplanq" -y
planqd tx staking delegate $(planqd keys show wallet --bech val -a) 1000000aplanq --from wallet --chain-id planq_7070-2 --gas-adjustment 1.15 --gas="1000000" --gas-prices="30000000000aplanq" -y
planqd tx staking redelegate $(planqd keys show wallet --bech val -a) <TO_VALOPER_ADDRESS> 1000000aplanq --from wallet --chain-id planq_7070-2 --gas-adjustment 1.15 --gas="1000000" --gas-prices="30000000000aplanq" -y
lanqd tx staking unbond $(planqd keys show wallet --bech val -a) 1000000aplanq --from wallet --chain-id planq_7070-2 --gas-adjustment 1.15 --gas="1000000" --gas-prices="30000000000aplanq" -y