# Vesting Schedule

To reduce the control of the new token’s inflation rate, all farms and pools rewards will be locked on the following harvest plan:

* 5%: received immediately
* 5%: locked for 24 hours
* 10%: locked for 7 days
* 10%: locked for 30 days
* 20%: locked for 60 days
* 20%: locked for 90 days
* 30%: locked for 6 months

**For example:**

Your NFT Pool earnings is now 400 PTX

Once you click "Harvest", your reward will be distributed as below:

* 20 PTX received immediately (at the harvest time)
* 20 PTX locked for 24 hours (from the harvest time)
* 40 PTX locked for 7 days (from the harvest time)
* 40 PTX locked for 30 days (from the harvest time)
* 80 PTX locked for 60 days (from the harvest time)
* 80 PTX locked for 90 days (from the harvest time)
* 120 PTX locked for 6 months (from the harvest time)

### How to get the locked harvest?

Simply wait until the next schedule, then the "Claim" button will be enabled.

<figure><img src="/files/7HtWTu9Wu54Cn8YaJOuq" alt=""><figcaption><p>Just click Claim and sign the transaction in your wallet</p></figcaption></figure>

{% hint style="info" %}
Pro tips:

* Click "Claim All" to claim all the available schedules
* Click the below ones will also claim the above ones.
  * Eg: Given you have 1,2,3,4,5 schedule available to claim. Once you click claim on the 3rd one, it will automatically get the 1st and 2nd ones. Similarly clicking on the 5th one, will also get 1st,2nd,3rd, and 4th.
    {% endhint %}

### Vesting Schedule Sharing

Some farms/pools may share the same schedule as follow:

| Farms/Pools Name | Share With Farms/Pools                                    |
| ---------------- | --------------------------------------------------------- |
| BUSD Auto        | No                                                        |
| BNB Auto         | No                                                        |
| NFT Pool         | No                                                        |
| USDT02           | No                                                        |
| BNB-POSI Farm    | BUSD-POSI Farm, Single POSI, Bond 001, Bond 002, Bond 003 |
| USDT-BUSD        | DAI-BUSD, USDC-BUSD                                       |

> "Share" means they use the same schedule list.


---

# 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.position.exchange/products/migration/vesting-schedule.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.
