> For the complete documentation index, see [llms.txt](https://go-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://go-whitepaper.stepn.com/game-module/sneaker-level.md).

# Sneaker Level

Users can level up their Sneakers by burning **GGT**, with GMT being required at certain levels. Each level-up has a fixed completion time, and **only one sneaker can be levelled up at a time**. This process can be accelerated by burning additional GGT. Upon levelling up, users receive additional Attribute Points to allocate based on their Sneakers' Quality.

Higher Quality Sneakers have higher Level Cap:

| **Quality** | **Attribute Points/Level Up** | **Max Level** |
| ----------- | ----------------------------- | ------------- |
| Common      | 4                             | 20            |
| Uncommon    | 6                             | 30            |
| Rare        | 8                             | 40            |
| Epic        | 10                            | 50            |
| Legendary   | 12                            | 60            |

***NOTE: Information in the table above may be subject to change during the testing phase with short notice.***

Additional perks will be unlocked upon reaching certain levels:

<table data-header-hidden><thead><tr><th width="236">Level</th><th width="313">Perks</th><th width="199">Requirement</th></tr></thead><tbody><tr><td><strong>Level</strong></td><td><strong>Perks</strong></td><td><strong>Requirement</strong></td></tr><tr><td>4 -> 5 Common</td><td>N/A</td><td>GGT</td></tr><tr><td>4 -> 5 Uncommon and up</td><td>Unlock Socket 1 </td><td>GGT + GMT</td></tr><tr><td>9 -> 10</td><td>Unlock Minting function</td><td>GGT + GMT</td></tr><tr><td>15</td><td>Unlock Socket 2</td><td>GGT</td></tr><tr><td>20</td><td>Unlock Socket 3 </td><td>GGT</td></tr><tr><td>19 -> 20</td><td>Max Level for Common</td><td>GGT + GMT</td></tr><tr><td>25</td><td>Unlock Socket 4</td><td>GGT</td></tr><tr><td>29 -> 30</td><td>Max Level for Uncommon</td><td>GGT + GMT</td></tr><tr><td>39 -> 40</td><td>Max Level for Rare</td><td>GGT + GMT</td></tr><tr><td>49 -> 50</td><td>Max Level for Epic</td><td>GGT + GMT</td></tr><tr><td>59 -> 60</td><td>Max Level for Legendary</td><td>GGT + GMT</td></tr></tbody></table>

***NOTE: Sockets are only available on Uncommon Sneakers and above. For more information, read the "***[***Gems & Sockets***](/game-module/gem-and-socket.md)***" section.***

***NOTE: Information in the table above may be subject to change during the testing phase with short notice.***


---

# 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://go-whitepaper.stepn.com/game-module/sneaker-level.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.
