> For the complete documentation index, see [llms.txt](https://boxmazeworld.gitbook.io/box-maze-world-white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://boxmazeworld.gitbook.io/box-maze-world-white-paper/about-us/basic-game-info.md).

# Basic Game Info

Box Maze World is an interactive game that implements a burn-to-earn leveling system, where the amount of tokens you can earn increases as you progress to higher levels. To advance your level, you must infuse equipment by burning it in-game. Each level corresponds to a specific number of tokens that you can earn and claim.

Initially, you are required to claim your tokens every two hours. However, as you achieve higher levels, the cooldown time for claiming tokens is increased by the tier system. The tier system is linked to your level and determines the cooldown time for earning tokens. As you reach specific milestones, you unlock higher tiers that extend the claim time. For example, reaching level 11 unlocks tier 2 mining, which doubles the claim time to four hours. Reaching level 21 unlocks tier 3 mining, further increasing the claim time to six hours and so forth. The current maximum level attainable in Box Maze World is 500 which unlocks tier 50 and a 100 hour cooldown time. Levels are permanent and can only increase as you continue to infuse more equipment into your account. It is important to note that levels cannot be reduced once achieved.

In Box Maze World, there is no maximum limit on the number of equipment slots available to players. The main focus of the game revolves around leveling up and progressing through the tiers to earn more tokens.

Aside from the burn-to-earn leveling system, Box Maze World offers additional gameplay features to enhance the overall experience. These include an Adventure mode, where players can embark on an adventure every 24 hours to obtain orbs which can be used in weekly limited blends to discover land or other NFTs, PvP (player versus player) battles for competitive interactions (currently being reworked), and a Solar System that provides additional opportunities within the game's universe.

Overall, Box Maze World combines the thrill of leveling up and earning tokens through equipment infusion with various engaging gameplay elements, making it an ever evolving immersive and rewarding gaming experience.

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

## Join us on [Discord ](https://boxmaze.world/discord)for further announcements!


---

# 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://boxmazeworld.gitbook.io/box-maze-world-white-paper/about-us/basic-game-info.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.
