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

# 보너스 $HOME

**보너스 $HOME** 디파이 App의 성장에 기여한 사용자에게 보상을 제공하는 인센티브 메커니즘입니다. 다음 방법으로 보너스 $HOME를 획득하세요:

* 계정을 처음으로 충전합니다.
* 새 사용자를 추천합니다.
* 성장 캠페인에 참여합니다. 다음을 참조하세요 **거버넌스** 진행 중인 캠페인의 세부 정보를 확인할 수 있는 페이지입니다.

보너스 $HOME를 획득하면, 계정에 추가되고 **잠김**. [잠재 계정 가치를 확인하세요](#view-your-bonus-usdhome) 귀하의 **보상** 페이지에서, 그리고 [Bonus $HOME를 언락하세요](#unlock-your-usdhome) XP를 획득하여.

{% hint style="info" %}
누적한 모든 Bonus $HOME는 XP를 획득해 언락해야 합니다. 일반적으로 현재 시즌 종료 시점까지 Bonus $HOME를 언락할 수 있지만, 캠페인에 따라 조건이 달라질 수 있습니다. 다음을 참조하세요. **거버넌스** 진행 중인 캠페인의 세부 정보를 확인할 수 있는 페이지입니다.
{% endhint %}

***

## $HOME 언락하기

XP를 획득하여 Bonus $HOME를 언락하세요. 획득한 XP 10점마다 Bonus $HOME 1개를 언락할 수 있습니다.

다음 방법으로 XP를 획득하세요:

* [토큰 스왑](/knowledge-base/ko/trade-and-earn/swap-tokens.md).
* [Perps 거래](/knowledge-base/ko/trade-and-earn/trade-perpetuals.md) (무기한 선물 거래로 얻는 XP는 Hyperliquid의 일일 리포트를 기준으로 하며, App의 [Perps](https://app.defi.app/perps) 대시보드에서 2일 지연 후 수동으로 청구해야 합니다).
* [스테이킹 $HOME](/knowledge-base/ko/home-token/staking.md), 이를 통해 [XP 획득량을 배가시킬 수 있습니다](/knowledge-base/ko/home-token/staking/xp-and-charges.md).
* 새 사용자를 추천하는 경우(추천인은 추천받은 사용자가 획득한 스왑 및 Perps XP의 10%를 받습니다).

{% hint style="info" %}
Bonus $HOME을 누적하기 위해 사용자가 참여하는 캠페인 수와 관계없이 해제 비율은 동일하게 유지됩니다(10 XP당 Bonus $HOME 1개).
{% endhint %}

### 해제 일정

매주 금요일마다 획득한 XP를 기준으로 보너스 $HOME이 자동으로 잠금 해제됩니다. 잠금 해제된 토큰을 지갑에 추가하려면 직접 클레임하셔야 합니다.

### 보너스 토큰을 청구하세요

잠금 해제된 Bonus $HOME를 클레임하려면, 여러분의 **보상** 페이지 및 클릭 **클레임.** 디파이 앱은 보너스 $HOME을 내장 지갑에 직접 추가합니다.

### 보너스 토큰을 스테이킹하세요

잠금 해제된 Bonus $HOME를 클레임하면, 다음 추가 보상을 위해 토큰을 스테이킹할 수 있습니다:

* Bonus $HOME 잠금을 더 빠르게 해제할 수 있는 XP 배수
* 시즌 2 할당량 증가

***

## 보너스 $HOME 보기

귀하의 보너스 $HOME을 확인하세요 **보상** 페이지입니다. 다음을 확인할 수 있습니다:

* 획득했지만 잠금된 총 보너스 $HOME
* 현재 청구 가능한 보너스 $HOME
* 다음 클레임에서 해제될 Bonus $HOME 금액

***

**이용약관에 대한 안내**

디파이 App은 사전 통지 없이 언제든지 어떤 이유로든 Bonus Home 인센티브의 모든 측면을 수정, 중단 또는 종료할 권리를 보유합니다. Bonus Home 인센티브에 참여하는 것은 이러한 변경 사항에 대한 동의를 의미합니다. 디파이 App을 사용함으로써 귀하는 다음에 동의하게 됩니다. [이용약관](/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/home-token/bonus-home-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.
