Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 490 Bytes

File metadata and controls

17 lines (13 loc) · 490 Bytes

Unbond Tokens

{% hint style="info" %} There currently is in place a 21 days unbonding rule, during which no rewards are handed out. {% endhint %}

If for any reason the validator misbehaves, or you just want to unbond a certain amount of tokens, use this following command.

secretcli tx staking unbond \
  <validator-address> \
  10uscrt \
  --from=<key-alias> \
  --chain-id=<chain-id>

The unbonding will be automatically completed when the unbonding period has passed.