# Point System

You earn season points based on your finishing rank in each match. Points accumulate over the season and determine your current tier.

<table data-header-hidden="false" data-header-sticky><thead><tr><th>Rank</th><th>Points Earned</th></tr></thead><tbody><tr><td>#1 </td><td>100 pts </td></tr><tr><td>#2 - 3 </td><td>70 pts </td></tr><tr><td>#4 - 10 </td><td>50 pts </td></tr><tr><td>#11 - 50 </td><td>30 pts </td></tr><tr><td>#51 - 100 </td><td>15 pts </td></tr><tr><td>#101 - 300 </td><td>5 pts </td></tr></tbody></table>

At the end of each month, your total season points are multiplied by 0.8, reducing your balance by 20%. This decay mechanism keeps the leaderboard competitive and ensures that active players are rewarded over those who have gone inactive. To maintain your tier and leverage, consistent participation is key.

For example, a player with 500 points at the end of the month will carry forward 400 points into the next month.

{% hint style="info" %}
The current Decay Mechanism has not started yet, please stay tuned for next product updates.
{% endhint %}


---

# 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://docs.otter.trade/tier-and-points-system/point-system.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.
