> For the complete documentation index, see [llms.txt](https://docs.1move.io/zh/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/zh/you-xi-yuan-su/pao-xie-nft/pao-xie-deng-ji.md).

# 跑鞋等级

新铸造的跑鞋从0 级开始，用户可使用 1MT 提高跑鞋的等级，到了更高的等级则需使用 1RT 来继续升级。升级所消耗的时间取决于跑鞋等级所需的 1MT 或 1RT 数量，并且可使用 1MT 加速升级。

升级后，用户将获得 4 至 12 个额外的属性点。

![](/files/WhabFJrAGv5M55TKJX0J)

| 质量 | 获得的属性点 |
| -- | ------ |
| 基本 | 4      |
| 标准 | 6      |
| 活跃 | 8      |
| 职业 | 10     |
| 健将 | 12     |

达到特定等级后，将解锁额外福利：

| 等级  | 属性点/升级   |
| --- | -------- |
| 5级  | 解锁插槽 1   |
| 5级  | 解锁插槽铸造功能 |
| 10级 | 解锁插槽 2   |
| 15级 | 解锁插槽 3   |
| 20级 | 解锁插槽 4   |
| 30级 |          |

### 跑鞋等级的收益上限和已推出的功能

下表显示跑鞋等级每天的 1MT 收益上限和已推出的功能。

|    等级   | 每日 1MT 收益上限 |    已推出的功能    |
| :-----: | :---------: | :----------: |
|  0 → 1  |      10     |              |
|  1 → 2  |      15     |              |
|  2 → 3  |      20     |              |
|  3 → 4  |      25     |              |
|  4 → 5  |      30     | 解锁插槽 1，可铸造插槽 |
|  5 → 6  |      35     |              |
|  6 → 7  |      40     |              |
|  7 → 8  |      45     |              |
|  8 → 9  |      50     |              |
|  9 → 10 |      60     |    解锁插槽 2    |
| 10 → 11 |      70     |              |
| 11 → 12 |      80     |              |
| 12 → 13 |      90     |              |
| 13 → 14 |     100     |              |
| 14 → 15 |     110     |    解锁插槽 3    |
| 15 → 16 |     120     |              |
| 16 → 17 |     130     |              |
| 17 → 18 |     140     |              |
| 18 → 19 |     150     |              |
| 19 → 20 |     160     |    解锁插槽 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/zh/you-xi-yuan-su/pao-xie-nft/pao-xie-deng-ji.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.
