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

# Обзор

**Геймифицированная торговая площадка внутри Telegram.**

Пользователи создают и торгуют мем-токенами, привязанными к реальным трендам из X (Twitter), участвуют в лигах, выполняют квесты и зарабатывают внутриигровую валюту.

> «Превращаем тренды X в торгуемые активы с гарантированной защитой от потерь и геймифицированной экономикой»

| Параметр  | Значение                              |
| --------- | ------------------------------------- |
| Стадия    | Тестнет                               |
| Платформа | Telegram Mini App (Mobile-first)      |
| Жанр      | SocialFi / Gamified Prediction Market |

***

## Структура документации

### Продукт

| Документ                                            | Описание                                                 |
| --------------------------------------------------- | -------------------------------------------------------- |
| [Game Design Document](/trend-arena/produkt/gdd.md) | Мастер-документ: механики, экономика, UI, KPI            |
| [Tokenomics](broken://pages/w1vEhAcYcXQxUuGi4T69)   | Arena Coin: цена $0.10, пакеты, дефляция, unit economics |
| [Лутбоксы](/trend-arena/produkt/boxes.md)           | Gacha-механика: тиры, вероятности, EV, UI рулетки        |
| [Onboarding](/trend-arena/produkt/onboarding.md)    | Путь пользователя: регистрация → первый своп → квесты    |
| [Visual Design](/trend-arena/produkt/visual.md)     | Цвета, шрифты, компоненты, анимации                      |
| [Admin Panel](broken://pages/iz5xwJGmB7sOet4iT84s)  | Админ-панель бота: команды, wizard, бродкасты            |

### Стратегия

| Документ                                                | Описание                                                    |
| ------------------------------------------------------- | ----------------------------------------------------------- |
| [Roadmap](/trend-arena/produkt/roadmap.md)              | Лутбоксы, retention, бизнес/рост, магазин AC                |
| [Идеи](/trend-arena/strategiya/ideas.md)                | UGC, Creator Royalties, discovery, инсайты из анализа       |
| [Антипаттерны](/trend-arena/strategiya/antipatterns.md) | 8 антипаттернов крипто-продуктов с метриками предупреждения |

### Аналитика

| Документ                                                              | Описание                                         |
| --------------------------------------------------------------------- | ------------------------------------------------ |
| [Конкурентный анализ](/trend-arena/analitika/competitiveanalysis.md)  | 15+ конкурентов, 7 стратегий роста               |
| [Глубокий анализ](/trend-arena/analitika/competitiveanalysis-deep.md) | 11 конкурентов: маркетинг, креативы, механики    |
| [Duolingo](broken://pages/xcSmgqXNZhet5tBSWBVP)                       | Геймификация, стрики, retention — применимо к TA |

### Ресурсы

| Папка                                         | Описание                               |
| --------------------------------------------- | -------------------------------------- |
| [Креативы](/trend-arena/resursy/creatives.md) | Готовые креативы: видео, картинки, GIF |
| [Айдентити](/trend-arena/resursy/identity.md) | Логотип, маскот, фирменные цвета       |

***

## Источники правды

Если тема дублируется — какой файл считать основным:

| Тема                         | Источник правды                                        | Также упомянуто в          |
| ---------------------------- | ------------------------------------------------------ | -------------------------- |
| Квесты (таблицы наград)      | [Onboarding.md](/trend-arena/produkt/onboarding.md)    | GDD.md (раздел 6.2)        |
| Лутбоксы (тиры, вероятности) | [boxes.md](/trend-arena/produkt/boxes.md)              | GDD.md (раздел 11.2)       |
| AC экономика (цена, пакеты)  | [Tokenomics.md](broken://pages/w1vEhAcYcXQxUuGi4T69)   | GDD.md, boxes.md, Ideas.md |
| Hot Seat (энергия, формула)  | [GDD.md](/trend-arena/produkt/gdd.md) (раздел 6.1)     | boxes.md                   |
| Комиссии (buy/sell %)        | [GDD.md](/trend-arena/produkt/gdd.md) (раздел 3)       | —                          |
| Реферальная программа        | [GDD.md](/trend-arena/produkt/gdd.md) (разделы 3, 6.6) | Onboarding.md              |
| Цвета и UI                   | [Visual.md](/trend-arena/produkt/visual.md)            | GDD.md (раздел 10)         |


---

# 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://amber-metaverse.gitbook.io/trend-arena/readme.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.
