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

# 토큰 스왑

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

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

{% hint style="info" %}
자세히 알아보기 [의도 기반 스왑 및 실행](/knowledge-base/ko/reference/intent-swaps.md).
{% 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 %}

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

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

클릭 **스왑** 거래를 실행하려면.
{% endstep %}

{% step %}

### 완료되었습니다!

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


---

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