# Withdrawals

When you’re ready to withdraw funds back to an external wallet or another chain:

1. **Open the Withdraw Window**: Click Withdraw, then select the asset you want to withdraw.

<figure><img src="/files/3icASegsOZaAYjJk3cQ5" alt="" width="294"><figcaption></figcaption></figure>

2. **USDC on Arbitrum Withdrawal**: If withdrawing USDC on Arbitrum, enter the amount you wish to withdraw, then click Withdraw. The withdrawal does not cost gas but does incur a minimum $1 fee, based on Hyperliquid's protocol design. You must therefore have at least $1 in your crypto perps balance in addition to the amount to withdraw, otherwise, your withdrawal will fail. If you see an error like “Insufficient quote token balance for token transfer gas” when trying to withdraw, it means you did not have the required USDC to pay the fee. Deposit or transfer at least $1 into the perps account, then try withdrawing again.
3. **Spot Asset Withdrawal**: If withdrawing a crypto asset other than USDC on Arbitrum, carefully paste the receiving address on the destination chain, then click Withdraw. Double-check this address for accuracy. Also, ensure you are sending the correct asset and meet the minimum withdrawal requirements. Withdrawing to a wrong or incompatible address or below the minimum requirements may result in permanent loss of funds


---

# 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.trade.xyz/getting-started/funding-your-wallet/withdrawals.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.
