> For the complete documentation index, see [llms.txt](https://yvechat.gitbook.io/wp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yvechat.gitbook.io/wp/yve.md).

# $YVE

`$YVE` is the native token of YveChat, deployed on BNB Chain.

<figure><img src="/files/9g2Cjokq2MTKU8MEZQy1" alt="$YVE"><figcaption><p>Utility arrives one layer per era. Every $YVE utility is planned</p></figcaption></figure>

***

#### What it does

`$YVE` coordinates the parts of YveChat that sit outside the user's own machine: the scaling tier, the tool gateway, the marketplace, and eventually the compute network.

It stays entirely clear of inference. YveChat takes zero margin on the cost of a token from any provider, and that commitment is permanent. The token earns from software, tooling, and network participation.

***

#### Why the token exists at all

A workspace built on user-held keys collects no inference margin by design. The economics have to come from somewhere else, and the token is what aligns the people building the network with the people using it.

Three groups meet in `$YVE`:

| Group         | What they bring                              | What they receive                       |
| ------------- | -------------------------------------------- | --------------------------------------- |
| **Users**     | Demand for the scaling tier and the gateway  | Access, priority, and governance weight |
| **Builders**  | Agents, prompt packs, and MCP configurations | Marketplace revenue                     |
| **Operators** | GPU capacity in the network era              | Settlement for served inference         |

***

#### The three pages ahead

[Utilities](/wp/yve/utilities.md) sets out what the token does, phased across the roadmap eras.

[Revenue](/wp/yve/revenue.md) sets out where money enters the system.

[Tokenomics](/wp/yve/tokenomics.md) sets out supply, allocation, and vesting.

{% hint style="warning" %}
`$YVE` has not been generated. No contract is deployed, no sale is open, and no token exists to purchase. Every figure in this section is provisional and subject to the final economic and legal structure. See [Disclaimer](/wp/resources/disclaimer.md).
{% endhint %}

***

Zero margin on intelligence.

Value earned everywhere else.


---

# 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://yvechat.gitbook.io/wp/yve.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.
