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

# 환영합니다

## 에 오신 것을 환영합니다 **디파이 앱**, 모두가 탈중앙화 금융을 쉽게 이용할 수 있도록 설계된 간소화된 모듈형 디파이 플랫폼입니다.

디파이 앱은 토큰을 스왑하고 퍼널(Perpetual)을 거래하며 수익률(yield)을 창출하는 분산형 거래 플랫폼으로, 한 가지 인터페이스에서 EVM과 Solana 전반에 걸쳐 모든 작업을 할 수 있습니다. 당신이 이제 막 디파이[^1] 또는 경험이 많은 사용자라면, 디파이의 세계를 손쉽게 탐색하는 데 필요한 도구와 기능을 제공합니다.

***

### 할 수 있는 것

**토큰 스왑** — 여러 체인에 걸쳐 어떤 토큰이든 교환할 수 있습니다. 크로스체인 스왑은 자동으로 실행되며, 브리징, 가스 토큰 관리 또는 슬리피지 설정이 필요하지 않습니다.

**무기한 선물 거래** — 일부 자산에서는 최대 100배 레버리지로 롱 및 숏 레버리지 포지션을 개설할 수 있습니다. 디파이 앱은 HIP-3를 통해 이제 미국 주식 퍼페추얼을 지원합니다. 퍼페추얼 거래는 격리 마진을 사용하며 여러 담보 유형을 지원합니다.

**수익 얻기** — 수익을 창출하는 전략에 자산을 예치하세요. 디파이 앱(Defi App)은 디파이(DeFi) 프로토콜 전반의 기회를 집계하고, 이를 하나의 통합 인터페이스에서 제공합니다.

**HOME 리워드 획득** — 거래 활동에 따라 $HOME 토큰을 받으세요. $HOME을 스테이킹하면 거버넌스 권한, 수수료 할인, 강화된 보상을 받을 수 있습니다.

**경쟁하기** — 디파이 App 호스트 [배틀 로얄](/knowledge-base/ko/reference/past-events/battle-royale.md), 참가자들이 실현 손익(PnL)을 기준으로 보상의 일부를 두고 겨루는 트레이딩 대회입니다.

***

### 플랫폼 기능

**가스비 없는 트랜잭션** — 디파이 App은 지원되는 모든 체인에서 가스비를 지원합니다. 아무 토큰이나 보유하기만 하면 네이티브 가스 토큰을 따로 확보하지 않고도 바로 거래할 수 있습니다.

**통합 지갑 관리** — 단일 인터페이스에서 EVM 및 솔라나 지갑을 관리할 수 있습니다. 신규 사용자는 가입 시 두 종류의 지갑을 자동으로 받습니다.

**크로스체인 실행** — 서로 다른 체인 간 스왑은 뒤에서 처리됩니다. 디파이 앱이 브리징과 라우팅을 처리하는 동안 소스와 목적지 토큰을 선택하세요.

**셀프 커스터디** — 모든 자산은 사용자 지갑에 그대로 남아 있습니다. 디파이 앱(Defi App)은 절대 자금의 수탁을 취급하지 않습니다.

***

### 시작하기

{% stepper %}
{% step %}

### 계정을 생성합니다

[가입하기](/knowledge-base/ko/onboarding/account-setup.md) 이메일로 진행하거나 기존 지갑을 연결합니다.
{% endstep %}

{% step %}

### 계정에 자금을 입금하세요

[계정에 자금을 입금하세요](/knowledge-base/ko/onboarding/funding-your-smart-account.md) 암호화폐를 전송하거나 법정화폐로 암호화폐를 구매하여.
{% endstep %}

{% step %}

### 거래를 시작하세요

스왑하고, 무기한 선물을 거래하거나 수익을 얻으세요. 모두 디파이 앱을 통해 가능합니다.
{% endstep %}
{% endstepper %}

***

### 자세히 알아보기

* [토큰 스왑](/knowledge-base/ko/trade-and-earn/swap-tokens.md)
* [무기한 선물 거래](/knowledge-base/ko/trade-and-earn/trade-perpetuals.md)
* [수익 얻기](/knowledge-base/ko/trade-and-earn/earn-yield.md)
* [배틀 로열 참여](/knowledge-base/ko/reference/past-events/battle-royale.md)
* 디파이 앱의 [HOME 토큰](/knowledge-base/ko/home-token/tokenomics.md)

[^1]: 탈중앙화 금융


---

# 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/welcome.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.
