> For the complete documentation index, see [llms.txt](https://thesnkrz.gitbook.io/the-snkrz-3/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thesnkrz.gitbook.io/the-snkrz-3/yun-dong.md).

# 运动

SNKRZ用户可以通过购买SNKRZ NFT并使用应用程序参与各种类型的运动（如步行、跑步、骑行、徒步等），对应不同的模式。作为对他们努力的回报，用户可以以本地代币$FORCE和$FIT的形式获得奖励。此外，通过利用GPS和其他传感器，用户可以使用其基本健康信息跟踪他们的运动数据，包括步数、消耗的卡路里和其他与运动相关的信息。&#x20;

SNKRZ有三种模式，取决于NFT的所有权和使用方式：

<table><thead><tr><th width="179">Mode</th><th>Info</th></tr></thead><tbody><tr><td>默认模式</td><td>由鞋子（SNKRZ NFT）的所有者自己进行锻炼的模式。</td></tr><tr><td>租赁模式</td><td>一种模式，用户从其他用户那里借用鞋子进行锻炼。</td></tr><tr><td>开放模式</td><td>一种模式，用户在没有鞋子的情况下进行锻炼。</td></tr></tbody></table>

{% content-ref url="/pages/WYyAC0ylDItxQnt7Qc0Z" %}
[默认模式](/the-snkrz-3/yun-dong/mo-ren-mo-shi.md)
{% endcontent-ref %}

{% content-ref url="/pages/hAvpnUKm0E1A98dUJGLa" %}
[租赁模式](/the-snkrz-3/yun-dong/zu-lin-mo-shi.md)
{% endcontent-ref %}

{% content-ref url="/pages/AnbHmINNBFfcytPeL2G0" %}
[开放模式](/the-snkrz-3/yun-dong/kai-fang-mo-shi.md)
{% endcontent-ref %}


---

# 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://thesnkrz.gitbook.io/the-snkrz-3/yun-dong.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.
