> For the complete documentation index, see [llms.txt](https://wiki.parachain.curioinvest.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.parachain.curioinvest.com/guides/how-to-unlock-unstaked-tokens.md).

# How to unlock unstaked tokens

Before you can unlock your previously staked tokens, you have to wait **7 days** (in block time).

{% hint style="info" %}
**INFO**

If you have unstaked amounts, then you can view their locking status as follows: go to `Developer -> Chain state -> Storage`, then select  `parachainStaking -> unstaking`, select your account and click `+`. You will see a list of unstaked amounts and the blocks on which each amount will be unlocked.&#x20;

<img src="/files/Q6yShGxr0tOl4tlIxP8n" alt="" data-size="original">
{% endhint %}

In the Polkadot JS Apps (<https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fparachain.curioinvest.com%2F#/explorer>) go to `Developer -> Extrinsics -> Submission`.

<figure><img src="/files/M0wxcZXzRcr10Mfis620" alt="" width="563"><figcaption></figcaption></figure>

{% tabs %}
{% tab title="Delegator" %}

1. Select any account with enough balance to cover the transaction fee, which is around 0.005 CGT (*using the selected account* field)
2. Select the appropriate extrinsic: `parachainStaking -> unlockUnstaked(target)`
3. Select the `Id` option (the *MultiAddress (LookupSource) field*)
4. Select the Curio Parachain address you delegated from (the *Id: AccountId* field)
5. Sign and submit the extrinsic (the *Submit Transaction* button)

{% hint style="info" %}
**INFO**

Even if you have not exited, reduced or removed your delegation, you can still have unstaked tokens. This can happen if either of the following events occurred

* You were kicked out of your collator candidate's delegation pool because all current delegators have a higher stake
* Your collator candidate intentionally left the collator pool.
  {% endhint %}
  {% endtab %}
  {% endtabs %}
