# 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.

```bash
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.
