# BPD

Big Pay Days (BPD) are a valuable reward mechanism that was built into the Axion ecosystem to incentivize longer stakes. There are **50,000,000,000 AXN** tokens allotted to the Big Pay Days over five years for stakes that are locked for the required amount of days or more. Users that stake at least 350 days will be eligible to receive the first BPD reward allotment, and users that stake at least 700 days will be eligible for the second, and so forth, until the fifth BPD has been released.&#x20;

The BPD contract holds the Big Pay Day tokens and releases them on the appropriate day(s) based on the stored information and user data within the contract.

The calculations for the amount of tokens distributed across the five BPD’s are:

* [x] ~~1**0/29/2021:** 10% of the tokens are distributed -> 5,000,000,000 AXN~~
* [x] ~~**10/14/2022:** 15% of the tokens are distributed -> 7,500,000,000 AXN~~
* [ ] **09/29/2023:** 20% of the tokens are distributed -> 10,000,000,000 AXN
* [ ] **09/13/2024:** 25% of the tokens are distributed -> 12,500,000,000 AXN
* [ ] **08/29/2025:** 30% of the tokens are distributed -> 15,000,000,000 AXN

{% hint style="info" %}
BPD rewards are added to the interest of the corresponding stake and cannot be withdrawn separately.
{% 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://support.axion.network/fundamentals/bpd.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.
