> 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/socialfi-system/invitation-program.md).

# Invitation Program

We encourage existing players to share MatchNova to friends, family and the community.&#x20;

Inviter will receive a certain percentage of Invitees' [MCC](/whitepaper/tokenomics/mcc-utility-token.md) earned from [normal PvP games](/whitepaper/gamefi-elements/game-modes-pvp-match3-games.md) played on a daily basis. Rewards will be sent via the in-app mail system everyday.

Users who enter an invitation code will receive 30 MCC. These MCC will be released in increments of 10 MCC after each 10 Normal PvP Game, until a total of 30 games have been completed.

Simply own at least one NFT to be eligible to become an Inviter. Once a user owns a NFT, a unique Invitation code will be generated for this account.&#x20;

A new user must use the invitation code upon account registration to be identified as an invitee.&#x20;

**Note: If a user is an invitee, he can still invite others to join and receive the benefits as an inviter.**

The rewards ratio starts at 5% and increases gradually until capped at 20%.&#x20;

<table><thead><tr><th width="319">Total MCC earned by Invitees daily</th><th>Level </th><th>Percentage Reward</th></tr></thead><tbody><tr><td>1-50</td><td>Bronze</td><td>5%</td></tr><tr><td>51-250</td><td>Silver</td><td>7.5%</td></tr><tr><td>251-1000</td><td>Gold</td><td>12.5%</td></tr><tr><td>1001-2500</td><td>Platinum</td><td>15%</td></tr><tr><td>2501+</td><td>Diamond</td><td>20%</td></tr></tbody></table>

**Note: Only MCC earned from** [**normal PvP games** ](/whitepaper/gamefi-elements/game-modes-pvp-match3-games.md)**are included. MCC earned from** [**Loot Box**](/whitepaper/gamefi-system/loot-box-system.md)**,** [**Battle**](/whitepaper/socialfi-system/battle.md)**, Free Play or other promotional events by invitee will not count.**


---

# 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/socialfi-system/invitation-program.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.
