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

# Open Mode

### **Open Mode**

SNKRZ allows anyone to enjoy exercise through open mode, even for ordinary users without NFTs. Users without SNKRZ shoe NFTs will be able to exercise in the Open Mode and receive $POINT as a reward.

Open Mode users can also own SNKRZ LAND and participate in land spot events and occupy tiles. In the Open Mode, an advertisement will be shown when you click on the start button after starting exercise and click on the mission reward box. When Open Mode users first log in, they can choose one of the five modes of shoes, excluding the unlimited mode, and later use the $POINTs acquired in the Open Mode to unlock other modes of shoes.

* Walking Mode
* Jogging Mode
* Running Mode
* Bolt Mode
* Unlimited Mode

In the Open Mode, regardless of the type of shoes, users are provided with a basic 60 stamina per day (at GMT 00:00), and they can earn Workout Points by consuming 1 stamina through exercise, just like in the NFT Mode. Users can also earn additional rewards by achieving missions.

In the Open Mode, users can earn $POINT each time they consume stamina during their workouts, and they have the opportunity to receive reward boxes by achieving mission objectives based on exercise distance. The $POINT earned through exercise can be collected by clicking on them, and any uncollected $POINT will reset daily

<figure><img src="/files/lWbgdd77advUmmoaou07" alt=""><figcaption></figcaption></figure>

1. My Current workout Mode: The exercise mode selected for your chosen shoes.
2. Acquired WP: Workout Points earned per minute during exercise that accumulate over time.
3. Remaining time for workout: Current remaining time.
4. Exercise Record:
   * Distance (km): Cumulative distance covered during exercise.
   * Time: Total exercise time.
   * Steps: Counted steps
   * Kcal: Burned calories.
5. Currently Wearing Shoes: The shoes currently being used for exercise.
6. Map Settings: Settings to toggle the display of information on the map.
7. Location Settings: Button to reset the location.
8. Workout alert: Notification message.
9. My Current Speed: Real-time display of your exercise speed.
10. Accumulated Data:
    * Speed (km/h): Current exercise speed.
    * Fever: Fever gauge accumulated during exercise.
    * XP: Experience points earned during exercise.
    * Durability: Durability consumed during exercise.
11. Pause Button: Button used to pause the exercise.


---

# 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/en/exercise/open-mode.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.
