Jail, Bonding, Delegation
When a validator is "jailed" for downtime, you must submit an
Unjail
transaction from the operator account in order to be able to get block proposer rewards again (depends on the zone fee distribution).echelond tx slashing unjail --from=<echelon1p4...> --keyring-backend file --chain-id=echelon_3000-3
echelond tx staking delegate <echelonvaloper1p4...> <amount * 1e18>aechelon --from=<echelon1p4...> --keyring-backend file

How to find your echelon address and validator address on ping.pub explorer
echelond tx staking unbond <validatoraddress> <amounttounbond> --from=<echelon1p4...> --keyring-backend file
Last modified 11mo ago