> 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/punmdo.md).

# オープンモード

SNKRZでは、NFTを持たない一般のユーザーでもオープンモードを通じて運動を楽しむことができます。SNKRZシューズNFTを持たないユーザーはオープンモードで運動し、報酬として$POINTを受け取ることができます。&#x20;

オープンモードのユーザーは、SNKRZ LANDを所有し、ランドスポットイベントに参加し、タイルを占拠することもできます。オープンモードでは、運動開始後のスタートボタンをクリックした時やミッション報酬ボックスをクリックした時に広告が表示されます。オープンモードのユーザーが初めてログインする際には、無制限モードを除く5つのシューズモードのうち1つを選択し、後でオープンモードで獲得した$POINTを使用して他のシューズモードをアンロックすることができます。&#x20;

* ウォーキングモード&#x20;
* ジョギングモード&#x20;
* ランニングモード
* ボルトモード&#x20;
* 無制限モード&#x20;

オープンモードでは、シューズの種類に関係なく、ユーザーは基本的に1日あたり60のスタミナを持ちます（GMT 00:00時点）。スタミナを1消費することで、NFTモードと同様に運動によるワークアウトポイントを獲得することができます。ミッションを達成することで追加の報酬も獲得できます。&#x20;

オープンモードでは、ユーザーは運動中にスタミナを消費するたびに$POINTを獲得し、運動距離に基づいたミッション目標を達成することで報酬ボックスを受け取るチャンスがあります。運動を通じて獲得した$POINTはクリックして集めることができ、未回収の$POINTは毎日リセットされます。

<figure><img src="/files/3Oj54x5zW96So7opwRYf" alt=""><figcaption></figcaption></figure>

1. 現在のワークアウトモード：選択したシューズに対応する運動モード。
2. 獲得WP：運動中に獲得したワークアウトポイント（1分間の運動で蓄積）。
3. 運動の残り時間：現在の残り時間です。
4. 運動記録：
   * 距離（km）：運動中に累計で移動した距離。
   * 時間：総運動時間。&#x20;
   * 歩数：カウントされた歩数。&#x20;
   * カロリー：消費カロリー。&#x20;
5. 現在の使用シューズ：現在の運動に使用しているシューズ。&#x20;
6. マップ設定：マップ上の情報の表示切り替え設定。&#x20;
7. 位置情報設定：位置情報をリセットするためのボタン。
8. ワークアウトアラート：通知メッセージ。&#x20;
9. 現在の速度：運動中のリアルタイムの速度表示。&#x20;
10. 蓄積データ：&#x20;
    * 速度（km/h）：現在の運動速度。
    * フィーバー：運動中に蓄積されるフィーバーゲージ。&#x20;
    * XP：運動中に獲得した経験値。&#x20;
    * 耐久力：運動中に消費される耐久力。&#x20;
11. 一時停止ボタン：運動を一時停止するためのボタン。


---

# 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/punmdo.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.
