> For the complete documentation index, see [llms.txt](https://biken-finance.gitbook.io/biken-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://biken-finance.gitbook.io/biken-whitepaper/how-to-play/workout-modes.md).

# Workout Modes

Players can choose an “Indoor” or “Outdoor” mode.

In the Outdoor Mode, players need to select a Terrain Mode and Bike outdoors respectively to the terrain chosen.

With Indoor Mode, players can experience the Metaverse, benefit from chat features to connect with friends and family, and enjoy the creative imagery available through Virtual Reality backgrounds.

Please note that you can get the rewards for a maximum of 20 miles per day. After 20 miles, you can still ride but there will be no rewards.

## INDOOR MODE

You can cycle with your friends in the Metaverse and Earn BKN & BKV.

There is only one mode available while you are cycling indoors - Cross Country mode. Your ability to stay on course and complete checkpoints plays a part in earning BKN & BKV.

* **Cross Country Mode**\
  Cross Country Mode is available while playing in the Metaverse. It is achievable by using the BIKEN Kit that includes the VR Headsets and a Bluetooth Cycling Speed & Cadence Sensor. Players in the Metaverse are encouraged to complete checkpoints to earn higher amounts of BKV and travel long distances in the Metaverse to earn distance points for leaderboard ranking. Multiple selections of creative imagery and backgrounds are available through BIKEN’s Metaverse.

## OUTDOOR MODE

Cycle with family, friends and loved ones in the real world to earn BKN & BKV.

There are Streets, Roads, Cross Country or Multiple Terrains modes available while you bike outdoor. Your ability to navigate through different modes plays a part in BKN & BKV earnings.&#x20;

* Street Mode - Having the ability to navigate through streets and traffic will result in better BKN earnings while riding your bike. Stopping and going will not affect your earnings as you will be measured in distance.
* Road Mode - Less stopping and going will lead to faster accumulation of BKN and get you to acquire more distance points for leaderboard ranking.
* Cross Country Mode - Long distance and cross country cycling is defined by the terrain on which it is performed. Players are encouraged to stay on highways or bike routes to achieve higher results of earning BKN and distance points for leaderboard ranking.
* Multiple Terrains Mode - Also known as “rough riding” involves cycling over a variety of surfaces, topography and terrains. Focusing on freedom of travel and ability over varied surfaces, multiple terrain cycling will earn you higher amounts of BKN for distance traveled. Players will also be entered into a separate leaders board for distance traveled on multiple terrains.


---

# 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://biken-finance.gitbook.io/biken-whitepaper/how-to-play/workout-modes.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.
