> For the complete documentation index, see [llms.txt](https://thenextworld.gitbook.io/the-next-world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thenextworld.gitbook.io/the-next-world/ecosystem/mini-game.md).

# Mini-Game

## &#x20;    `TREASURE HEIST`

![](/files/dEkE4ZNKiqW4xJXFOA8j)

### **Introduction**

Treasure Heist is an idle strategy game where players may start collecting [**TNC tokens**](/the-next-world/economy/the-next-world-coin-usdtnc.md) and special rewards by accomplishing a series of simple tasks with their soldier avatar NFT. Participants will have a basic grasp of how the main game of TNW operates. Additionally, Treasure Heist serves as a thorough training ground for players to gather precious resources to be ready for the future game mode.

#### **Get Started**

Treasure Heist is a web-based game. All you have to do is to link your crypto wallet and start the game. Every player starts with 4 empty battlefield slots, begin training by equipping your [**soldiers**](/the-next-world/tnw-nft/soldier-avatar-nft.md) on the battlefield slot. For each opponent's damage dealt, tokens will be given out.&#x20;

#### Requirement & Fees

TNC minimum withdrawal: 100 TNC\
TNC withdrawal fee:

| Below 250 TNC  | 15% |
| -------------- | --- |
| Below 4000 TNC | 10% |
| Above 4000 TNC | 5%  |

BNB minimum withdrawal: 0.1 BNB\
BNB withdrawal fee: 0.01 BNB

> As Treasure Heist is a strategy game, there are strategies to apply in order to boost the earnings, try out the best combination of soldiers in different battlefield slots, or equipped with different military badge(s) to optimize your profits!

#### Daily Max Cap (TNC Tokens)

<table><thead><tr><th width="141" align="center">Tiers</th><th align="center">Lvl 0</th><th align="center">Lvl 1</th><th align="center">Lvl 2</th><th align="center">Lvl 3</th><th align="center">Lvl 4</th><th align="center">Lvl 5</th></tr></thead><tbody><tr><td align="center">Legendary</td><td align="center">400</td><td align="center">550</td><td align="center">700</td><td align="center">1000</td><td align="center">1500</td><td align="center">2500</td></tr><tr><td align="center">Epic</td><td align="center">300</td><td align="center">450</td><td align="center">600</td><td align="center">800</td><td align="center">1200</td><td align="center">2100</td></tr><tr><td align="center">Rare</td><td align="center">250</td><td align="center">300</td><td align="center">400</td><td align="center">550</td><td align="center">900</td><td align="center">1500</td></tr><tr><td align="center">Unique</td><td align="center">70</td><td align="center">110</td><td align="center">180</td><td align="center">320</td><td align="center">600</td><td align="center">1100</td></tr><tr><td align="center">Uncommon</td><td align="center">25</td><td align="center">50</td><td align="center">100</td><td align="center">200</td><td align="center">400</td><td align="center">800</td></tr><tr><td align="center">Common</td><td align="center">5</td><td align="center">10</td><td align="center">20</td><td align="center">-</td><td align="center">-</td><td align="center">-</td></tr></tbody></table>


---

# 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://thenextworld.gitbook.io/the-next-world/ecosystem/mini-game.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.
