> 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/locking-xtonic.md).

# Locking xTONIC

### **For new users:**

1\) First, you need to have xTONIC. You can obtain this by staking your TONIC (Please see guide [here](/docs/guides/staking-tonic.md)).

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

2\) Next, head to the [**Vaults**](https://app.tectonic.finance/vaults/) page.&#x20;

3\) Choose your desired vault (6 month / 12 months / 24 months / 48 months) and input the deposit amount. "Confirm" the deposit on the In-App Pop up and in your wallet\
\
![](/files/GdKGrdDyJEZYSPI1cy5H) ![](/files/rpNLbmnlCagk6gymkZvM)<br>

5\) When you receive the confirmation notification, it means that you have successfully deposited your xTONIC in the vault

6\) You can view your earnings and allocation as well as "Harvest" your rewards in the Earnings module

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

### **For existing users**

7\) If you have already previously deposited xTONIC in a vault, you can choose to "Deposit More" anytime, and follow Step 4

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

8\) Alternatively, "Upgrade Locking Period" to earn more rewards. To do so, select the deposit you want to upgrade and "Confirm Selection". Then, choose your preferred locking time period and "Confirm Upgrade"

<figure><img src="/files/IkWdtUYaCWDqoxFTn14V" alt="" width="375"><figcaption><p>"Upgrade Locking Period"</p></figcaption></figure>

<div align="center"><figure><img src="https://lh4.googleusercontent.com/qO4ewoEjG3A-9NxHDHKB-dRy9KTTlt7gy_NeOLY0XNtNn605wweTwO9_JXO024btuOGWEpH67CzJC5Onw-QRWLUVnE3ZMNRnibzGhHh2T1rYumhJD8lkYq-busIC9CpO3YHaWjmakkI2c7x_8-hP-JA" alt="" width="375"><figcaption><p>"Confirm Selection"</p></figcaption></figure></div>

<figure><img src="/files/ErcA3DW7YaLQzYWHY5DO" alt="" width="375"><figcaption><p>"Confirm Upgrade"</p></figcaption></figure>

9\) If your vault has reached maturity, you are ready to "Withdraw" your unlocked xTONIC. To do so, select the deposit(s) you want to withdraw and "Confirm Selection". Then, finalise the transaction by clicking on "Confirm Withdrawal"

<figure><img src="/files/7uFH7OZUctQhLKR2ZdD8" alt="" width="375"><figcaption><p>"Withdraw"</p></figcaption></figure>

<figure><img src="/files/sXeVnqqw3dEqlxOEEvB3" alt="" width="375"><figcaption><p>"Confirm Selection"</p></figcaption></figure>

<figure><img src="/files/Cdsqa1xwYMqvMjdtjKot" alt="" width="375"><figcaption><p>"Confirm Withdrawal"</p></figcaption></figure>

## **Commonly asked questions**

<details>

<summary>Q) Can I withdraw my xTONIC from a vault before the end of the vault expiry?</summary>

**A:** No, you will not be able to. xTONIC tokens locked within these vaults will only be released following the completion of the relevant time period

</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/locking-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.
