> For the complete documentation index, see [llms.txt](https://xtrade.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xtrade.gitbook.io/docs/perpetuals/withdraw-usdc.md).

# Withdraw USDC

{% hint style="success" %}
When you're done trading perps and want to withdraw your funds, you can withdraw USDC on Arbitrum, Hyperliquid, Solana, Ethereum or BNB Chain.
{% endhint %}

## <mark style="color:green;">Withdraw from Perps Trading</mark>

{% stepper %}
{% step %}

### Withdraw USDC

<mark style="color:$info;">Click the</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**SOL → USDC**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">or</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**wallet icon**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">in the top-right corner, then click</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Withdraw**</mark>

<figure><img src="/files/rkwBGmKHszuL0rf7PWV4" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Choose a Network

<mark style="color:$info;">Select where you want to withdraw your USDC: Arbitrum, Hyperliquid, Solana, Ethereum, or BNB Chain. Make sure the destination wallet supports the network you choose.</mark>

<figure><img src="/files/H8B2WOBL7l1fMfW9pWFu" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Enter Amount

<mark style="color:$info;">Minimum withdrawal is</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**2 USDC**</mark><mark style="color:$info;">. Double-check your wallet address, then click</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Withdraw**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">to submit.</mark> <mark style="color:$info;"></mark>*<mark style="color:$info;">Withdrawal takes \~20 seconds</mark>*

{% hint style="info" %}
This service is provided by Relay Protocol, an independent third-party. Relay Protocol charges fees that may vary based on Arbitrum network conditions. Check your transaction status at <https://www.relay.link/transactions>
{% endhint %}

<figure><img src="/files/XwvCpBRk84xx9nauOiTS" alt=""><figcaption></figcaption></figure>
{% 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://xtrade.gitbook.io/docs/perpetuals/withdraw-usdc.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.
