# Understanding Token Holders

## Context

A specificity of the P00LS model is that tokens are airdropped on-chain to **all** eligible addresses. This means that some holders will receive tokens without being aware of their existence. You can think of P00LS tokens as on-chain cookies (not the ones you eat, the ones in your web browser).

The advantage of this method is that creators can leverage the composability of web3 and directly extract valuable insights from their token holder base - simply by looking at on-chain data.

## Address vs Holder

We make the difference between:

* **An address** - an anonymous Ethereum wallet address receiving tokens based on eligibility
* **A holder** - an individual person receiving tokens through one or multiple addresses

You can extract valuable on-chain data for both addresses and holders. The only difference is that holders aggregate multiple addresses at once. Both are displayed on the Creator Portal.

## P00LS Profile *(coming soon)*

Holders will be able to further identify themselves by minting a P00LS profile. Coming end of Q2 2024.


---

# Agent Instructions: 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:

```
GET https://p00ls.gitbook.io/p00ls-v2/token-holders/understanding-token-holders.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
