# Coin Flip

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

[Duel's Coin Flip](https://duel.win/coinflip) is a simple, yet engaging game of chance that transcends age and cultural boundaries. The game is based on the basic principles of probability and it's minimalistic design of the game allows for quick understanding and easy participation.

### Rules Of The Game

* Coin Flip is a game played between two players. &#x20;
* In [Duel Flip](https://duel.win/coinflip), our Duel original version of Coin Flip, you can choose to create a game with another dueler, or you can choose to flip against our automated DuelBot.
* To start, each player chooses a side of the coin, either 'Green' or 'Purple', and places a wager.
* Together the players' wagers form the 'Prize Pool' or 'Pot' for the game.&#x20;
* Once the players' guesses and wagers are locked in, a coin is flipped and the winner is determined. &#x20;
* The winner receives the winner's share of the prize pool and the loser does not receive anything.&#x20;

### Max Wager

The max wager per coin flip is $500.

### House Fees

Each game of Coin Flip is subject to a 3% house fee.&#x20;


---

# 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.duel.win/duel-original-games/coin-flip.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.
