> 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/trade-and-earn/degen-arena/seasons.md).

# 시즌

## 모든 시즌

| 시즌                             | 에포크                         |
| ------------------------------ | --------------------------- |
| [시즌 2 (현재)](#season-2-current) | 2025년 5월 22일 - 현재           |
| [시즌 1](#season-1)              | 2024년 2월 13일 - 2025년 5월 22일 |

***

## 시즌 2 (현재)

*2025년 5월 22일 시작*

시즌 2의 새로운 내용:

* $HOME를 스테이킹하여 [XP 획득량을 배가하세요](/knowledge-base/ko/home-token/staking/xp-and-charges.md).
* 총 공급량의 10%에 해당하는 10억 $HOME가 걸려 있습니다.
* 규칙은 투명합니다 - XP는 프로토콜 수익과 연동됩니다.
* [수익은 토큰 바이백의 재원이 됩니다](https://x.com/defidotapp/status/1947634079924400345).

***

## 시즌 1

*2025년 5월 22일 종료*

시즌 1 이후, 조건을 충족한 참여자들은 참여도에 따라 에어드롭된 $HOME 토큰을 받았습니다.


---

# 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/trade-and-earn/degen-arena/seasons.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.
