> For the complete documentation index, see [llms.txt](https://ninja-labs.gitbook.io/litepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ninja-labs.gitbook.io/litepaper/ninjapvp/games/ninja-coin-flip.md).

# NINJA Coin Flip

<div align="left"><figure><img src="/files/mFroSXKxFhTJWnjAQrkY" alt=""><figcaption></figcaption></figure></div>

## Welcome to Ninja Coin Flip!

In this game, players bet on the outcome of a coin flip. Players can choose to bet on heads or tails, with a minimum bet of 0.1 INJ. Once a player has created a game, they must wait for another player to join before the game can begin. The player who correctly predicts the outcome of the coin flip wins the pot.

## How to create a game?

* connect your wallet on the website
* Go to the Ninja coin Flip tab
* Click "create game"

## Game creation screen

<div align="left"><figure><img src="/files/bNYY3cfFEYa8T9T9Xr86" alt="" width="375"><figcaption></figcaption></figure></div>

* **Ticket price:** Amount you want to bet (Min 0.10 INJ)
* **Choose a side:** Choose which side you want to play on!
* **Heads or Tails:** Choose whether you want to bet on heads or tails.
* **Create:** After entering the desired value and choosing your side, create your proposal and wait for an opponent to enter the dispute!
* The game will begin once both players have joined.


---

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

```
GET https://ninja-labs.gitbook.io/litepaper/ninjapvp/games/ninja-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.
