# 핵심 기능

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

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

***

### 가스 없는 트랜잭션

디파이 앱은 가스 수수료를 후원하므로, 사용자가 특정 가스 토큰을 보유할 필요가 없어지고 서로 다른 체인 전반에서 트랜잭션이 간소화됩니다.

***

### 체인 간 원활한 스왑

가스 토큰, 브리지, 슬리피지에 신경 쓰지 않고 서로 다른 체인 간에 토큰을 매끄럽게 스왑할 수 있습니다.

***

### 크로스체인 호환성

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


---

# Agent Instructions: 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:

```
GET https://docs.defi.app/knowledge-base/ko/core-features.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
