> For the complete documentation index, see [llms.txt](https://gamepaper.noagame.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gamepaper.noagame.io/the-game/starting-a-game/10x-reward-games.md).

# 10X Reward Games

In Noa Game you have the option to play a game every 7.5 hours with 10x reward active. This means that you can play 3 games per day (24 hours) and enjoy full rewards.

10x reward games require charges. You can get one charge every 45 minutes if you have Mana Potion equipped. To learn more about the Mana Potion NFT see [**Mana Potion page**](/the-nfts/mana-potion.md).

10x reward games were designed to help with the higher CPU cost of the games. This way you only spend CPU for only 3 transactions. You also save time by not having to play every hour or 10 games every 7.5 hours with Mana Potion.

There are 2 versions of the Mana Potion available. They both function the same way but the Mythic version also has the following bonus stats: 3% Crit Chance, 7% Crit Damage, 5% Crit Defense and 10% Token Earnings.

10x rewards game does exactly what it says. Once played, you will receive 10x rewards. This applies to both token and loot drop chance. If the tier has a total of 5% loot drop chance, the 10x game will have a 50% loot drop chance.&#x20;

You can see the available charges in the game interface at any time.

![Available charges](/files/n0za8FJ4JUyJUrVIDUHa)

If 10 charges are available, the PLAY button next to the timer becomes available. Click it and then play as you would a normal game.

![10x Charges available](/files/LlaK2jhQOgDjKuKuuYMa)


---

# 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, and the optional `goal` query parameter:

```
GET https://gamepaper.noagame.io/the-game/starting-a-game/10x-reward-games.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
