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

# duels.trade documentation

duels.trade is a competitive trading platform built around timed trading duels. You can trade normally from the **Trade** tab or compete in **Portfolio Duel**, **Kingmaker**, and **Funded Duel**.

This documentation explains the product as it appears in the app: how balances move, how each duel is scored, which fees apply, how rewards settle, and how referrals and rankings work.

{% hint style="info" %}
Need help or want to suggest an improvement? Open **Support & Feedback** from the account menu or read [Support and feedback](/help/support.md). You can also join the official [duels.trade Discord](https://discord.com/invite/B2rrt5FvbH) for community help. If you cannot sign in, email <support@duels.trade>.
{% endhint %}

## New to duels.trade?

Follow this path:

1. [Get access and sign in](/getting-started/access-and-sign-in.md).
2. [Understand the main navigation](/getting-started/navigating-duels.md).
3. [Fund your account](/wallet-and-funding/deposits-and-receiving.md).
4. [Compare duel modes](/duel-modes/game-modes.md).
5. Read [fees and rewards](/fees-and-rewards/fees-and-rewards.md) before entering.
6. [Find and join a duel](/duels/find-and-join.md).
7. Learn how [results, rewards, draws, and refunds](/fees-and-rewards/rewards-draws-and-refunds.md) are handled.

## Product areas

| Area            | What it is for                                                              |
| --------------- | --------------------------------------------------------------------------- |
| **Trade**       | Markets, charts, orders, positions, and trade history                       |
| **Lobby**       | Public duels, My Lobbies, Duel History, and Create Duel                     |
| **Account**     | Wallet, Profile Hub, Referrals, Security Settings, and Transaction Activity |
| **Leaderboard** | By Duels PNL and By Aura rankings                                           |
| **Social**      | Friends, requests, direct messages, profiles, and friend activity           |

{% hint style="danger" %}
Real-USDC trading and duel entries can lose money. Review the selected mode, entry amount, duration, settlement fee, trading fees, leverage, and drawdown rules before approving any wallet request.
{% endhint %}


---

# 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.duels.trade/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.
