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

# Introduction

Fronex is a social prediction app you open inside Telegram. You call what happens next — in soccer, crypto, entertainment, climate, or community-created markets — and earn USDT when you're right.

You fund your account with USDT on TON, and your balance pays out in USDT on TON. Every market is hand-picked or community-curated. You predict on an open order book — your counterparty is whoever's on the other side, whether that's another player or Fronex's own liquidity that seeds new markets so they're never empty. The platform earns a small fee on each trade.

This guide is the user manual. If you're a Market Owner or just curious about how the app works under the hood, start here.

## What you'll find here

* [**Getting started**](/get-going/getting-started.md) — open the Mini App, pick your language, see the geo policy.
* [**Your wallet**](/get-going/your-wallet.md) — the personal deposit address we generate for you, deposits, and withdrawals.
* [**Making predictions**](/making-predictions/overview.md) — how a prediction becomes a position, and how positions settle.
* [**Leagues**](/tournaments/tournaments.md) — create or join a tournament over a set of markets: free bragging-rights leagues for everyone, paid pools with real USDT prizes.
* [**Become a Market Owner**](/for-market-owners/market-owners.md) — propose your own markets, earn a share of the trade fees on them.
* [**Fees & payouts**](/reference/fees.md) — what we charge, when you get paid.
* [**Safety & policy**](/reference/safety.md) — sanctions block, age policy, responsible prediction.
* [**FAQ**](/reference/faq.md) and [**Glossary**](/reference/glossary.md) — quick answers and definitions.

## The honest version

Fronex is a small, founder-built product, live for the FIFA World Cup 2026 — public launch shipped June 2026. It's open to everyone outside sanctioned regions; no invite needed.

You will run into rough edges. When you do, tell us: **<admin@fronex.xyz>** or [**t.me/fronexhq**](https://t.me/fronexhq).


---

# 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.fronex.fun/welcome/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.
