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

# Volume Bot

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

### Target Volume

<figure><img src="/files/9fXJ8nIdHrFLV9Y6IZrA" alt=""><figcaption></figcaption></figure>

Amount of volume to generate. Toggle between **SOL** and **USD**.

***

### Delay

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

**Duration**

All volume will be generated within the set duration. Enter the total time in seconds (e.g. 3600 = 1 hour).

**Delay**

Random delay between min and max for each trade. Set a minimum and maximum delay in seconds (e.g. Min 1s, Max 300s).

***

### Advanced Settings

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

#### Mode

Choose how volume is executed:

* **Bundle**: Executes trades in bundles
* **Organic**: Spreads trades with delays between each

#### Amount per Trade (Optional)

By default, trade sizes are auto-calculated based on target volume and timing.

Enable **Use custom trade sizes** to set manually:

* **Fixed**: Same amount per trade
* **Random**: Set a Min Amount and Max Amount per trade in SOL

#### Wallets (Optional)

Choose which wallets to use for volume execution. Click **Select Wallets** to pick specific wallets from your launch.


---

# 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/volume-bot.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.
