User Command

  • Delegate token

junctiond tx staking delegate $(junctiond keys show AIR_WALLET --bech val -a) 1000000amf --from $AIR_WALLET --chain-id junction --fees 500amf -y
  • Unjail Node (if your node is jailed)

junctiond tx slashing unjail --from $AIR_WALLET --chain-id junction --fees 500amf -y
  • Balance wallet

junctiond q bank balances $(junctiond keys show AIR_WALLET -a)

Last updated