# Inventory System

STEPN's inventory is divided into two main categories, each with its own capacity limit:

1. **NFT Sneakers:** sharing a single dedicated space, users can hold up to 256 Sneakers.
2. **Other Items:** Gems, Mystery Boxes, Minting Scrolls, and Shoeboxes share a second space, with a capacity limit of 500 slots.

**Cross-Realm Shared Inventory:**

* Inventory space is unified across all Realms, meaning that the caps apply globally across a user's account, irrespective of the Realm.

**Handling Excess Items:**

* If a user exceed these inventory limits, the additional items are not lost. However, they will remain invisible in the inventory interface until the user reduces their inventory by selling or utilising the surplus items.


---

# 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://whitepaper.stepn.com/game-module/inventory-system.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.
