> For the complete documentation index, see [llms.txt](https://docs.jvault.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jvault.xyz/staking-v1-deprecated/for-stakers/staking.md).

# Staking

## How to stake tokens?

Connect your wallet to the site using the "connect wallet" button in the top right corner of the screen. After that, on the main page of the site, select the steaking pool you are interested in.

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

You can use the filters "Zero balances" (when off - only pools in which you have positions are displayed) and "WL only" (when on - only pools that are in our whitelist are displayed).

After selecting a pool, on the page that opens, enter the number of tokens you want to put into the pool, select the staking period and the ability to transfer NFTs, and click "Stake".

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

Once the transaction is confirmed, you will receive an NFT confirming your ownership of the staked tokens. You will need it to manage your position - to collect rewards and complete staking.

NFT is a liquid asset, you can sell it (**but only if you have selected NFT transfer "allowed"**) to transfer the rights to the staked tokens to a new owner. Staking rewards can be withdrawn at any time, but you can only fully retrieve your tokens after the end of the lock-in period.


---

# 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://docs.jvault.xyz/staking-v1-deprecated/for-stakers/staking.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.
