User Command

  • Delegate token

initiad tx mstaking delegate $(initiad keys show wallet --bech val -a) 1000000uinit --from wallet --chain-id initiation-1 --gas-adjustment 1.4 --gas auto --gas-prices 0.15uinit -y
  • Unjail Node (if your node is jailed)

initiad tx slashing unjail --from wallet --chain-id initiation-1 --gas-adjustment 1.4 --gas auto --gas-prices 0.15uinit -y
  • Balance wallet

initiad q bank balances $(initiad keys show wallet -a)

Last updated