# Starting a Game

* **Cost to Play**: Starting a Game Round requires spending 10 $FLAPPY tokens. This amount is deducted from the player's wallet each time they initiate a round.
* **Game Rounds and Attempts**: Each Game Round provides the player with 10 attempts to achieve their highest score. These attempts are all part of a single round, and the player can only submit their best score from these attempts.
* **Funding the Prize Fund wallet:** The Prize Fund must hold a minimum amount of $FLAPPY to enable players to start a Game Round. It is auto-funded by a combination of fees captured at the start a game and fees captured by the $FLAPPY [Afterburner.](https://learn.flappyeth.com/faqs/flappy-token#gaming-fees) The Prize Fund can also be funded directly by players to start a new Game Round.

<figure><img src="/files/6bSz0ONaMEuXbWQZE6m7" 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://learn.flappyeth.com/faqs/gaming-events/starting-a-game.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.
