# 토큰 교환

디파이 앱을 사용해서 암호화폐를 교환할 수 있습니다.

디파이 App은 원하는 결과를 기준으로 트랜잭션을 실행하는 인텐트 기반 시스템을 통해 토큰 스왑을 지원합니다. 특정한 수동 설정에 의존하지 않으며, 사용자는 제안된 스왑 구성을 확인하고 편집하여 완전히 제어할 수 있습니다.

{% hint style="info" %}
자세히 알아보기 [의도 기반 스왑 및 실행](/knowledge-base/ko/reference/intent-swaps.md).&#x20;
{% endhint %}

***

## 거래 수수료

디파이 앱 수수료 <code class="expression">space.vars.SWAP\_FEE</code> 각 스왑의 명목 가치의

***

## 토큰을 스왑합니다

한 토큰을 다른 토큰의 동등한 가치로 스왑하려면:

{% stepper %}
{% step %}

### Trade 대시보드에서 교환하려는 토큰이 들어 있는 지갑을 활성화합니다.

활성 지갑을 변경하려면 **설정으로** 이동한 다음 **지갑,** 로 이동한 다음 변경하려는 지갑을 클릭합니다. 대신 사용할 지갑을 선택하세요. 활성 지갑 관리에 대해 자세히 알아보려면 [여기](/knowledge-base/ko/wallets/manage-your-wallets.md).
{% endstep %}

{% step %}

### 교환하려는 토큰을 선택합니다.

다른 토큰과 교환하기 위해 제공할 토큰을 선택합니다. 오른쪽에 있는 스왑 위젯의 첫 번째 드롭다운에서 선택하거나 검색하세요. **거래** 대시보드.

<div align="left"><figure><img src="/files/327a629f7bf539f5219da661cbee061fb5962f10" alt="" width="525"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### 수신하려는 토큰을 선택합니다.

받고자 하는 토큰을 선택합니다. 오른쪽에 있는 스왑 위젯의 두 번째 드롭다운에서 선택하거나 검색하세요. **거래** 대시보드.

<div align="left"><figure><img src="/files/577119f1510f315bf085b9b868c436023fa66fe8" alt="" width="287"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### 교환할 금액을 입력하고 스왑 설정을 구성합니다.

교환할 토큰 수량을 입력합니다. 설정 메뉴에서 다음 항목을 지정할 수 있습니다:

* 슬리피지 허용 범위
* 해당되는 경우 Solana 트랜잭션 모드

<div align="left"><figure><img src="/files/0762856a7f65507d91ff02f0c6be6df3c94dc984" alt="" width="284"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### 스왑 내용을 검토하고 확인합니다.

토큰 및/또는 프로바이더 아이콘을 클릭하면 거래를 미리 볼 수 있습니다. 디파이 App은 사용할 프로바이더와 예상 수수료를 포함해 거래가 어떻게 실행되는지 보여줍니다.

클릭 **스왑** 거래를 실행합니다.
{% endstep %}

{% step %}

### 모두 완료되었습니다!

새 토큰 잔액은 포트폴리오에 반영됩니다.
{% endstep %}
{% endstepper %}


---

# 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/trade-and-earn/swap-tokens.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.
