> For the complete documentation index, see [llms.txt](https://docs.wow3.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wow3.app/wow3-coin-flip/how-to-play.md).

# How to Play

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

**1. Selection:**

* Choose "TON" or "RON."
* A 3-second animation will simulate the coin flip.
* Each turn has a 50% chance of winning.
* You must wait 3 minutes (180 seconds) to refill a turn.

**2. Outcome:**

* The result is determined randomly and shown after the animation.

**3. Scoring:**

* Correct predictions earn you 10 points.
* Points multiply with consecutive correct guesses.&#x20;
* **For example:** A 6-game winning streak earns 320 points (10 \* 2^5).

**4. Turns:**

* Each session includes up to 10 turns.
* You don’t have to use all 10 turns each session, but use all turns available.
* **For example:** After completing all 10 turns, wait 30 minutes to refill enough 10 turns.

**5. Winning Streaks:**

* Build a streak by making consecutive correct predictions.
* **Base Points:** Start at 10 points per correct prediction.
* **Time Streak:** If you make an incorrect prediction or remain inactive for more than 90 seconds between turns, your winning streak will reset to zero.
* **Win streaks reset:** Your winning streak will reset to zero if you make an incorrect prediction, end a session, use Free Energy to refill your turns, or remain inactive for more than 90 seconds between turns.
* **Multiplier:** Increases exponentially with consecutive wins:
  * After 1 correct prediction: Multiplier is 2^0 = 1.
  * After 2 consecutive correct predictions: Multiplier is 2^1 = 2.
  * After 3 consecutive correct predictions: Multiplier is 2^2 = 4.
  * After 6 consecutive correct predictions: Multiplier is 2^5 = 32.
* **Maximum Streak:** The multiplier reaches up to 32 (2^5) for 6 or more consecutive wins.

**6. Levels and Boosters:**

* This guide describes gameplay at Level 0 of base turns and base points.
* Users can level up their base turns and base points through [boosters](https://docs.wow3.app/wow3-coin-flip/boosters) to enhance their gameplay.

Enjoy the game and good luck!


---

# 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://docs.wow3.app/wow3-coin-flip/how-to-play.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.
