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

# Withdraw

### Simple Mode

Withdraws SOL from all launch wallets to a single recipient.

<div align="left"><figure><img src="/files/Gpw7zpJHPo8jOLSbLWzR" alt="" width="563"><figcaption></figcaption></figure></div>

#### Creator Fees

Displays accumulated creator fees at the top with a **Claim** button.

<div align="left"><figure><img src="/files/MzrEaCGMj0GFFgxgfTLp" alt="" width="563"><figcaption></figcaption></figure></div>

#### Recipient

Enter a recipient address manually, or click the bookmark icon to select from saved addresses.

<div align="left"><figure><img src="/files/cNVBbVe6FYd7lRlvnnfs" alt="" width="563"><figcaption></figcaption></figure></div>

Three tabs :

* **Recommended**: Your funders and bookmarked addresses
* **Bookmark**: Your saved addresses
* **Funders**: All your funders with their balances

[Watchlist / Bookmark](/live-settings/watchlist-bookmark.md): Learn how to manage your saved addresses

#### Amount

Enter the SOL amount to withdraw, or click **Max** to withdraw everything.

***

### Advanced Settings (Simple Mode)

<div align="left"><figure><img src="/files/4w4vFGCJuMncGRCuEhTy" alt="" width="563"><figcaption></figcaption></figure></div>

#### Don't Withdraw My Wallets

Excludes wallets imported from My Wallets from the withdraw.

#### Leave Dust

Leave a configured amount of SOL on selected wallet types.

* **Dust Amount** : SOL amount to leave (e.g. 0.1)
* **Leave dust on** : Select which wallet types keep dust
  * Deployer
  * My Wallets
  * Holders
  * Others

{% hint style="info" %}
When enabled, a notice shows the dust amount that will be left on each selected wallet type.
{% endhint %}

***

### Advanced Mode

Withdraw specific amounts from individual wallets to individual recipients.

<div align="left"><figure><img src="/files/aDFtX6xmNmHJZGLRZWHt" alt="" width="563"><figcaption></figcaption></figure></div>

* **Recipient** : Destination address per wallet
* **Amount** : SOL or Percentage of SOL Balance per wallet
* **Add wallets** : Add more wallets to the withdraw list


---

# 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.proxima.tools/live-settings/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.
