> 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/p00ls-creator-tokens.md).

# P00LS Creator Tokens

- [Understanding P00LS Creator Tokens](https://p00ls.gitbook.io/p00ls-v2/p00ls-creator-tokens/understanding-p00ls-creator-tokens.md): About Creator tokens, standard parameters, security
- [Token Quick Facts](https://p00ls.gitbook.io/p00ls-v2/p00ls-creator-tokens/token-quick-facts.md): Default settings, allocation, distribution method and supported blockchains
- [Supported Blockchains](https://p00ls.gitbook.io/p00ls-v2/p00ls-creator-tokens/supported-blockchains.md): P00LS tokens are minted and distributed on several blockchains.
- [Transferability](https://p00ls.gitbook.io/p00ls-v2/p00ls-creator-tokens/transferability.md): Limited vs Full Transferability, Pros and Cons
- [Adding an address to your token allowlist](https://p00ls.gitbook.io/p00ls-v2/p00ls-creator-tokens/transferability/adding-an-address-to-your-token-allowlist.md): A step-by-step guide to adding a wallet address that can send and receive your P00LS token
- [Making your token fully transferable](https://p00ls.gitbook.io/p00ls-v2/p00ls-creator-tokens/transferability/making-your-token-fully-transferable.md): A step-by-step guide to make your P00LS token fully transferable
- [P00LS Bridge](https://p00ls.gitbook.io/p00ls-v2/p00ls-creator-tokens/p00ls-bridge.md): How to bridge P00LS tokens between supported blockchains
- [Guidelines for Liquidity Pools](https://p00ls.gitbook.io/p00ls-v2/p00ls-creator-tokens/guidelines-for-liquidity-pools.md): Expectations for creators launching a liquid token
- [Liquidity Pools](https://p00ls.gitbook.io/p00ls-v2/p00ls-creator-tokens/liquidity-pools.md)
- [FAQ: Liquidity with P00LS](https://p00ls.gitbook.io/p00ls-v2/p00ls-creator-tokens/liquidity-pools/faq-liquidity-with-p00ls.md): This feature is discontinued.
- [FAQ: Common Liquidity Pool Questions](https://p00ls.gitbook.io/p00ls-v2/p00ls-creator-tokens/liquidity-pools/faq-common-liquidity-pool-questions.md): Creating a liquidity pool? Find answers to some common questions!


---

# 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/p00ls-creator-tokens.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.
