Token
Transferring from One Wallet to Another
mantrachaind tx bank send WALLET_ADDRESS SENDING_CUZDAN_ADRESI 100000000ubbn
Participating in Proposal Voting
mantrachaind tx gov vote 1 yes --from WALLET --chain-id=$MANTRA_CHAIN_ID --gas-prices 0.00001ubbn --gas-adjustment 1.5 --gas auto -y
Validatore Staking / Delegation
mantrachaind tx staking delegate $MANTRA_VALOPER_ADDRESS 100000000ubbn --from=$MANTRA_WALLET --chain-id=$MANTRA_CHAIN_ID --gas-prices 0.00001ubbn --gas-adjustment 1.5 --gas auto -y
Unbonding
mantrachaind tx staking unbond $(mantrachaind keys show WALLET --bech val -a) 1000000ubbn --from $MANTRA_WALLET --chain-id indigo-1 --fees 3000ubbn -y
Staking / Redelegate from Current Validator to Other Validator
srcValidatorAddress
: Address of the current staked validator
destValidatorAddress
: Address of the new validator to be staked
mantrachaind tx staking redelegate srcValidatorAddress destValidatorAddress 100000000ubbn --from=$MANTRA_WALLET --chain-id=$MANTRA_CHAIN_ID --gas-prices 0.00001ubbn --gas-adjustment 1.5 --gas auto -y
Withdraw Rewards
mantrachaind tx distribution withdraw-all-rewards --from=WALLET --chain-id=$MANTRA_CHAIN_ID --gas-prices 0.00001ubbn --gas-adjustment 1.5 --gas auto -y
Withdrawing Commission Rewards
mantrachaind tx distribution withdraw-rewards $MANTRA_VALOPER_ADDRESS --from=WALLET --commission --chain-id=$MANTRA_CHAIN_ID --gas-prices 0.00001ubbn --gas-adjustment 1.5 --gas auto -y
Last updated