> 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/wallets/transfer-funds/withdraw-crypto.md).

# 암호화폐 출금

디파이 앱에서 관리하는 지갑에 보관 중인 토큰은 다른 지갑으로 전송하여 출금할 수 있습니다.

## 사전 요구 사항

디파이 앱 계정에서 암호화폐를 출금하려면, 자금을 전송할 외부 지갑 주소가 필요합니다.

***

## 절차

디파이 앱에서 관리하는 어떤 지갑에서든 암호화폐를 출금하려면:

{% stepper %}
{% step %}

### Trade 대시보드에서 토큰을 출금할 지갑을 활성화합니다.

{% endstep %}

{% step %}

### 클릭하세요 <img src="/files/4c125533bae9b92998714fa59ab5fe06b8369795" alt="" data-size="line"> 출금.

해당 **출금** 버튼은 프로필 상단, 총 잔액 아래에 있습니다.
{% endstep %}

{% step %}

### 출금하려는 토큰을 선택합니다.

디파이 앱은 활성화한 지갑의 자산 목록을 표시합니다. 출금하려는 토큰을 선택하거나 검색합니다.
{% endstep %}

{% step %}

### 수신 지갑 주소를 입력합니다.

{% endstep %}

{% step %}

### 네트워크를 선택합니다.

디파이 앱은 다음 네트워크를 지원합니다:

* <img src="/files/b1e80646c2c01f24e9b4b090409983b939200880" alt="" data-size="line"> **이더리움**
* <img src="/files/f95b6c8791c7ad6828876f75ad6a1e5b74dd499d" alt="" data-size="line"> **아비트럼**
* <img src="/files/996f6666078edde01057db50ad7dd0cc99939193" alt="" data-size="line"> **BNB 체인**
* <img src="/files/12007a42703e208faca9e6586445329ffde58701" alt="" data-size="line"> **Base**
* <img src="/files/fe964c3c10bcae09dc7327a729624db54c532168" alt="" data-size="line"> **솔라나**
* <img src="/files/e2d4c79fa3d0952f0eb90fe3cb42297efb4afaed" alt="" data-size="line"> **Sonic**

{% hint style="danger" %}
목적지 주소가 지원하는 네트워크를 선택해야 합니다. 그렇지 않으면 자금을 잃을 수 있습니다.
{% endhint %}
{% endstep %}

{% step %}

### 전송할 금액을 입력합니다.

디파이 앱은 선택한 토큰의 현재 활성화된 지갑 잔액을 표시합니다.
{% endstep %}

{% step %}

### 견적을 검토하고 트랜잭션 설정을 조정합니다.

Solana 스왑에 대한 슬리피지 허용 범위와 트랜잭션 모드를 조정할 수 있습니다.
{% 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/wallets/transfer-funds/withdraw-crypto.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.
