> For the complete documentation index, see [llms.txt](https://docs.1move.io/id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.1move.io/id/elemen-gim/sneakers-nft/level-sneakers.md).

# Level Sneakers

Sneakers yang baru saja dicetak, dimulai pada level 0. Untuk meningkatkan level, pengguna dapat memakai 1MT untuk level tertentu dan 1RT untuk level-level tertentu yang lebih tinggi. Setiap kenaikan level membutuhkan waktu tertentu, yang akan semakin meningkat seiring jumlah 1MT atau 1RT yang diperlukan, sesuai level Sneakers. Proses ini dapat dipercepat dengan memakai lebih banyak 1MT.

Pengguna akan mendapat tambahan 4 - 12 poin yang dapat dialokasikan pada atribut mereka ketika naik level.

![](/files/WhabFJrAGv5M55TKJX0J)

| Kualitas            | Perolehan Poin Atribut |
| ------------------- | ---------------------- |
| Basic (Dasar)       | 4                      |
| Standard (Standar)  | 6                      |
| Athletics (Atletik) | 8                      |
| Pro (Pro)           | 10                     |
| Champion (Juara)    | 12                     |

Manfaat tambahan akan terbuka saat mencapai tahapan level tertentu:

| Kualitas | Poin Atribut/ Naik Level |
| -------- | ------------------------ |
| Level 5  | Membuka Soket 1          |
| Level 5  | Membuka Pencetakan Soket |
| Level 10 | Membuka Soket 2          |
| Level 15 | Membuka Soket 3          |
| Level 20 | Membuka Soket 4          |
| Level 30 |                          |

### Batas penghasilan dan fungsi Level Sneakers yang dirilis.

Tabel berikut ini berisi maksimal level 1MT/hari & fungsi yang dirilis.

|  Level  | 1MT Maks /Hari |        Fungsi yang Dirilis       |
| :-----: | :------------: | :------------------------------: |
|  0 → 1  |       10       |                                  |
|  1 → 2  |       15       |                                  |
|  2 → 3  |       20       |                                  |
|  3 → 4  |       25       |                                  |
|  4 → 5  |       30       | Terealisasinya Buka Soket 1 Mint |
|  5 → 6  |       35       |                                  |
|  6 → 7  |       40       |                                  |
|  7 → 8  |       45       |                                  |
|  8 → 9  |       50       |                                  |
|  9 → 10 |       60       |           Buka Soket 2           |
| 10 → 11 |       70       |                                  |
| 11 → 12 |       80       |                                  |
| 12 → 13 |       90       |                                  |
| 13 → 14 |       100      |                                  |
| 14 → 15 |       110      |           Buka Soket 3           |
| 15 → 16 |       120      |                                  |
| 16 → 17 |       130      |                                  |
| 17 → 18 |       140      |                                  |
| 18 → 19 |       150      |                                  |
| 19 → 20 |       160      |           Buka Soket 4           |
| 20 → 21 |       170      |                                  |
| 21 → 22 |       180      |                                  |
| 22 → 23 |       190      |                                  |
| 23 → 24 |       200      |                                  |
| 24 → 25 |       210      |                                  |
| 25 → 26 |       220      |                                  |
| 26 → 27 |       230      |                                  |
| 27 → 28 |       240      |                                  |
| 28 → 29 |       300      |                                  |
| 29 → 30 |       300      |                                  |


---

# 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://docs.1move.io/id/elemen-gim/sneakers-nft/level-sneakers.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.
