# Withdrawing Funds

This page explains how to withdraw funds from your DEX trading wallet back to your personal wallet.

**IMPORTANT:**

* Withdrawals can **only** be sent to the wallet you originally connected during setup. This is a security measure and cannot be overridden.
* **Ensure your receiving wallet supports the token and network you are withdrawing.**
  * **e.g.** You must have some ETH left in your trading wallet in order to authorize the withdrawal back to your hot wallet.&#x20;

### How to Withdraw

You can initiate a withdrawal from three locations:

* **Portfolio Page:** Select the wallet and click "Withdraw".

* **Order Form:** Select your DEX trading account in the order form to see the "Withdraw" option.

<figure><img src="/files/SNHYlxobDMCqYgsG1xIK" alt=""><figcaption></figcaption></figure>

* **Key Management Menu:** Access the menu from the top-right wallet icon.

The withdrawal process is as follows:

<figure><img src="/files/fubeMSiiaBtqAhVVtjU6" alt=""><figcaption></figcaption></figure>

1. **Initiate Withdrawal:** Click the "Withdraw" button from any of the locations listed above.
2. **Specify Token and Amount:** Select the token and enter the amount you wish to withdraw.
3. **Confirm Withdrawal:** Review the details and confirm the transaction.

### Gas Requirement for Withdrawals

To process a withdrawal, your **trading wallet** must contain enough of the chain's native gas token (e.g., ETH, SOL, BNB) to cover the network transaction fee.

If your trading wallet does not have sufficient gas, the withdrawal transaction will fail. You will need to deposit the required gas token into your trading wallet before you can withdraw other assets.


---

# 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.tread.fi/dex-swaps-trading/withdrawing-funds.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.
