> 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/game-guide-dojosplash.md).

# Game Guide: DojoSplash!

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

### 📘 Dojo Splash: FAQ

Q1: What is Dojo Splash?

Dojo Splash is a multi-round prediction game where players bet against the house by forecasting which tokens will perform best based on short-term price movement. The game consists of four escalating rounds, with increasing risk and reward.

***

Q2: What are the minimum and maximum bets?

The minimum bet is 1,000 OJO. The maximum is 5,000 OJO, or your available account balance — whichever is lower.

***

Q4: How many raffle tickets can be earned?

Raffle tickets are granted based on your progress and performance in each round:

* If you lose in Round 1 or 2, you receive 1 ticket.\ <br>
* If you win and choose to exit early in Rounds 1 or 2, you receive no ticket.\ <br>
* If you exit or lose in Round 3, you receive 3 tickets.\ <br>
* If you lose in Round 4, you receive 4 tickets;\ <br>
* If you win Round 4, you receive 5 tickets.\ <br>

***

Q5: Do we earn more Abstract XP by playing Dojo Splash?

Due to the ticket system and the higher average starting bet, playing Dojo Splash typically results in more Abstract XP compared to Dojo Dash. However, final XP calculations and rewards are determined solely by the Abstract team.

***

Q6: Who are the counterparties?

Unlike Dojo Dash (which pits players against one another), Dojo Splash is a player-vs-house game. Each token option comes with a clearly displayed multiplier that reflects its reward odds.

***

Q8: Is the leaderboard different from Dojo Dash?

There is a shared leaderboard across Dojo Dash and Dojo Splash. Your Dojo Splash performance contributes to your overall standing. We are also preparing new seasons and leaderboard updates.

***

Q9: Can I exit in the middle round with my profit?

Yes. After each successful round, you can choose to cash out your winnings or continue to the next round for a chance to stack a higher multiplier.

***

Q10: Can I add more bets after Round 1 has started?

No. Your bet amount is locked in at Round 1 and carries through the entire game session.<br>


---

# 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/game-guide-dojosplash.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.
