# CandleClash (COMING SOON)

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

Candle Clash allows players to engage in a thrilling prediction game by wagering on whether the next 1-minute chart candle will close higher (<mark style="color:green;">**Green**</mark>) or lower (<mark style="color:red;">**Red**</mark>). The game is simple yet exciting, allowing participants to bet on their intuition and potentially win a share of the pot.

* Each player pays a fixed entry fee to participate in a round. The entry fee may vary depending on the tier of the game.
* Players deposit their entry fee into a common pot before the round starts.
* &#x20;Players must choose a side:

&#x20;   **->&#x20;**<mark style="color:green;">**Green**</mark>**:** Betting that the candle will close higher than its opening price.

&#x20;   **->&#x20;**<mark style="color:red;">**Red**</mark>**:** Betting that the candle will close lower than its opening price.

* Once all players have placed their bets, the game waits for the current 1-minute candle to complete its cycle.
* At the end of the 5-minute period:

  \- If the candle closes higher, the <mark style="color:green;">**Green**</mark> team wins.

  \- If the candle closes lower, the <mark style="color:red;">**Red**</mark> team wins.
* The remaining pot, after the house cut, is distributed equally among all the players on the winning team.

### Example:

**Round Duration:** 1 minute

**Asset:** Live BTC price

**Entry Fee:** $10 per player

**Number of Players:** 20

**Total Pot:** $200

**House Cut (2%):** $4

**Remaining Pot**: $196

If the <mark style="color:green;">**Green**</mark> team wins and has 10 players, each player on the <mark style="color:green;">**Green**</mark> team receives an equal share of the $196, resulting in $19.60 per player.


---

# 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.tideflow.com/tideflow-originals/candleclash-coming-soon.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.
