# Withdraw Crypto

You can withdraw tokens that you hold in Defi App-managed wallets by transferring them to another wallet.

## Prerequisites

To withdraw crypto from your Defi App account, you need the address of an external wallet to transfer your funds into.

***

## Procedure

To withdraw crypto from any of your Defi App-managed wallets:

{% stepper %}
{% step %}

### On your Trade dashboard, activate the wallet that you want to withdraw tokens from.

To change an active wallet, go to **Settings,** then to **Wallets,** and click on the wallet you want to change. Select the wallet you want to use instead. Learn more about managing your active wallet [here](/knowledge-base/wallets/manage-your-wallets.md).

{% hint style="warning" %}
Before making a transaction, ensure that your active wallets are set properly, especially if you hold similar assets in different wallets.
{% endhint %}
{% endstep %}

{% step %}

### Click on <img src="/files/qzWQZYA5ByUhs0b72Vlt" alt="" data-size="line"> Withdraw.

The **Withdraw** button is is at the top of your profile, under your total balance.
{% endstep %}

{% step %}

### Select the token you want to withdraw.

Defi App presents a list of assets in your active wallets. Select or search for the token you want to withdraw.
{% endstep %}

{% step %}

### Enter your destination wallet address.

{% endstep %}

{% step %}

### Select a network.

Defi App supports the following networks:

* <img src="/files/WyVVhqnhDrL2CyWTUeQR" alt="" data-size="line"> **Ethereum**
* <img src="/files/Ul1IwJwQhYCAsK7LL7E8" alt="" data-size="line"> **Arbitrum**
* <img src="/files/2LhUyqhviz8P89bDpl6B" alt="" data-size="line"> **BNB Chain**
* <img src="/files/XZQJYD15Tplnm2eAg9H1" alt="" data-size="line"> **Base**
* <img src="/files/ZJ3g0rFLLbDmVxtIQbCx" alt="" data-size="line"> **Solana**
* <img src="/files/Lb6ORh8QzdITQa66kK7i" alt="" data-size="line"> **Sonic**

{% hint style="danger" %}
You must choose a network supported by the destination address. Otherwise, you could lose your funds.
{% endhint %}
{% endstep %}

{% step %}

### Enter an amount to transfer.

Defi App displays your active wallet balance of the token you selected.
{% endstep %}

{% step %}

### Review your quote and adjust transaction settings.

You can adjust your slippage tolerance and the transaction mode for Solana swaps.
{% endstep %}

{% step %}

### Click Withdraw.

Check your destination wallet to confirm that the transfer was successful.&#x20;
{% endstep %}

{% step %}

### You're done!

Your funds are available immediately.
{% 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/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.
