> For the complete documentation index, see [llms.txt](https://p00ls.gitbook.io/p00ls-v2/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/p00ls-v2/the-p00ls-protocol/p00ls-ecosystem.md).

# P00LS Ecosystem

<figure><img src="/files/vuUErlh7ghMD9NBIeTOh" alt=""><figcaption></figcaption></figure>

## Creator Tokens

Creator Tokens are the backbone of the P00LS protocol. Each Creator has their own token which is minted as ERC20 tokens on multiple EVM compatible blockchains.

## Creator Portal

The Creator Portal is the interface where Creators can independently create and manage their token:

* Dashboard
* Rewards
* Airdrop
* Codes
* Apps
* Holders
* Support

## P00LS App

The P00LS App is the interface where holders can interact with the Creator Tokens they hold.

* Create a P00LS Profile
* Connect multiple wallets
* See Token Balance
* See Leaderboards
* Explore Creator Tokens

## Third Party Applications

Any third party application, platform, or protocol that recognizes or integrates ERC20 tokens is compatible with P00LS. A non-exhaustive list:

* Bonfire
* thirdweb
* Lens
* Collab.Land
* Coinvise
* Orb
* Perk Shop
* Snapshot
* Guild

## 00 Token

The 00 token is the governance token for P00LS. It's an ERC20 token available on Ethereum mainnet and Polygon. Some of the key benefits of 00 token holders:

* Voting rights on P00LS governance
* Collective ownership of 00 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/p00ls-v2/the-p00ls-protocol/p00ls-ecosystem.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.
