> For the complete documentation index, see [llms.txt](https://docs.acetrader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acetrader.com/documentation/frequently-asked-questions/acetrader-arena.md).

# AceTrader Arena

**Weekly Public Arena**: Recurring leaderboard competition where traders compete weekly for Trade Fund rewards based on their trading performance.

<details>

<summary>What is AceTrader Arena</summary>

AceTrader Arena is a recurring leaderboard competition where traders compete each week for Trade Fund rewards based on their trading performance. All eligible users are automatically enrolled — no manual registration required.

</details>

<details>

<summary>Who is eligible to participate?</summary>

To be eligible, you must have an active AceTrader account, a connected X account, and a verified email address. Users who haven't completed these account connections may not qualify for leaderboard rankings or rewards.

</details>

<details>

<summary>Which leaderboard pool am I in?</summary>

Currently there is only the Paid Arena. All Paid users are automatically placed here.

</details>

<details>

<summary>How does the competition work?</summary>

Each competition lasts one week and resets automatically at the end of the cycle — a new competition begins immediately after. Rankings are based solely on your Weekly ROI (%) within the active competition period. Performance from previous weeks has no impact on your current ranking.

</details>

<details>

<summary>What are the rewards?</summary>

At the end of every competition cycle, the **top 5 traders** in each pool receive [Trade Fund](/documentation/frequently-asked-questions/trade-fund.md) Accounts. Rewards are distributed separately for the Free and Paid Arenas:

* **Rank 1** — $20K Trade Fund
* **Rank 2–3** — $10K Trade Fund
* **Rank 4–5** — $1K Trade Fund

Refer to the leaderboard rewards section for the latest prize details.

</details>

<details>

<summary>What happens at the end of each week?</summary>

Leaderboards reset automatically, rankings return to zero, and a new competition cycle begins. Your trading history and account history remain visible for tracking purposes.

</details>

<details>

<summary>What happens if I reset my challenge mid-competition?</summary>

Your leaderboard progress for the current week will reset. However, your rankings and rewards from previous competition cycles will not be affected.

</details>

<details>

<summary>What happens if I break MLL?</summary>

Your current leaderboard progress will reset. It will start accumulating once you reset your Paper Trading challenge and start fresh for the current period.

</details>

<details>

<summary>How does AceTrader ensure fair competition?</summary>

AceTrader reserves the right to remove fraudulent participants, disqualify accounts involved in abuse or exploitation, and adjust rankings where manipulation is detected. Any attempt to game the leaderboard system may result in removal from the competition and platform penalties.

</details>

<details>

<summary>What is the philosophy behind AceTrader Arena?</summary>

AceTrader Arena is built to create a fair, skill-based, and engaging trading environment — giving traders more opportunities to earn Trade Funds every week. Every week is a fresh start. Every trade counts.

</details>

**Private Arenas:** Custom arenas for our ambassadors and their trading group where traders compete for rewards based on their trading performance.

<details>

<summary>Who is eligible to participate?</summary>

Only **whitelisted wallets** that have been invited by the group leaders for the private arena can join.&#x20;

Additionally,

* The wallet must have an **active trial**
* **X must be linked prior to trading** to count towards the leaderboard

Contact your group leader if you need to change your whitelist wallet.

</details>

<details>

<summary>How does the competition work?</summary>

Leaderboard rankings are based on your ROI (%) within the active competition period. Performance previous to or after the active period will not impact the leaderboard.

Each private arena have custom period durations. Refer your group arena for more information, or ask your group leader.&#x20;

</details>

<details>

<summary>What are the rewards?</summary>

Each private arena may have different rewards according to performance. Refer your group arena for more information, or ask your group leader. &#x20;

</details>

<details>

<summary>What happens if I reset my challenge mid-competition?</summary>

Your leaderboard progress for the arena will reset.

</details>

<details>

<summary>What happens if I upgrade my plan mid-competition?</summary>

Your leaderboard progress prior to upgrading your from your trial will not be impacted. However, you will not be allowed to continue trading.&#x20;

Contact your group leader if you need to change your whitelist wallet.

</details>

<details>

<summary>What happens if my trial ends mid-competition?</summary>

Your leaderboard progress prior to your trial ending will not be impacted. However, you will not be allowed to continue trading.

Contact your group leader if you need to change your whitelist wallet.

</details>

<details>

<summary>What happens if I break MLL?</summary>

Your current leaderboard progress will reset. It will start accumulating once you reset your Paper Trading challenge and start fresh for the current period.

Each trial account will have 2 free resets available.

</details>

<details>

<summary>How does AceTrader ensure fair competition?</summary>

AceTrader reserves the right to remove fraudulent participants, disqualify accounts involved in abuse or exploitation, and adjust rankings where manipulation is detected. Any attempt to game the leaderboard system may result in removal from the competition and platform penalties.

</details>


---

# 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.acetrader.com/documentation/frequently-asked-questions/acetrader-arena.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.
