> For the complete documentation index, see [llms.txt](https://xai-foundation.gitbook.io/xai-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xai-foundation.gitbook.io/xai-network/staking-explained/staking-v1-and-v2.md).

# Staking v1 and v2

The initial release of Staking is referred to as "v1". In v1 a wallet was able to stake esXAI if it held Sentry Keys and was KYC'd. Based on the amount of esXAI staked by the wallet, it could achieve reward tiers and increase the probability of the Sentry Keys in the wallet receiving network rewards.

* With the release of staking pools, v1 stake will remain staked for a wallet.&#x20;
* New tiers thresholds and rewards will apply to any v1 stake. Here is a guide to find those [thresholds and rewards](/xai-network/staking-explained/staking-rewards-and-tiers.md). This will apply to all unstaked keys in the staking wallet.
* v1 can be unstaked, without being subject to a waiting period.
* No more esXAI can be added to your v1 stake following the conclusion of Staking v1. Staked esXAi can only be added to staking pools.

In April 2024, Staking Pools were released. In Staking "v2", any holder of esXAI, regardless of size, may join and collaborate within a Staking Pool for enhanced Network Reward probabilities . By staking their esXAi to a Pool, a holder will help to increase the probability that the Key or Keys within the pool that they have joined will participate in a Challenge and receive Network Rewards.&#x20;

{% hint style="info" %}
To try out Staking v2 check out <https://app.xai.games/staking>
{% endhint %}


---

# 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://xai-foundation.gitbook.io/xai-network/staking-explained/staking-v1-and-v2.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.
