> 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/usdwaifu.md).

# $WAIFU

The $WAIFU token is the lifeblood of the Cherry platform, serving as its primary utility token. It plays a pivotal role in powering and facilitating every aspect of the user experience on Cherry.

### Core Functions of $WAIFU

* **Platform Currency**: $WAIFU is used for all transactions within the Cherry platform. It is the currency that powers fees and enables seamless interactions.
* **Cherry Red Access**: Users can stake $WAIFU to gain access to Cherry Red, the premium version of Cherry offering exclusive features and experiences.
* **Subscription Payments**: The $WAIFU token is also the means of payment for subscriptions to Cherry Red, providing a streamlined process for users to upgrade their experience.
* **In-App Purchases**: Whether it's for buying special gifts or accessing unique experiences, $WAIFU is the currency for all in-app purchases, ensuring a cohesive and integrated user experience.

***

{% hint style="info" %}
Please be aware that the $WAIFU token serves as a utility token for use within the Cherry platform. Acquiring $WAIFU should not be viewed as an investment in Cherry, and purchasers should not anticipate or rely on the prospect of profit.
{% 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/usdwaifu.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.
