> For the complete documentation index, see [llms.txt](https://docs.metaarena.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metaarena.world/english/gameplay/pvp/season.md).

# Season

A season is a unit for collecting and settling the combat records of META ARENA players. Typically, a regular season lasts for 28 days from the starting date, and players receive rewards based on their performance in the regular season.

### **Regular Season Rewards**

After the season ends and a new one begins, rewards are calculated and distributed based on the final ranking of the previous season. The first season starts with a total prize of 200,000 META and is distributed differentially based on accumulated tier points (TP). For detailed season rewards, check the Reward menu for that season.

\
\*Regular season rewards are subject to change for each season.

<figure><img src="https://lh7-us.googleusercontent.com/KLJZ6V3O_xSzFjlbkS1T8T1QxbM0LkDDWXydapc1XffkM-2NavU3HKfdRHdw9dYZ2s5E2g_THVc6w71eRoouSGVcQOeXOAyaazRA9QrKNQ6h0-F4e_XS3Zpkf7DvasXamFI-TlCoWbq9yalUNAwzFh0" alt=""><figcaption></figcaption></figure>

### Tier&#x20;

Players earn tier points (TP) with each victory in battles. Every 100 tier points, players advance to a higher tier and rank. Upon reaching the cumulative tier points required for each tier, players receive rewards with each tier advancement.

However, losing a battle and losing tier points may result in a demotion of tier and rank.

There are a total of 7 tiers, and once players reach the highest tier, Master, their tier points accumulate without an upper limit, but they no longer advance in tiers.

\*After the regular season ends, all players' tiers are reset to the lowest rank.\
\*The criteria for tier promotion may change through updates.&#x20;

<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://docs.metaarena.world/english/gameplay/pvp/season.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.
