# Coin Flip

## Overview

Coin Flip is a game of throwing a coin and guessing which side is showing when it lands, in order to choose between two alternatives, heads or tails. It is one of the oldest game and has two possible outcomes. Guessing the correct side of the coin results in winning the bet.

## How To Play

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

Place a bet and click “Bet Heads” or “Bet Tails” depending on your guess of what will come up: heads or tails.

<figure><img src="/files/5alKdQY1YFB3gM5YEpe6" alt=""><figcaption></figcaption></figure>


---

# 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://fairdoge.gitbook.io/whitepaper/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.
