> 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/funder/funder.md).

# Funder

### What is a Funder

A Funder is a wallet used to distribute SOL to your launch wallets. Funders are persistent across your entire account.

A default funder is automatically created with your account.

***

### Funder Widget

The Funder widget is always visible at the bottom of the sidebar.

<div align="left"><figure><img src="/files/EHiVAu23itRvpR7FtXNx" alt="" width="280"><figcaption></figcaption></figure></div>

### Deposit

<div align="left"><figure><img src="/files/GFhagvbsJp9Ez67b1SJP" alt="" width="375"><figcaption></figcaption></figure></div>

Click **Deposit** to add SOL to your funder.

* Select the funder to deposit to
* QR code displayed for easy transfer
* Deposit address shown with a copy button

The balance updates automatically once the transaction is confirmed.

### Withdraw

Click **Withdraw** to remove SOL from your funder.

<div align="left"><figure><img src="/files/ebSKfe5sjQeesnm9ySp5" alt="" width="375"><figcaption></figcaption></figure></div>

* **From wallet**: Select a specific funder or "All Funders"
* **Recipient**: Enter the destination address
* **Amount**: Enter the amount or click **Max**

### Manage Funders

Click on "View All Funders" to switch between them or create a new one.

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

***

### History

The funders panel includes a **History** tab for funder withdraws only.

The panel also shows the total value of your funders, with **Deposit** and **Withdraw** actions.

<div align="left"><figure><img src="/files/oLFflFrdabzWxfl3c0Zs" alt="" width="375"><figcaption></figcaption></figure></div>

***

### Add a Funder

Click **+ Add** to generate a new funder. Each new funder is a fresh wallet with no prior history.

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

{% hint style="info" %}
You can name your funders to organize them by purpose.
{% endhint %}

***

### Funder Actions

Each funder can be expanded to reveal its controls.

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

* **Deposit** : Deposit SOL to the funder
* **Withdraw** : Withdraw SOL from the funder
* **Export** : Reveal the private key
* **Set as Default** : Use this funder by default for new launches
* **Delete** : Remove the funder from your account

***

### Funder in a Launch

When creating a launch, you can choose between :

* One of your existing funders
* A fresh wallet generated for that launch

view [Funding](/create-launch/funding.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://docs.proxima.tools/funder/funder.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.
