> For the complete documentation index, see [llms.txt](https://docs.mobyscreener.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mobyscreener.com/moby/profile/withdraw.md).

# Withdraw

**How It Works?**

1. Select the wallet you want to withdraw **from**
2. Enter the **destination wallet address** — paste it manually, scan a QR code, or select from your **Saved Addresses**
3. Select the token — **SOL** or **USDC or USDG**
4. Enter the amount using the keypad or tap **25%, 50%, or Max**
5. Tap **Withdraw** > **Slide to Confirm**

Your current balance for the selected token is shown below the amount so you always know what's available.

<figure><img src="/files/EnNTx062Trjte1s8I5Dm" alt="" width="148"><figcaption></figcaption></figure>

***

**Saved Addresses**

Save frequently used external wallet addresses for quick access. Tap the contacts icon on the Send To field to view saved addresses or tap **Add New Address** to save a new one — no need to paste a long address every time.

<figure><img src="/files/oKvv3vzmihQrGWkNedQf" alt="" width="148"><figcaption></figcaption></figure>

***

{% hint style="info" %}
Moby currently supports withdrawals of **SOL, USDC, and USDG** only. To access or send other tokens, export your wallet private key via **Settings → Export Keys** or at [export.mobyscreener.com](https://export.mobyscreener.com) and use it in any compatible external wallet. \
\
Always double-check the destination address and network before confirming a withdrawal — sending to the wrong address or wrong network will result in permanent loss of funds. Withdrawals require Face ID or PIN confirmation if authentication is enabled in
{% endhint %}


---

# 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://docs.mobyscreener.com/moby/profile/withdraw.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.
