> For the complete documentation index, see [llms.txt](https://tectonic.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tectonic.gitbook.io/docs/guides/staking-tonic/unstaking-xtonic.md).

# Unstaking xTONIC

1\) Go to the [Earn](https://app.tectonic.finance/tonic/) page. Ensure you are on the first tab labelled “TONIC”.

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

2\) You will see the "TONIC Staking" module in the column on the left. Click on the “Unstake” tab.

<figure><img src="/files/7vMJy6jXohf03yfSKogc" alt=""><figcaption></figcaption></figure>

3\) Input the amount of TONIC you would like to unstake and click "Unstake". Click "Confirm" to complete the transaction.

<figure><img src="/files/XxNtuLVyYxIKUa2QHXpx" alt="" width="375"><figcaption></figcaption></figure>

4\) Once the transaction is complete, you will see a countdown timer showing the remaining time in your cooldown period.

<figure><img src="/files/ZGzGqPQWulwZaKKaUJLG" alt="" width="375"><figcaption></figcaption></figure>

5\) You can track your pending TONIC on the lower section of the TONIC Staking panel. You can also view the xTONIC-to-TONIC exchange rate ("Unstaking locked rate") that was used to calculate how much TONIC you will receive at the end of the unstaking period

<figure><img src="/files/Mt35S3qnmM8VGhm0hxIR" alt="" width="375"><figcaption></figcaption></figure>

6\) Your unstaked TONIC will be available for withdrawal to your wallet once the cooldown period ends. Come back to the Tectonic website to withdraw your unstaked TONIC.

<figure><img src="/files/8U74ESfDDqKOA24BFSII" alt="" width="375"><figcaption></figcaption></figure>

## **Commonly asked questions**

<details>

<summary>Q) Am I able to immediately withdraw my unstaked TONIC?</summary>

**A:** No you will not. After unstaking, your TONIC will be go through a 10-day cooldown period, during which your TONIC cannot be withdrawn to your wallet

</details>

<details>

<summary>Q) Why did my countdown timer reset itself?</summary>

**A:** This likely happened because you unstaked more TONIC while the previous batch of TONIC was undergoing its 10-day cooldown period. When this happens, the countdown timer will reset your cooldown period back to 10 days

</details>


---

# 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, and the optional `goal` query parameter:

```
GET https://tectonic.gitbook.io/docs/guides/staking-tonic/unstaking-xtonic.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
