> 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 %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.parachain.curioinvest.com/guides/how-to-unlock-unstaked-tokens.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
