# Coinflip

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

### Introduction&#x20;

A famous game from ancient times where the task is to flip a coin and guess the side of the drop.

#### Stage 1. Setting the bet and selecting the mode&#x20;

Please set the bet, paying attention to the maximum bet limit. And select the game mode “fast” with single flip or “multiply”. After selecting the mode, please select Heads or Talis.

#### Stage 2 - Multiply Mode

With Multiply mode, the player has the opportunity to use a series of flips where each next step multiplies the previous result. The maximum number of rounds is 15 and depends on the maximum possible winnings.

#### Stage 3. Multicurrency&#x20;

There are three currencies available to choose in Coinflip.

* **INJ** - the traditional blockchain token on which the platform is based
* **USDC** - for those who are used to stablecoins
* **NBZ** - a project token that opens up new utility opportunities

#### Stage 4. Getting rewards&#x20;

In Multiply mode you can leave at any time to take your reward by evaluating the level of risk and the current multiplier.

Maximum winnings in different currencies:

* 200 INJ
* 3,000 USDC
* 20,000 NBZ


---

# 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.blaze.ninja/games/coinflip.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.
