> For the complete documentation index, see [llms.txt](https://docs.defi.app/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defi.app/knowledge-base/reference/past-events/battle-royale.md).

# Battle Royale

<figure><img src="/files/TJj0dpWIsfGtXhF6REUF" alt=""><figcaption></figcaption></figure>

Battle Royale is Defi App's series of trading competitions. Each season ranks participating users by measurable performance, calibrated to rewards real traders.

You must use an embedded wallet to participate in Battle Royale. Learn how to [create an account](/knowledge-base/onboarding/account-setup.md) and [fund your account](/knowledge-base/onboarding/funding-your-smart-account.md) to get started.

## Eligibility

To participate in Battle Royale Season 1, you must:

1. Use an [embedded wallet on Defi App](/knowledge-base/onboarding/configure-your-wallets.md#defi-app-built-in-wallets), and
2. Trade [perpetuals](https://claude.ai/knowledge-base/trade-and-earn/trade-perpetuals) during the active contest window, from January 12th to February 12th, 2026.

Your perpetuals PnL will automatically put you in the competition, competing for a spot on the PnL leaderboard. The top 10 traders earn rewards.

{% hint style="danger" %}
**Disqualification**

Delta neutral positioning is grounds for disqualification. Defi App actively monitors for this behavior.
{% endhint %}

***

## Season 1

Battle Royale Season 1 is a 30-day [perpetuals](/knowledge-base/trade-and-earn/trade-perpetuals.md) trading competition running from January 12th to February 12th. Compete against other traders by generating realized PnL on your perpetual positions. Finish in the top 10 ranks of the leaderboard to earn your share of $250,000.

### Key Details

| Parameter          | Value             |
| ------------------ | ----------------- |
| Duration           | 30 days           |
| Start Date         | January 12, 2026  |
| End Date           | February 12, 2026 |
| Product            | Perpetuals        |
| Ranking Metric     | Realized PnL      |
| Prize Pool         | $250,000 in $HOME |
| Winners            | Top 10 traders    |
| Volume Requirement | None              |

Prizes are distributed to the top 10 traders in [HOME tokens](/knowledge-base/home-token/tokenomics.md). All rewards are subject to a vesting schedule.

| Rank | Payout (USD Value) |
| ---- | ------------------ |
| 1st  | $100,000           |
| 2nd  | $50,000            |
| 3rd  | $30,000            |
| 4th  | $20,000            |
| 5th  | $15,000            |
| 6th  | $10,000            |
| 7th  | $8,000             |
| 8th  | $7,000             |
| 9th  | $6,000             |
| 10th | $4,000             |

***

## Future Seasons

Future seasons of Battle Royale may apply to perpetuals, swaps, yield, or other Defi App products. Season parameters, prize structures, and ranking criteria may vary. Each season is designed to reward real users based on clear performance metrics.

***

By using Defi App, you agree to the [Terms of Service](/knowledge-base/legal/terms-of-service.md).


---

# 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.defi.app/knowledge-base/reference/past-events/battle-royale.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.
