> For the complete documentation index, see [llms.txt](https://docs.getcherry.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getcherry.ai/token/tokenomics.md).

# Tokenomics

## Tokenomics:

* Total Supply: 100M
* Tax: 5 / 5
* Pool: 65M
* VectorChat Airdrop: 20M
* Cherry Team: 10M
* Marketing: 5M

## Allocation Breakdown

The $WAIFU token, Cherry's native cryptocurrency, is distributed in a carefully planned manner to ensure the long-term viability and growth of the platform. Here's how the token allocation is structured:

### Distribution Details

* **Liquidity Pool (65%)**: The most significant portion, 65% of the total supply, is allocated to the liquidity pool and locked in Unicrypt. It is paired with 4 ETH. The lock can be found here: [app.uncx.network/amm/uni-v2/pair/0xA135504ce32911A31Bd3FCa53848399b442517ea](https://app.uncx.network/amm/uni-v2/pair/0xA135504ce32911A31Bd3FCa53848399b442517ea)
* **Airdrop to VectorChat Stakers (20%)**: In recognition of our partnership with VectorChat and to foster a strong community bond, 20% of $WAIFU tokens are airdropped to stakers of $CHAT, VectorChat's currency. This strategic move integrates our communities and incentivizes participation in both ecosystems.
* **Team Allocation (10%)**: 10% of the tokens are reserved for the team behind Cherry. To align with our long-term vision, this portion of tokens is locked in Unicrypt for a period of 6 months, demonstrating our commitment to the project's future. The lock can be found here: [app.uncx.network/amm/uni-v2/token/0x3af35e0ca9942ddd07b7729f60a72718661b51f0](https://app.uncx.network/amm/uni-v2/token/0x3af35e0ca9942ddd07b7729f60a72718661b51f0)
* **Marketing Fund (5%)**: The remaining 5% is allocated to marketing efforts. These funds are crucial for promoting Cherry, expanding our user base, and enhancing our presence in the market. Effective marketing strategies will drive growth and adoption, benefiting the entire Cherry community

***

{% hint style="info" %}
Please note that the token distribution details provided above are provisional and may be adjusted in the future.
{% endhint %}


---

# 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://docs.getcherry.ai/token/tokenomics.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.
