> For the complete documentation index, see [llms.txt](https://docs.pooltogether.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pooltogether.com/pooltogether/pool-token/pool-supply.md).

# POOL Supply

Details of the POOL token supply and distribution are below.

* The total supply of POOL tokens is 10 million
* 4.8 million (48%) of those tokens have not been distributed and [are controlled by governance](https://info.pooltogether.com/)

5.2 million (52%) have already been distributed; details of the most significant distributions are as follows:&#x20;

* 1.5 million tokens were given to early users of the protocol; of that amount, \~400,000 remained [unclaimed in the distribution contract](https://etherscan.io/address/0xBE1a33519F586A4c8AA37525163Df8d67997016f#tokentxns)
* 1.2 million tokens were given to early contributors to the protocol. All these tokens are subject to one-year locking ending on February 17th, 2022
* 750,000 tokens were given to investors in PoolTogether Inc. All these tokens are subject to one-year locking ending on February 17th, 2022
* 411,000 tokens were distributed to [participants in the protocol diversification](https://gov.pooltogether.com/t/ptip-13-revised-treasury-diversification/1049). These tokens have one year vesting with progressive one-year unlocking that begins in May 2022

This information is subject to change as POOL governance makes new votes. You can read the [original distribution article here](https://medium.com/pooltogether/introducing-pool-23b09f36db48). You can [view the current balances of the POOL treasury here](https://info.pooltogether.com/).&#x20;


---

# 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.pooltogether.com/pooltogether/pool-token/pool-supply.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.
