# 교환(Swap)하기

{% stepper %}
{% step %}

### '지갑' 화면에서 '교환' 버튼을 클릭하세요.

<img src="/files/bZmIh7ZLMt3wK9T34f4G" alt="" data-size="original">
{% endstep %}

{% step %}

### 교환할 자산(From 자산), 받을 자산(To 자산)을 선택하세요.

<img src="/files/LQW2Ksi8TJa0SqIyJifq" alt="" data-size="original">
{% endstep %}

{% step %}

### 교환 수량을 입력하고, 교환 정보를 확인하세요.

{% hint style="info" %}
**'최소 교환 수량'이 뭔가요?**

최소 교환 수량은 교환 거래 중 가격 변동으로 인해 예상한 수량과 실제 수량이 달라지는 현상을 뜻하며, 이를 '슬리피지'라고도 합니다. 여러 사용자가 동시에 거래를 진행하면, 유동성 풀의 자산 수량과 거래 가격이 실시간으로 변동하면서 슬리피지가 발생할 수 있습니다.

사용자는 최소 교환 수량의 허용 범위를 설정해 거래 조건을 지정할 수 있으며, 설정한 범위를 초과하면 거래가 진행되지 않습니다. 만약 급격한 가격 변동으로 거래가 계속 실패한다면, 허용 범위를 넓혀 다시 시도할 수 있습니다.
{% endhint %}

<img src="/files/MOWHdgqKQsnNFSDoluBG" alt="" data-size="original">
{% endstep %}

{% step %}

### 교환을 승인하세요.

{% hint style="warning" %}
수수료 부족, 네트워크 상태, 자산 변동성 등의 이유로 교환 실패가 예상될 경우, 이를 사전에 안내하고 거래 환경을 조정할 수 있도록 지원합니다.

* **수수료 부족 시**

  보유한 이더(ETH)가 부족해 거래 수수료를 지불할 수 없는 경우, 다음 방법 중 하나를 선택할 수 있습니다.

  1. 교환 수량 조정
  2. 외부 지갑 또는 거래소 지갑에서 ETH 충전
  3. 다른 자산으로 수수료 납부

  자세한 사항은 [해당 페이지](/getting-started/tutorial/wallet/paying.md)를 참고해주세요.
* **네트워크 상태 및 자산 변동성 큼**

  네트워크가 불안정하거나 자산 변동성이 크면 거래가 실패할 수 있습니다. 이럴 때는 교환 자산의 수량을 조정하거나, '최소 교환 수량' 범위를 늘려 예상 수령치의 조건을 완화하면 거래를 성공시킬 수 있습니다.
  {% endhint %}

<img src="/files/1q5s5ptd4f3egXnGqwEN" alt="" data-size="original">
{% 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.teleportwallet.net/getting-started/tutorial/market/swap.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.
