> For the complete documentation index, see [llms.txt](https://dojo3.gitbook.io/dojo3-lite-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dojo3.gitbook.io/dojo3-lite-paper/dojo-dash-faq.md).

# Dojo Dash FAQ

<figure><img src="/files/XBUI0099vrrvEuqJDXqM" alt="" width="375"><figcaption></figcaption></figure>

## 1. Can I change my selection after placing a bet?

Before each race, players have 30 seconds to place their bets. You can modify your selection during this period. However, once the betting time ends, the race will start immediately, and no further changes can be made.

## 2. How long does each race last, and how is the winner determined?

Each round consists of:

• 30 seconds for placing bets.

• 20 seconds for the race itself.

• 10 seconds to review results.

The top **TWO** tokens with the highest percentage increase will be the winners.

## 3. What happens if two tokens have the same percentage increase?

We calculate price changes up to multiple decimal places, making the possibility of a tie extremely low. Given the rapid market fluctuations, a draw is highly unlikely.

## 4. Where does the market data come from? Is there any delay?

Our real-time data is sourced from CEX/DEX. While there may be slight delays, they do not impact the overall game experience.

## 5. Can I play with Dojo points?

Yes, you can switch between two game mode: playing with OJO token or Dojo point.

## 6. Can i transfer OJO tokens to other players?

No, OJO tokens cannot be transferred between players.

## 7. How long does it take to receive OJO after depositing ETH?

OJO tokens are credited to your account immediately after purchase.

## 8. Do OJO tokens expire?

No, OJO tokens do not have an expiration date.

## 9. What can i do with OJO token? Can it be redeemed or converted back to ETH?  Are there any fees?

Yes you can redeem your OJO token to prize in ETH when you reach certain amount. In the early stage, we may proceed redemption/withdrawal slower as we might do checking to ensure it goes smoothly. It will be fully automatically in later phrase. Players have to cover the required necessary fees for withdrawal.

## 10. What happens if my balance is below 10U? How can I withdraw?

You can continue playing and accumulate winnings until you reach the withdrawal threshold. Alternatively, you can deposit funds to meet the minimum withdrawal requirement and cash out in one go.

## 11. What are the rewards for winning or losing streaks, and how can I claim them?

Winning or losing 10 consecutive rounds grants special OJO rewards. These rewards will be credited directly to your account.

## 12. Will there be a leaderboard or other competitive modes in the future?

Yes — the Dojo3 leaderboard is now live! Players are ranked based on their activity in OJO games, with weekly resets, tiered divisions, and both daily and weekly rewards. It’s designed as a dynamic and competitive system where consistent play matters more than a single big win.

You can find the leaderboard by clicking the Leaderboard button on the main game screen — it’s right below the XP icon and next to the Check-in button.


---

# 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://dojo3.gitbook.io/dojo3-lite-paper/dojo-dash-faq.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.
