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

# Funding

### What & Why Funding

Funding prepares wallets before they’re used in launches or actions.\
It lets you distribute balances gradually and randomly instead of funding everything at once.

This avoids obvious patterns, improves realism, and leads to cleaner execution.

Funding is optional  but recommended for better results.

***

### How to Fund Wallets

<figure><img src="/files/vdJrNBDGiA6SPTtwbTzA" alt=""><figcaption></figcaption></figure>

1. Select one or multiple wallets from the wallet list
2. Click **Fund** in the top action bar
3. Configure your funding parameters
4. Start the funding process

You can fund wallets at any time before or after generating activity.

***

### Funding Types

Proxima supports two funding methods, depending on your needs.

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

#### Proxy Funding

* Fixed or randomized amount per wallet
* Optional delay between fundings
* Simple and fast execution

{% hint style="info" %}
*Fast, internal, and fully controlled funding.*
{% endhint %}

#### CEX Funding

* Multiple supported CEXs
* Fixed or randomized amounts
* Funds arrive from different external origins
* Fees: **1%–2%**

{% hint style="info" %}
*Maximum realism using external funding sources.*
{% endhint %}

***

### Funding Configuration

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

#### Amount per Wallet

* **Fixed**: every wallet receives the same amount
* **Range**: each wallet receives a randomized amount within a range

This helps avoid uniform balances across wallets.

#### Funding Timing ( Proxy mode Only )

* Optional delay between each funding
* Useful to spread transactions over time
* Improves realism and reduces batch-like behavior

***

### Funding History & Status

If you click **Fund** while no wallets are selected, Proxima switches to **Funding Overview mode**.

<div align="left"><figure><img src="/files/YYTuXtd1kHYizvOy4CXC" alt="" width="361"><figcaption></figcaption></figure></div>

Each row represents a funding batch and includes quick actions:

* **Trash icon**  Remove the funding from the list\
  This only clears it from your history view.\
  It does **not** affect completed fundings or wallet balances.
* **Arrow (→)**  Open the funding details\
  View the selected funding batch, including wallets, amounts, and configuration.

Funding statuses include:

* **Draft**  Created but not executed
* **Running**  Currently funding wallets
* **Completed**  Funding finished successfully

***

#### Inline Status in Wallet Table

Ongoing fundings are visible directly in the wallet table.

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

This allows you to:

* See which wallets are currently being funded
* Track funding progress at a glance
* Monitor large batches without opening each funding

This keeps funding activity visible without breaking your workflow.

***


---

# 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/wallets/funding.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.
