> 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/introduction/core-features.md).

# 핵심 기능

### 지갑 추상화 및 통합 관리

EVM과 Solana 지갑을 하나의 간결한 인터페이스에서 모두 관리할 수 있어, 필요할 때마다 쉽게 전환할 수 있습니다. 디파이 App은 신규 사용자에게 EVM과 Solana 지갑을 모두 생성해 드리므로, 지갑 설정의 번거로움 없이 바로 시작하실 수 있습니다.

***

### 가스비 없는 트랜잭션

디파이 App이 가스 수수료를 지원하므로, 사용자가 특정 가스 토큰을 보유할 필요가 없어지고 여러 체인에서의 거래가 간소화됩니다.

***

### 체인 간 원활한 스왑

가스 토큰, 브리지, 슬리피지를 별도로 처리할 필요 없이 서로 다른 체인 간에 토큰을 원활하게 스왑할 수 있습니다.

***

### 크로스체인 호환성

플랫폼을 전환하지 않고도 EVM과 Solana 생태계 전반에서 자산을 원활하게 관리하실 수 있습니다. 크로스체인 스왑은 백그라운드에서 실행되므로, 사용자가 브리징이나 토큰 호환성을 직접 관리할 필요가 없습니다.


---

# 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/introduction/core-features.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.
