> For the complete documentation index, see [llms.txt](https://thesnkrz.gitbook.io/jp/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/jp/yun-dong.md).

# 運動

SNKRZのユーザーは、SNKRZ NFTを購入してアプリを使用することで、ウォーキング、ランニング、サイクリング、ハイキングなどさまざまな種類の運動を対応する異なるモードで行うことができます。その努力の見返りとして、ユーザーはネイティブトークンである$FORCEと$FITの形で報酬を獲得することができます。さらに、GPSや他のセンサーを利用することで、ユーザーは基本的な健康情報を使用して、歩数、消費カロリーなどの運動データや他の運動に関連する情報を追跡することができます。

SNKRZには、NFTの所有と使用方法によって3つのモードがあります。

<table><thead><tr><th width="189">Mode</th><th width="582.4285714285713">Info</th><th data-hidden></th></tr></thead><tbody><tr><td><strong>Default Mode</strong></td><td>シューズ（SNKRZ NFT）の所有者が自分自身で運動するモード</td><td></td></tr><tr><td><strong>Rental Mode</strong></td><td>他のユーザーからシューズを借りて運動するモード</td><td></td></tr><tr><td><strong>Open Mode</strong></td><td>シューズなしで運動するモード</td><td></td></tr></tbody></table>

{% content-ref url="/pages/M3kSzBH3VvTCWeFhA9qA" %}
[デフォルトモード」](/jp/yun-dong/deforutomdo.md)
{% endcontent-ref %}

{% content-ref url="/pages/i2kOVNOIlqkkWarSBPxV" %}
[レンタルモード](/jp/yun-dong/rentarumdo.md)
{% endcontent-ref %}

{% content-ref url="/pages/3CcV9gW5KLoTniPKK0HL" %}
[オープンモード](/jp/yun-dong/punmdo.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/jp/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.
