> 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/economics/token-economics.md).

# Token Economics

## Economics

Holders of 00 tokens have an economic interest in the P00LS protocol. Namely, through the intermediary of a Treasury, 00 holders collectively own and control:

* 15% of the total supply of 00 tokens
* 10% of any P00LS creator token
* 100% of the protocol fees generated by P00LS\*

The 00 DAO Treasury address is `treasury.zerozero.eth` or `0xC84E0BDBEd209afe1e40D026878904CB4b6246F7`.&#x20;

The Treasury is available [here](https://etherscan.io/address/0xC84E0BDBEd209afe1e40D026878904CB4b6246F7) and is secured by a multisig wallet controlled by the 00 Foundation.

<figure><img src="/files/1xgDCN1x0tJzSp7t4JtI" alt=""><figcaption><p>All holdings of the Treasury are on-chain and available on Etherscan</p></figcaption></figure>

00 holders can decide on the use and allocation of Treasury holdings through governance proposals (see [Governance](/00-token/governance/the-00-dao.md)).

*\*only for* [*P00LS v2*](broken://spaces/Bvf4O2J2ZjVyjR7CQsh2)

## 00 DAO Treasury

### 00 Ecosystem Fund

The 00 DAO Treasury controls 15% of the total supply of 00 tokens - the 00 Ecosystem Fund. This fund can be used to fund initiatives, create grants or incentivize community partners.

### Creator Tokens

For each creator token built on P00LS, 10% of the total supply is allocated to the Treasury. While creator tokens are not meant to have a price or a financial value, they give access to the underlying economy of a creator.

For instance, a creator might decide to share the revenue of their NFT mints with their token holders - in which case the Treasury would receive 10% of the revenue shared.

For more information on P00LS creator tokens, see [here](broken://spaces/Bvf4O2J2ZjVyjR7CQsh2/pages/TFFL4oVoZNINSaHOpowh).

### Protocol Fees (P00LS v2)

In P00LS v2, creators are charged a small fee for certain actions on their token (see [P00LS Protocol Fees](broken://spaces/Bvf4O2J2ZjVyjR7CQsh2/pages/zpa0NDQNzMfKXYIu1S5O)). 100% of the fees accrue to the 00 DAO Treasury.


---

# 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/economics/token-economics.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.
