> For the complete documentation index, see [llms.txt](https://docs.position.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.position.exchange/products/dex-2.0/incentives-programs/reward-distribution-schedule.md).

# Reward Distribution Schedule

We value our community and aim to ensure a fair distribution of rewards. To achieve this, we will unlock the tokens in phases. This is to avoid a large amount of tokens being unlocked all at once, which could potentially impact the token price and disrupt the market.

We understand that you may have questions about the reward distribution schedule, and we want to make the process as transparent as possible. Therefore, we have provided a rewards distribution schedule for your reference. You may access it by clicking on the link provided.

<https://docs.google.com/spreadsheets/d/1qAFKfx8-urW3F19WAQQgsvykooodRjvH0qsYLvS1UY8/edit?usp=sharing>

Please note that we will be distributing rewards according to the schedule specified in the document. In addition, we would like to remind you that rewards will only be claimable after the scheduled time, as described in the guide.

{% hint style="info" %}
Please note that the amount of rewards for our airdrop campaigns will be paid from the core team's pocket. Additionally, please be aware that the rewards distribution schedule may be subject to change if our POSI holders request a review and go through a voting governance process.
{% endhint %}

We appreciate your understanding and support in this matter. Thank you for being a part of our community!


---

# 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.position.exchange/products/dex-2.0/incentives-programs/reward-distribution-schedule.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.
