> 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/multiplier-wheel.md).

# Multiplier Wheel

The Multiplier Wheel is a reward wheel that will appear for players after they complete certain challenges in a specific game. When the wheel appears, players must spin it, and the MCC reward multiplier on the wheel ranges from **1.1x to 100x**.\
\
**The Multiplier Wheel is differentiated by levels**, and NFTs of higher levels will have higher upper and lower limits for the Multiplier they can trigger after achieving the goal. The details are as follows:

| NFT Level | Min Multiplier | Max Multiplier |
| --------- | -------------- | -------------- |
| Lv1-Lv5   | 1.1x           | 10x            |
| Lv6-Lv10  | 1.2x           | 20x            |
| Lv11-Lv15 | 1.2x           | 50x            |
| Lv16-Lv20 | 1.5x           | 75x            |
| Lv21+     | 1.5x           | 100x           |

**There will be 6 in-game goals that may appear in a game.**&#x20;

**1. Score Goal**: Reach target score in a game.&#x20;

**2. Big Win Goal**: Defeat opponent by required score margin.&#x20;

**3. Ultimate Goal**: Use NFT Hero’s Ultimate by the required amount of times.&#x20;

**4. Eliminate Certain Color Pieces Goal**: Eliminate a certain amount of pieces for appointed color.&#x20;

**5. Extra Move Goal**: Reach a certain amount of extra move in a game.&#x20;

**6. Eliminate Special Pieces Goal**: Eliminate a certain amount of appointed special pieces.&#x20;

The goals are selected randomly and will be displayed throughout the whole game.\
The exact number is different for each player and is determined by the level and rarity of the NFT deployed as well as the map.&#x20;

For some in-game goals, the dynamic adjustment algorithm based on big data analysis will also be involved to ensure a better gaming experience.&#x20;

\*In future versions, we will gradually add more random variables regarding to the objective&#x20;

\*Multiplier Wheel is a promotional event and the MCC awarded from it will not be counted in the invitational program.&#x20;

<br>

<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/multiplier-wheel.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.
