> For the complete documentation index, see [llms.txt](https://whitepaper.axieinfinity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.axieinfinity.com/axs/allocations-and-unlock.md).

# Allocations and Unlock schedule

AXS will be unlocked in a pre-determined schedule which lasts for 65 months from the public sale. The initial circulating supply is set to 59,985,000 AXS - **22.22%** of the total supply.&#x20;

![](/files/-MK0XP8l-pUvJGy-DQLd)

The above chart illustrates the maximum possible issuance of AXS over the coming years, and the total supply will never exceed **270,000,000**

| Token amount     | Total Supply    | %        |                                       |
| ---------------- | --------------- | -------- | ------------------------------------- |
| Play and Earn    | 54,000,000      | 20%      | Locked: issuance starts in Q1-Q2 2021 |
| Staking Rewards  | 78,300,000      | 29%      | Locked: Issuance starts in Q1-Q2 2021 |
| Ecosystem Fund   | 21,600,000      | 8%       | Some unlocked, some locked            |
| Sky Mavis        | 56,700,000      | 21%      | Some unlocked, some locked            |
| Advisors         | 18,900,000      | 7%       | some unlocked, some locked            |
| Public Sale      | 29,700,000      | 11%      | Unlocked                              |
| Private Sale     | 10,800,000      | 4%       | Some unlocked, some locked            |
| **Total amount** | **270,000,000** | **100%** |                                       |

The expected issuance of AXS is expected to be slightly lower than the unlock schedule. The Play to Earn and Ecosystem fund allocations will not be issued until the game is ready for a growth phase even if the tokens are unlocked.&#x20;

{% embed url="<https://docs.google.com/spreadsheets/d/1Tq_LeoSxtalWSKe_bobdQurlSpXdmVummIKtHUuOjUw/edit#gid=0>" %}
Full schedule
{% endembed %}


---

# 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://whitepaper.axieinfinity.com/axs/allocations-and-unlock.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.
