> For the complete documentation index, see [llms.txt](https://whitepaper.stepn.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.stepn.com/earning-module/mystery-box-system.md).

# Mystery Box System

Mystery Boxes, containing GST, Minting Scrolls and Gems (Levels 1 – 4), drop randomly during an activity. Each user has 4 Mystery Box slots.

Mystery Box has 10 qualities, with the opening countdown beginning automatically upon receipt. Opening costs a small amount of GST (Base cost) which increases with the box's quality.

Mystery Box drops are influenced by the following factors:

![](/files/7r1KR0PhqeeDGP0O4tZz)

1. PSL: Player Sneaker Luck
2. PSLC: Player Sneaker Luck Coefficient (Gem/Socket, NFT badges)

![](/files/uhoxEe5uJUuauOwZW2Ec)

In essence, the quality of a Mystery Box is affected by the amount of Energy used in a single session and the Sneaker's Luck value.

Transferring a Sneaker from a Spending Account to a Wallet, resulting in Energy reduction, will lead to the purging of all Mystery Boxes in that particular Realm.

### **Slots and Drop Rate**

* There are four Mystery Box slots available across all Realms. A new Mystery Box cannot be received until an existing slot is freed.
* It's important to note that the drop rate for Mystery Boxes is not guaranteed.
* Listing a Sneaker on the marketplace, resulting in Energy loss, does not lead to the burning or purging of Mystery Boxes.


---

# 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://whitepaper.stepn.com/earning-module/mystery-box-system.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.
