# Staking process

To stake tokens, select the staking pool you are interested in on the [**main page**](https://jvault.xyz/staking/v2/stake). To simplify this process, you can use the search by pool name and address, or by staking token address (1), sorting (2) and filters (3).

<figure><img src="/files/zkr0AN5gC9w1IHxtTHci" alt=""><figcaption><p>Staking Home Page</p></figcaption></figure>

Go to the staking pool page, compare the [**unstake periods** ](/staking-v2/unstake-periods.md)(1), familiarise yourself with their differences (2) and note the minimum and maximum deposit limits (3).

<figure><img src="/files/Lnmf3U07wJQLBsF7sXKI" alt=""><figcaption><p>The staking pool page</p></figcaption></figure>

{% hint style="info" %}
If any element of the interface seems unclear to you, hover over the question mark icon (?) next to it for more detailed information.
{% endhint %}

After reading the staking terms, enter your desired amount of tokens to be sent to staking (4) and click **‘Stake’** to request the transaction (5).

<figure><img src="/files/chNqOwHIcMII2L45RQ2w" alt="" width="375"><figcaption><p>Transaction for token staking. The commission is displayed incorrectly.</p></figcaption></figure>

Once the transaction is indexed, you will see a notification on the site as well as st-JETTONs on your wallet.

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

{% hint style="danger" %}
st-JETTONs serve as the **only proof of ownership** of staked tokens, so if you send them to another address, you will transfer the right to unstake your tokens to the recipient
{% endhint %}


---

# 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/info-for-stakers/staking-process.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.
