> 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/bonus-tokens.md).

# Degen Arena 시즌 1 보너스 토큰

## 자격 요건

보너스 토큰을 받으시려면 Degen Arena Season 1 에어드랍에서 $HOME 토큰을 수령하셔야 합니다.

{% hint style="warning" %}
이 보너스는 Season 1 에어드랍을 청구하는 시점에만 이용할 수 있습니다.
{% endhint %}

***

## 보너스 토큰 프로그램

Season 1 $HOME 에어드랍 수령자라면 에어드랍으로 받은 토큰을 잠금하여 보너스 토큰으로 받으실 수 있으며, 최대 100%까지 매칭됩니다.

100% 미만으로 잠그시면 받으시는 보너스 $HOME 수량이 줄어듭니다.

* 자격 요건: 현재 시즌의 XP가 이전 시즌 XP와 같거나 더 높아야 합니다.
* 배분: 보너스 토큰은 Season 2에서 획득한 XP와 Season 1 XP의 비율에 따라 매주 목요일에 잠금 해제됩니다.

예를 들어, 스테이킹 첫 주에 10 XP를 획득했고 Season 1에서 100 XP를 보유했다면, 해당 주에 보너스 $HOME의 10%가 잠금 해제됩니다.

{% hint style="warning" %}
반드시[ HOME 토큰을 청구하셔야 합니다](#claimyour-bonus-home). Season 2 종료 시점에 청구되지 않은 보너스 토큰은 몰수되어 커뮤니티 펀드로 반환됩니다.
{% endhint %}

### 스테이킹 기간별 최대 보너스

Season 1 $HOME 수령자라면 스테이킹 기간에 따라 해당 토큰을 잠금하여 최대 100%까지 매칭되는 보너스 토큰으로 받을 수 있습니다.

| 스테이킹 기간 | 최대 보너스(100% 스테이킹 시) |
| ------- | ------------------- |
| 3개월     | 15%                 |
| 6개월     | 35%                 |
| 9개월     | 70%                 |
| 12개월    | 100%                |

***

## 보너스 $HOME 청구하기

받으시려면 **보너스** $HOME:

{% stepper %}
{% step %}

### Season 1 에어드랍으로 받은 토큰을 스테이킹할지 선택하세요.

에어드랍으로 받은 토큰을 스테이킹하면 보너스 토큰을 받을 수 있습니다. 스테이킹하지 않으시면 에어드랍에 추가로 보너스 토큰을 받지 못합니다.
{% endstep %}

{% step %}

### 스테이킹할 수량을 선택하세요.

슬라이더를 위아래로 움직여 0%부터 에어드랍으로 받은 $HOME의 100%까지 다양한 스테이킹 수량에 따른 보너스 $HOME 토큰을 확인하세요.

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXfQvg1E8WZejIrezUej_fZLvCNWRhJRwuSRQK2BQUOAM06jQTezIGBP3A2V60ZCXuDikzy3cs8nHrF70WYBT3TUDuu1T0WkXZ7flHH5Yv9HVUeHNA1RlgSt8AW98-3vm9x5mF2plw?key=jGRSXXSi9CWMVBaiXBAOKg)
{% endstep %}

{% step %}

### Claim & Stake HOME를 클릭하세요.

확인 모달이 나타납니다.

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeNkayCckyfvtK8xrVtP6Sap-WlKgSXGPoTuF8P8m8H-H6YHA7HaWjbO7taj_Kg2opVucDjEsLXe3ethImX1ycfrWr5CgVcrIVGvA2lPr_6knMMR24W1RBAZl0Lp-oUK_HdWwrQsA?key=jGRSXXSi9CWMVBaiXBAOKg)
{% endstep %}

{% step %}

### 검토하고 확인하세요.

스테이킹 활동 요약을 검토하세요. 선택하신 스테이킹 기간이 끝나면 $HOME이 잠금 해제됩니다.

완료되었습니다!
{% endstep %}
{% endstepper %}


---

# 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/bonus-tokens.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.
