> 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/welcome-to-trendex.md).

# Welcome to Trendex

#### What is Trendex

Trendex turns real athlete IP into an on-chain economy. ⚽️\
You collect tokens of players, and earn SOL as we build the first digital ecosystem owned by the users.

Our first step is an online fantasy game.

This is not a season, this is a twice-a-week competitive yield loop where football knowledge is capital.\
\
**Video overview**

**Got 1 minute? Check out a video overview of Trendex:**

{% embed url="<https://drive.google.com/file/d/1EtF8gufUoPYoXXAy6Vqjqh05_JNosupV/view?pli=1>" %}

#### Welcome to the Trendex Documentation

| Section                    | What it explains                                                                                                                             |
| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| 0) Front Page              | Introduction : what Trendex is in one glance. Sets the mental model.                                                                         |
| 1) Vision & Ecosystem      | Why Trendex exists, how value flows today, the mission, and the long-term roadmap (Phase 0 → Phase 2).                                       |
| 2) The Game                | The core mechanics of the current live product: Tokens, Squad construction, Game Passes, tournaments, scoring, leaderboards, rewards and SP. |
| 3) Onboarding & Bonus      | Expectations for new users, social verification, wallet creation via Privy, and anti-bot logic.                                              |
| 4) Buying & Selling Tokens | How swaps work, routing, fees, slippage, and how tokens move from market → Squad.                                                            |
| 5) Tokenomics & Technicals | Economic architecture: supplies, AMM mechanics, treasury loop, and cross-series buyback logic.                                               |
| 6) Glossary                | Reference table of all game terms + UI statuses used inside the Trendex app.                                                                 |

Trendex is where football fandom meets on-chain ownership, not speculation for its own sake, but value distribution powered by real player performance.

If you understand football, you finally have a way to capture it. 🔥


---

# 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/welcome-to-trendex.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.
