# Chests

**Each game solved** on the application allows the user to win a chest to open in his inventory. The chest can contain:&#x20;

* **Project tokens**&#x20;
* **USDT Rewards**&#x20;
* **WL or NFTs from other projects**&#x20;
* **EXP Boosts**

**Important:  chests can be opened or sold on the marketplace**

Each chest can contain one or more items, and **each chest has a rarity** :

<table><thead><tr><th>CHESTS</th><th>Common</th><th>Rare</th><th>Epic</th><th width="200">Legendary</th></tr></thead><tbody><tr><td>Tokens</td><td>1000</td><td>5000</td><td>10000</td><td>100000</td></tr><tr><td>USDT</td><td>5$</td><td>25$</td><td>50$</td><td>500$</td></tr><tr><td>WL/NFT</td><td>WL</td><td>Premium WL</td><td>NFT</td><td>Premium NFT</td></tr><tr><td>EXP</td><td>200</td><td>1000</td><td>2000</td><td>20000</td></tr></tbody></table>


---

# 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://metamindgames.gitbook.io/metamindgames/contests-and-rewards/chests.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.
