> For the complete documentation index, see [llms.txt](https://handsnft.gitbook.io/handsnft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handsnft.gitbook.io/handsnft/getting-started/levels-and-pools.md).

# Levels and Pools

In the **HandsNFT AI Game**, players progress through four unique Hand Cards levels, each offering distinct opportunities for rewards and growth. Here’s what you need to know about the levels:

***

### **Paperhand Card**(Level 1)

<figure><img src="/files/ThIObnx2gMWKvEnwF2vX" alt="" width="188"><figcaption><p>Paperhand Card</p></figcaption></figure>

* **Description:** The entry-level for all players, representing newcomers or those just starting their journey.
* **Rewards:** No claimable rewards at this level—this phase is focused on experience-building.
* **Claim Timer:** Shortest timer duration.
* **Goal:** Gain experience and attempt to level up.

***

### **Sandhand Card**(Level 2)

<figure><img src="/files/QmSCGzBJNxgd4XswZ4hE" alt="" width="188"><figcaption><p>Sandhand Card</p></figcaption></figure>

* **Description:** A step above Paperhand, where players gain access to competitive in-game rewards.
* **Rewards:** Small in-game rewards plus experience points (EXP).
* **Claim Timer:** Slightly longer than Level 1.
* **Distribution:** A large number of players are eligible for rewards, but at lower amounts compared to higher levels.

***

### **Steelhand Card**(Level 3)

<figure><img src="/files/EiQLx9lnLvSHy99HdmFr" alt="" width="188"><figcaption><p>Steelhand Card</p></figcaption></figure>

* **Description:** A mark of true commitment—players here have successfully leveled up and gained experience.
* **Rewards:** Mid-tier rewards and additional EXP.
* **Claim Timer:** Longer than Level 2.
* **Distribution:** Fewer players receive rewards compared to Level 2, creating increased competition.

***

### **Diamondhand Card**(Level 4)

<figure><img src="/files/zYj98pgrEGMsTXcXjhKb" alt="" width="188"><figcaption><p>Diamondhand Card</p></figcaption></figure>

* **Description:** The highest-level milestone—only the most strategic and persistent players reach this elite tier.
* **Rewards:** The most exclusive in-game rewards, along with the ability to migrate Hand Cards for a recognition-based Ethereum NFT.
* **Claim Timer:** Longest duration.
* **Distribution:** The majority of high-level rewards are allocated to this pool, making it the most competitive.

***

Climbing the Ranks

* Higher levels provide access to a larger share of rewards. Diamondhand receives the most competitive opportunities, followed by Steelhand, then Sandhand.
* Paperhand holders do not receive in-game claimable rewards but can gain experience points to progress.
* As minting continues, rewards flow into the pools, maintaining a **dynamic and skill-driven competition system**.

Manage risk, time your claims strategically, and aim for Diamondhand status for the most challenging and rewarding gameplay experience

***


---

# 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://handsnft.gitbook.io/handsnft/getting-started/levels-and-pools.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.
