> 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/earn-yield.md).

# 수익 창출

암호화폐를 수익 창출 포지션에 예치하면 패시브 인컴을 얻을 수 있습니다.

## 작동 방식

디파이 앱은 여러 프로토콜과 네트워크에 걸친 수익 기회를 집계합니다. Earn 페이지에서 자산을 예치하면 디파이 앱이 자금을 수익을 창출하는 포지션으로 라우팅하는 데 도움을 주며, 수익을 자동으로 추적합니다.

예치한 자산은 출금할 때까지 계속 수익을 얻습니다. Earn 페이지 또는 Portfolio에서 포지션과 누적 보상을 확인하실 수 있습니다.

***

## 수익 포지션에 예치하기

{% stepper %}
{% step %}

### 앱에서 이동합니다 **수익 창출** 상단 내비게이션 바에서.

{% endstep %}

{% step %}

### 자산을 선택하세요.

사용 가능한 자산을 둘러보거나 검색창을 사용해 특정 토큰을 찾으세요. 자산을 선택하면 이용 가능한 수익 옵션을 확인할 수 있습니다.
{% endstep %}

{% step %}

### 수익률 옵션을 선택하세요.

여러 프로토콜이 동일한 자산에 대해 수익을 제공한다면, 다음과 같은 요소를 비교할 수 있습니다. APY[^1] 및 TVL[^2] 를 고려해 선택할 수 있습니다.
{% endstep %}

{% step %}

### 클릭 **예치합니다.**

클릭 **예치**자신이 보유한 자산을 선택한 뒤, 나타나는 안내에 따라 진행합니다.

기본 자산을 사용해 예치할 수 있으며(예: ETH를 예치해 ETH 수익을 얻기), 다른 토큰에서 한 번의 트랜잭션으로 스왑할 수도 있습니다(예: USDC를 ETH 수익 포지션에 예치하기).
{% endstep %}

{% step %}

### 완료되었습니다!

이제 수익 포지션에서 자동으로 수익을 얻게 됩니다.
{% endstep %}
{% endstepper %}

### 거래 수수료

입금하실 때 소액의 가스 수수료 또는 제공자 수수료가 발생할 수 있습니다.

예치하는 동안 자산을 스왑하면 디파이 App에서 수수료를 부과합니다 <code class="expression">space.vars.SWAP\_FEE</code> 스왑의 명목가치의

***

## 포지션을 모니터링합니다

해당 **보유 중인 포지션** Earn 페이지의 탭에서는 활성화된 모든 수익 포지션이 표시됩니다. 각 포지션에서 현재 가치, APY, 그리고 총 누적 수익을 확인할 수 있습니다.

또한 Portfolio의 수익 자산 표에서 수익 발생 자산을 확인하실 수 있습니다.

***

## 포지션에서 출금

1. 이동 **수익 창출** 그리고 다음을 선택합니다 **보유 중인 포지션** 탭입니다.
2. 출금할 포지션을 선택합니다.
3. 기초 자산이나 다른 토큰으로 출금하도록 선택합니다.
4. 트랜잭션을 확인합니다.

출금 시 입금한 금액에 획득한 수익을 더하고 네트워크 수수료를 뺀 금액이 반환됩니다.

***

## 지원되는 프로토콜

디파이 App은 Aave, 유동성 스테이킹 제공자, 일부 유동성 풀을 포함한 신뢰할 수 있는 프로토콜에서 수익을 제공합니다. Earn 페이지에서 프로토콜 또는 네트워크로 필터링하여 특정 제공자를 살펴보세요.

[^1]: 연간 수익률

[^2]: 잠긴 총 가치


---

# 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/earn-yield.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.
