# Sneaker Categories

The platform offers seven standard models plus one randomized pack.

| Model           | Price (GOLD) | Base Daily Return |
| --------------- | ------------ | ----------------- |
| Walker          | 5            | 1.0%              |
| Jogger          | 20           | 1.2%              |
| Runner          | 50           | 1.4%              |
| Trainer         | 100          | 1.6%              |
| Kid Sneakers    | 250          | 1.8%              |
| Chunky Sneakers | 500          | 2.0%              |
| Air Jordan      | 1000         | 2.5%              |

All models can be improved to **LVL 10**, which increases their base percentage.


---

# 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://sneakers-go.gitbook.io/sneakers-go-docs/sneaker-categories.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.
