# 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: 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:

```
GET https://docs.wow3.app/wow3-coin-flip/how-to-play.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
