> For the complete documentation index, see [llms.txt](https://help.trade.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.trade.fun/getting-started/deposits-and-withdrawals-1/withdrawals.md).

# Withdrawals

Taking your funds off **trade**<mark style="color:$primary;">**dot**</mark>**fun** is simple, fast and flexible. Whether you're trading memecoins or perps, you stay in control.

<figure><img src="/files/t1wtjdIyhGlFd3s7oAo6" alt=""><figcaption><p>Withdrawal Action</p></figcaption></figure>

***

#### Withdrawing from **Memecoins**

* You can withdraw **any amount of SOL** from your memecoin wallet to **any Solana address**.
* Support for other Solana token withdrawals (like FARTCOIN, USDC, etc.) is **coming soon**.

> **Reminder:** If you saved your private key during wallet setup, you can always access and use your funds independently – Trade.fun is fully non-custodial.

<figure><img src="/files/QBDslQyNMo3Z8qLTuv8c" alt="" width="563"><figcaption><p>Withdrawal Memecoins account</p></figcaption></figure>

***

#### Withdrawing from **Perps (Hyperliquid)**

You can withdraw **any of the tokens supported for deposit**, including:

* **USDC (Arbitrum)**
* **SOL (Solana)**
* **FARTCOIN (Solana)**
* **BTC (Bitcoin)**
* **ETH (Ethereum)**

Withdrawals go directly to your wallet on the corresponding network – no delays on our end, no extra steps.

<figure><img src="/files/mIuQsPwc2YfjpzG3CpMF" alt="" width="563"><figcaption><p>Withdrawal Leverage/Spot account</p></figcaption></figure>

#### Withdrawing from Prediction Markets

* **You can withdraw USDC.e (Polygon Network)**

<figure><img src="/files/TctYdi5peqZsdgdeYEJj" alt="" width="563"><figcaption><p>Withdrawal Prediction account</p></figcaption></figure>

***

**Your funds. Your wallet. Your control.**\
We just make it easier and faster to use.

***

Need help? [Support](/getting-started/support.md)


---

# 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://help.trade.fun/getting-started/deposits-and-withdrawals-1/withdrawals.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.
