# Unstake periods

<figure><img src="/files/ykRrQrjAPomteq5esghn" alt=""><figcaption></figcaption></figure>

### How withdrawals from pools work

In many [**JVault**](https://jvault.xyz/) staking pools, there are several unstake periods. These are measured in days and indicate how long a staker needs to wait between sending a free withdrawal request and opening a withdrawal opportunity.

{% hint style="info" %}
It is important to understand that the period is counted not from the moment the tokens are blocked, but from the moment the withdrawal request is sent. Thus, if you have staked tokens with an unstake period of 7 days, and you send a request one year after making a deposit, you will still need to wait 7 days for a free withdrawal. No rewards will be given for the tokens requested for withdrawal.
{% endhint %}

Most staking pools also offer instant withdrawal with a percentage fee. The amount of the fee is set by the creator of the staking pool and is constant from the moment of deposit. All tokens paid as a commission are sent to the creator of the staking pool, who can dispose of them in any way, including adding them as rewards for stakers or burning them.

<figure><img src="/files/86pZp1nMBCwmZIVJCNco" alt=""><figcaption><p>Instant withdrawal interface with a commission of 2.5%</p></figcaption></figure>

{% hint style="warning" %}
A service fee of 0.3 TON is charged for each instant withdrawal
{% endhint %}

### Differences between the various periods of the unstake

<figure><img src="/files/CdmqXryCLSYW1jSBqgWV" alt=""><figcaption></figcaption></figure>

For each unstake period, the pool creator can configure the following parameters:

* **Yield multiplier** — how much the yield at lock-in for the given period is higher than the base rate with the minimum unstake period.
* **Maximum TVL** — limit on the total volume of deposits with the given period
* **Deposit fee** — a percentage of the user's position charged on each deposit in favour of the creator of the staking pool
* **Instant withdrawal fee** — percentage of tokens requested for instant withdrawal, charged in favour of the staking pool creator in addition to the **0.3 TON service fee**.

A separate st-JETTON is created for each ansteak period:

<figure><img src="/files/iLGwgW6Gfw6QbB1y6kpa" alt=""><figcaption><p>Example of st-JETTONS for the JVT staking pool</p></figcaption></figure>

Therefore, the management of positions with different unstake periods (withdrawals, award stamps) is autonomous, including independently the maximum deposit limit (deposits with different periods do not add up).

<figure><img src="/files/vKdotkvIKOPxnyXPqsG7" alt=""><figcaption><p>Position management interface</p></figcaption></figure>


---

# Agent Instructions: 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://docs.jvault.xyz/staking-v2/unstake-periods.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.
