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

# Boxes

<details>

<summary><em><strong>COMMON BOX</strong></em></summary>

* Players can buy boxes and open them to get random NFT with different rarity levels from level D to level SS. Common box cannot open the level 7 - SSS level.
* There is no limit on the number of boxes being sold in the game.
* The common boxes can only be purchased on STMAN marketplace and cannot be traded P2P.
* Drop rate: D: 75%, C: 15%, B: 5%, A: 3.5%, S:1% , SS: 0.5%

</details>

<details>

<summary><em>PREMIUM BOX</em></summary>

* Have a limited quantity of 50.000 boxes (5000 Premium Boxes are sold publicly, 10,000 Premium Boxes will be distributed to partners, gameguild and 35,000 is for tournament rewarding system)
* Each NFT hero has a unique appearance.
* Can be purchased in various marketplaces (INO launchpads, STMAN Marketplace, etc.)&#x20;
* Users can transfer boxes to other players&#x20;
* Rarity levels range from B to SSS.
* B: 44%, A: 36%, S: 18%, SS: 1.8%, SSS: 0.2%

</details>

<details>

<summary><em>SUPER BOX</em></summary>

* Require users to stake $STMAN token to buy Super boxes
* Have no limit on the number of boxes
* Rarity levels range from C to SSS.

</details>


---

# 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:

```
GET https://stmangame.gitbook.io/stickman-game/ecosystem/boxes.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.
