> 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/ko/reference/past-events/battle-royale.md).

# 배틀 로얄

<figure><img src="/files/32edd17938e7c59e0bb68a33b5fd5362150cabe5" alt=""><figcaption></figcaption></figure>

배틀 로얄은 디파이 앱의 트레이딩 대회 시리즈입니다. 각 시즌은 측정 가능한 성과를 기준으로 참여 사용자 순위를 매기며, 실제 트레이더에게 보상이 돌아가도록 설계됩니다.

배틀 로얄에 참여하려면 임베디드 월렛을 사용해야 합니다. 방법을 알아보세요 [계정을 생성하세요](/knowledge-base/ko/onboarding/account-setup.md) 및 [계정에 자금을 충전하세요](/knowledge-base/ko/onboarding/funding-your-smart-account.md) 시작하세요.

## 참가 자격

배틀 로얄 시즌 1에 참여하려면 다음 조건을 충족해야 합니다:

1. 사용하세요 [디파이 앱의 임베디드 월렛](/knowledge-base/ko/onboarding/configure-your-wallets.md#defi-app-built-in-wallets), 그리고
2. 거래 [무기한 선물](https://claude.ai/knowledge-base/trade-and-earn/trade-perpetuals) 2026년 1월 12일부터 2월 12일까지 진행되는 활성 대회 기간 동안입니다.

무기한 선물 PnL이 자동으로 대회에 참여되며, PnL 리더보드의 한 자리를 두고 경쟁하게 됩니다. 상위 10명의 트레이더는 보상을 받습니다.

{% hint style="danger" %}
**실격**

델타 중립 포지셔닝은 실격 사유입니다. 디파이 App은 이러한 행동을 적극적으로 모니터링합니다.
{% endhint %}

***

## 시즌 1

Battle Royale 시즌 1은 30일간 진행되는 [무기한 선물](/knowledge-base/ko/trade-and-earn/trade-perpetuals.md) 1월 12일부터 2월 12일까지 진행되는 거래 대회입니다. 무기한 포지션에서 실현 PnL을 생성하여 다른 트레이더들과 경쟁하세요. 리더보드 상위 10위 안에 들어 $250,000의 상금을 나눠 가지세요.

### 주요 세부 정보

| 매개변수     | 값                    |
| -------- | -------------------- |
| 기간       | 30일                  |
| 시작일      | 2026년 1월 12일         |
| 종료일      | 2026년 2월 12일         |
| 제품       | 무기한 선물               |
| 순위 산정 지표 | 실현 손익                |
| 상금 풀     | $HOME로 지급되는 $250,000 |
| 수상자      | 상위 10명의 트레이더         |
| 거래량 요건   | 없음                   |

상금은 상위 10명의 트레이더에게 분배됩니다 [HOME 토큰](/knowledge-base/ko/home-token/tokenomics.md). 모든 보상은 베스팅 일정의 적용을 받습니다.

| 순위   | 지급액(USD 기준) |
| ---- | ----------- |
| 1위   | $100,000    |
| 2위   | $50,000     |
| 3위   | $30,000     |
| 4위   | $20,000     |
| 5위   | $15,000     |
| 6위   | $10,000     |
| 7번째  | $8,000      |
| 8번째  | $7,000      |
| 9번째  | $6,000      |
| 10번째 | $4,000      |

***

## 향후 시즌

Battle Royale의 향후 시즌은 perpetuals, swaps, yield 또는 기타 디파이 앱 제품에 적용될 수 있습니다. 시즌별 매개변수, 상금 구조, 순위 기준은 달라질 수 있습니다. 각 시즌은 명확한 성과 지표를 기준으로 실제 사용자에게 보상을 제공하도록 설계되었습니다.

***

디파이 앱을 사용하면 귀하는 다음에 동의하는 것입니다 [이용 약관](/knowledge-base/ko/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/ko/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.
