# Token Rewards General

## What is a Token Reward

**Token Rewards** are the building blocks of P00LS creator tokens. A single reward is made up of three variables:

* **Engagement Type** (ex: Follow on Lens, Hold NFT #123)
* **Reward Size** (XS, S, M, L, XL)
* **Reward Frequency** (Weekly)

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

Each Token Reward represents a **behavior or engagement** that a creator wants to incentivize, as well as the reward level and frequency of the incentive. The combination of all Token Rewards forms a [Token Economy](/p00ls-v2/token-distribution/token-economy.md).&#x20;

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

When a creator onboards on P00LS, our protocol scrapes and indexes all the forms of engagement of the creator-linked wallets (all the NFTs created, all the platforms the creator is active on) then automatically generates Token Rewards using [Standard Settings](/p00ls-v2/token-distribution/standard-settings.md). Creators can later override Standard Settings and customize their Rewards.

## Useful Links

* [Add a New Token Reward](/p00ls-v2/token-distribution/customize-rewards/add-new-rewards.md)
* [Delete Existing Reward](/p00ls-v2/token-distribution/customize-rewards/deactivate-and-activate-an-existing-reward.md)


---

# 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/token-rewards-general.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.
