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

# Understanding Token Distribution

## Key Concepts

**Token Distribution** is the most important part of building a healthy creator token ecosystem.

* **Tokens are Earned, not Bought -** Tokens are distributed to holders based off of on-chain proofs of engagement (ex: holding an NFT, following on Lens). Because tokens are not [transferable](/p00ls-v2/p00ls-creator-tokens/transferability.md), they cannot be sold or bought.
* **Weekly Distribution** - Tokens are distributed weekly to eligible holders. This allows for a creator to take into account future states of their economy and community.
* **Eligible Holders** - Anyone who engages with a creator's web3 ecosystem can be eligible for rewards. The become eligible by holding an NFT, following on Sound.xyz, or any other [engagements](/p00ls-v2/token-distribution/token-rewards-general/engagement-types.md) that Creators add as [**Rewards** ](https://p00ls.gitbook.io/p00ls-v2/token-distribution/token-rewards-general)to their [**Token Economy**](https://p00ls.gitbook.io/p00ls-v2/token-distribution/token-economy).&#x20;
* **Biggest Holder = Most Engaged Holder** - A holder's token balance directly indicates their engagement within your community. If you're a Creator, your biggest token holder is your biggest fan.
* **Fully On-Chain** - Tokens are automatically airdropped to eligible addresses on-chain. This ensures full composability of a token holder community with other web3 protocols or dApps.

## Token Economy Management

Token distribution is managed through the Creator Portal. Your **Rewards** represent the eligible engagements available to your community. You can adjust, update, and edit your Rewards directly in the Creator Portal.&#x20;

To learn more, visit the [Token Rewards](/p00ls-v2/token-distribution/token-rewards-general.md) section. <br>


---

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