> For the complete documentation index, see [llms.txt](https://p00ls.gitbook.io/00-token/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://p00ls.gitbook.io/00-token/about-00/token-allocations-and-vesting.md).

# Token Allocations & Vesting

## Abbreviated Timeline

* **April 2021** - Initial Whitepaper
* **December 2021** - Official launch of P00LS v1
* **April 2022** - 00 Token minted on Ethereum
* **October 2022** - zerozero DEX launched
* **October 2022** - 00 Token listed on Coinbase
* **June 2023** - zerozero DEX closed
* **August 2023** - Investor and Team Allocation vesting started
* **September 2023** - 00 Token bridged to Polygon (available on both Mainnet and Polygon)
* **November 2023** - Launch of P00LS v2

## Initial Token Allocation

The total supply for 00 is permanently fixed at **1,000,000,000** tokens.

At minting, 00 tokens have been distributed to 5 groups:

* **Team** - Members of the team of P00LS and other companies involved in building P00LS and 00 are incentivized with token allocations
* **Investors** - Equity investors of P00LS were able to purchase 00 tokens at minting
* **Creators** - Creators using P00LS are eligible to a token allocation
* **Users** - Users of P00LS (or Holders of P00LS Creator tokens) are / will be eligible to a token allocation
* **Ecosystem Fund -** a reserve of 00 tokens owned by the 00 DAO.

<figure><img src="/files/3zmt69ONbi5NCGieFaqT" alt=""><figcaption><p>Initial Token Allocations</p></figcaption></figure>

## Lock up and Vesting&#x20;

*<mark style="background-color:yellow;">Last Update: October 2023</mark>*

Below is the current status of 00 token allocations vesting parameters.

<table><thead><tr><th width="192">Allocation</th><th width="82">% of Total Supply</th><th>Vesting</th></tr></thead><tbody><tr><td>Team</td><td>20%</td><td>1y lock + 4y vesting started 08/17/22</td></tr><tr><td>Investors</td><td>25%</td><td>1y lock + 3y vesting started 08/17/22</td></tr><tr><td>Users</td><td>20%</td><td>TBC - Distribution voted on by 00 DAO</td></tr><tr><td>Creators</td><td>20%</td><td>1y lock + 3y vesting started 08/17/22</td></tr><tr><td>Ecosystem Fund</td><td>15%</td><td>None</td></tr></tbody></table>


---

# 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://p00ls.gitbook.io/00-token/about-00/token-allocations-and-vesting.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.
