> For the complete documentation index, see [llms.txt](https://matchnovaofficial.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://matchnovaofficial.gitbook.io/whitepaper/gamefi-elements/fortunata.md).

# Fortunata

Fortunata is a feature where you can have a super big win with a small investment. Here's a detailed description:

1. Before each game starts, players have the option to choose whether to participate or not. Participating will cost 1 $MCC. Out of this, 95% will go into the prize pool, and 5% will be burned.
2. If you lose the game, you will enter Fortunata, where you can win rewards from the prize pool.
3. If the prize pool falls below 10,000 $MCC, the system will automatically replenish it to 10,000 $MCC.

Fortunata consists of six spaces, and you will receive rewards if certain match ups are completed. The specific rewards are as follows:

<table><thead><tr><th width="384">Match up type</th><th>Rewards (In $MCC)</th></tr></thead><tbody><tr><td>Any 3 same colored gems in a row </td><td>2</td></tr><tr><td>Any 4 same colored gems in a row</td><td>5</td></tr><tr><td>Any 2 sets of 3 same colored gems in a row</td><td>25</td></tr><tr><td>Any 5 same colored gems in a row</td><td>500</td></tr><tr><td>Any 6 same colored gems in a row</td><td>50% of the prizepool</td></tr></tbody></table>

\*Fortunata has been available since August 5th, 2023.

<br>


---

# 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://matchnovaofficial.gitbook.io/whitepaper/gamefi-elements/fortunata.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.
