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

# $XYNQ

**$XYNQ** is the token that funds and sustains the network. It is what makes free-for-users, paid-for-contributors economically sustainable.

### What $XYNQ is for

The token has one job: **keep the network alive and growing.** Specifically, it funds:

* the **coordination layer** (scheduling, routing, verification, telemetry),
* the **contributor reward pool** that pays people for donated compute,
* ongoing **development** of the client, models, and infrastructure.

### Why a token at all

Running a global coordination fabric isn't free, even when the GPUs are donated. Rather than monetize users through ads, subscriptions, or selling data, XYNQ funds itself through a transparent token economy aligned with the people who use and power it.

### The core loop

```
usage & demand  ->  protocol fees  ->  buyback & burn + public treasury
       ^                                          |
       |                                          v
  more capacity   <-  contributor rewards  <-  sustainable funding
```

### Fee split (summary)

Fees earned by the protocol are split two ways:

* **Half → buyback and burn** of $XYNQ (reduces supply over time).
* **Half → a public treasury** (funds the network's future).

The next pages cover tokenomics, the buyback-and-burn mechanism, and the treasury in detail.


---

# 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:

```
GET https://docs.xynq.ai/usdxynq.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.
