# MetaFight Puncher

The Leaderboard system is divided into two key components: the Global Leaderboard and the Weekly Leaderboard. This structure was thoughtfully designed to create a balanced and equitable prize distribution mechanism.

* **Global Leaderboard**: This tracks overall performance across the game, rewarding long-term dedication, skill, and consistency. It highlights the top-performing players over an extended period, ensuring recognition for sustained excellence.
* **Weekly Leaderboard**: This resets weekly, providing fresh opportunities for newer players or those looking to climb the ranks quickly. It ensures that even short-term efforts and achievements are acknowledged, fostering inclusivity and dynamic competition.

By combining these two perspectives, the system aims to reward both long-term dedication and short-term bursts of exceptional performance, striking a balance that ensures fair and inclusive competition for all players.

## Season 1

### Global Leaderboard

The Season 1 Leaderboard ranking is determined by the cumulative points obtained by the Participant since the Game launch. A total of 1,428,571 Tokens will be awarded for Season 1. Season 1 will have 4,000 winners. The winners will be distributed as follows:

| Rank           | Prize (MFT) |
| -------------- | ----------- |
| 1st            | 10,000      |
| 2nd            | 7,142       |
| 3rd            | 5,714       |
| 4th > 40th     | 2,857       |
| 41th > 200th   | 1,428       |
| 201th > 400th  | 857         |
| 401th > 4000th | 428         |

{% hint style="info" %}
For Season 1, the distribution of prizes from Global Leaderboard is subject to specific conditions, with a gradual release of a percentage of the reward over time:

* 7% of the total reward is available immediately.
* 28% is available 2 months later.
* 79% is available 3 months later.
* 100% is available after 4 months.

Claiming the reward before reaching 100% will result in the loss of the remaining undistributed reward.
{% endhint %}

### Weekly Leaderboard

The Weekly Leaderboard ranking is determined each week by the cumulative points obtained by the Participant from Monday to Sunday. For the MetaFight Puncher Weekly, a total of 1,428,571 Tokens will be awarded. Each week will have 500 winners. The winners will be distributed as follows:

| Rank          | Prize (MFT) |
| ------------- | ----------- |
| 1st           | 5,714       |
| 2nd           | 4,285       |
| 3rd           | 2,142       |
| 4th > 5th     | 714         |
| 6th > 25th    | 571         |
| 26th > 50th   | 428         |
| 51th > 125th  | 357         |
| 126th > 250th | 285         |
| 251th > 375th | 214         |
| 376th > 500th | 142         |

{% hint style="info" %}
For Season 1, the distribution of prizes from Weekly Leaderboard is subject to specific conditions, with a gradual release of a percentage of the reward over time:

* 25% is available 2 months later.
* 75% is available 3 months later.
* 100% is available after 4 months.

Claiming the reward before reaching 100% will result in the loss of the remaining undistributed reward.

The total amount of the 10-week period is distributed at once.
{% endhint %}

***

## Season 2

TBA.


---

# 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://wiki.metafight.com/whitepaper/token/airdrop/metafight-puncher.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.
