> For the complete documentation index, see [llms.txt](https://docs.trendex.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trendex.gg/5-tokenomics-and-technical-details.md).

# 5) Tokenomics & Technical Details

Trendex uses a clear, transparent token model designed for scale and long-term sustainability.

***

#### Supplies

There are only two token classes in the Trendex ecosystem, and both have fixed, predictable supplies:

| Token Type                             | Supply                     |
| -------------------------------------- | -------------------------- |
| Official Tokens (real stars)           | 1,000,000,000 fixed supply |
| Community Tokens (art interpretations) | 1,000,000,000 fixed supply |

Official Tokens are tied to real athletes under individual agreements.\
Community Tokens are original artworks inspired by football, no name / image rights used.

***

#### AMM & Liquidity

All tokens trade via AMM (Automated Market Maker) liquidity, not order books.

Prices automatically adjust based on buy/sell flow.

This means users must always expect:<br>

* **swap fees**
* **slippage when volume is high / liquidity is low**
* **price impact based on trade size**\ <br>

**Disclaimer:**\
**Swapping tokens is a financial action. Prices can move against you.**\
**Trendex does not guarantee profits or price direction.**\
**Always make sure you understand slippage settings before confirming a trade.**

***

#### Economic Loop

The Trendex economy is sustained by a circular value loop:

Game Pass sales:\
→ 50% to  Total Pool\
→ 50% to Trendex Treasury

Treasury → Tournament Rewards:\
→ 10% of total pool is allocated into every tournament’s reward pool\
(2 tournaments per week)

Token fees loop:\
50% of trading fees of community cards go to reward pool.

These buybacks are continuous, not one-time.

This means:

* **each new star is supported by the traction of previous stars**
* **Official tokens are not isolated assets, they are a chain**
* **early ecosystem participants benefit from catalogue expansion**\ <br>

***

#### Legal Notes

* **Official Tokens are backed by individual agreements with stars.**
* **Community Tokens are original artworks and not tied to any player’s personal identity.**<br>

This dual-stack is what makes Trendex scalable and compliant.

***

#### TL;DR

* **Official Tokens = 1B supply**
* **Community Tokens = 1B supply**
* Game Pass revenue → rewards + treasury
* 10% of total pool → tournament reward pool
* 50% of Community Token trading fees → reward pool
* AMM trading always includes fees + slippage

<br>

AMM trading = fees + slippage, always<br>


---

# 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.trendex.gg/5-tokenomics-and-technical-details.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.
