# 암호화폐 출금하기

Defi App-managed 지갑에서 보유한 토큰은 다른 지갑으로 전송하여 인출할 수 있습니다.

## 사전 요구 사항

Defi App 계정에서 암호화폐를 출금하려면, 자금을 이체할 외부 지갑의 주소가 필요합니다.

***

## 절차

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

{% 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"> **기본**
* <img src="/files/fe964c3c10bcae09dc7327a729624db54c532168" alt="" data-size="line"> **솔라나**
* <img src="/files/e2d4c79fa3d0952f0eb90fe3cb42297efb4afaed" alt="" data-size="line"> **소닉**

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

{% step %}

### 전송할 금액을 입력하세요.

디파이 앱은 선택하신 토큰의 활성 지갑 잔액을 표시합니다.
{% endstep %}

{% step %}

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

Solana 스왑에 대한 슬리피지 허용 범위와 트랜잭션 모드를 조정할 수 있습니다.
{% endstep %}

{% step %}

### Withdraw를 클릭합니다.

전송이 성공적으로 완료되었는지 확인하려면 목적지 지갑을 확인하세요.&#x20;
{% 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/wallets/transfer-funds/withdraw-crypto.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.
