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

# 운동

스니커즈 유저는 SNKRZ NFT를 구매 후 앱을 통해 실제의 각 모드에 맞는 운동(걷기, 달리기, 자전거, 등산 등)을 진행할 수 있고 이에 대한 보상으로 자체 토큰인 $FORCE, $FIT를 얻을 수 있습니다. 또한 GPS 등 다양한 센서 활용을 통해 나의 운동정보를 기록하고 나의 기본 건강정보를 활용하여 걸음 수, 칼로리 소모를 비롯한 다양한 운동 정보를 확인할 수 있습니다.

스니커즈는 NFT의 소유 여부와 이용 방식에 따라 아래와 같이 3가지 모드가 존재합니다.

<table><thead><tr><th width="159">모드</th><th>내용</th></tr></thead><tbody><tr><td><strong>기본 모드</strong></td><td>스니커즈의 소유자가 직접 운동을 진행하는 모드</td></tr><tr><td><strong>렌탈 모드</strong></td><td>스니커즈의 소유자에게 NFT를 빌려서 운동을 참여하는 하는 모드</td></tr><tr><td><strong>오픈 모드</strong></td><td>스니커즈가 없는 사용자가 운동을 참여하는 모드</td></tr></tbody></table>

{% content-ref url="/pages/Tf6t3gyvJh3fNbbaO1Fs" %}
[기본 모드](/thesnkrz/exercise/default_mode.md)
{% endcontent-ref %}

{% content-ref url="/pages/YcEh0fwsSkFDpwofHnuW" %}
[렌탈 모드](/thesnkrz/exercise/rental_mode.md)
{% endcontent-ref %}

{% content-ref url="/pages/7rE8dILkTZ8fp4fMJo1F" %}
[오픈 모드](/thesnkrz/exercise/open_mode.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/thesnkrz/exercise.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.
