# Standard Settings

## **About Standard Settings**

When a creator onboards and creates their token, a few things happen:

* P00LS automatically searches all the on-chain activity of a creator's wallet to extract engagements (NFTs, Lens Profiles, etc)
* P00LS then indexes all engagements and finds potential holders
* P00LS then applies Standard Rewards, which can be subsequently modified by the creator

## Standard Rewards Settings

By default, all creators start with the same reward settings and the same Token Economy.

<table><thead><tr><th width="241">ENGAGEMENT</th><th width="156">REWARD SIZE</th><th>FREQUENCY</th></tr></thead><tbody><tr><td>Follow on Lens</td><td>XS</td><td>Weekly</td></tr><tr><td>Mirror a Post on Lens</td><td>XS</td><td>Weekly</td></tr><tr><td>Collect on Lens</td><td>S</td><td>Weekly</td></tr><tr><td>Follow on Sound</td><td>XS</td><td>Weekly</td></tr><tr><td>Collect - Sound - Forever</td><td>XS</td><td>Weekly</td></tr><tr><td>Collect - Sound - Limited</td><td>M</td><td>Weekly</td></tr><tr><td>Follow on Audius*</td><td>XS</td><td>Weekly</td></tr><tr><td>Hold a Friend.tech Key</td><td>L</td><td>Weekly</td></tr><tr><td>Collect on Mirror</td><td>XS</td><td>Weekly</td></tr><tr><td>Hold an NFT (all chains)</td><td>(see below)</td><td>Weekly</td></tr></tbody></table>

* The P00LS team will reach out with special instructions if you have 10k + followers.

### Standard NFT Rewards

| # of NFTs in Collection | Reward Size | Frequency |
| ----------------------- | ----------- | --------- |
| 1001+                   | XS          | Weekly    |
| 251-1000                | S           | Weekly    |
| 26-250                  | M           | Weekly    |
| 6-25                    | L           | Weekly    |
| 1-5                     | XL          | Weekly    |

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


---

# 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-distribution/standard-settings.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.
