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

# Buy

### Holders & Deployer

The control panel separates buy controls for Holders and Deployer.

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

Each section displays:

* Current SOL balance
* % Input to set the buy amount as a percentage of available SOL
* Quick preset buttons: 5%, 25%, 50%, 75%, 100%
* Custom % input
* Edit buttons (pencil icon) to customize preset values

{% hint style="info" %}
When Instant Trade is enabled in Settings, clicking a preset button executes the buy immediately without confirmation.
{% endhint %}

***

### Buy Settings

Click the gear icon to open Buy Settings. These settings apply to Holders and Deployer buy controls only.

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

#### Alternative Routing

Adds alternative transaction patterns to buy executions. Toggle On / Off.

#### Slippage (%)

Maximum allowed price deviation during execution. Preset buttons: 10%, 25%, 50%, 100%.

#### Dispersion

Controls how many wallets participate in the buy.

* **Left (Less Wallets)**: Fewer wallets, more concentrated execution
* **Right (More Wallets)**: Spreads execution across more wallets

{% hint style="info" %}
Dispersion does not change the total buy amount, only how it is distributed across wallets.
{% endhint %}

***

### Advanced Settings

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

#### Wallet Selection

Strategy to select wallets for the buy execution.

* **Random**: Randomly selects wallets from the available pool
* **Low Tokens**: Prioritizes wallets holding fewer tokens
* **High Tokens**: Prioritizes wallets holding more tokens

#### Execution Mode

How buy orders are executed across wallets.

* **Stagger**: Executes buys sequentially with a configurable delay between each. Gets a fresh blockhash before each buy.
* **Parallel**: Executes buys across all selected wallets simultaneously.

**Delay between buys** (Stagger only) : Time in milliseconds between each execution.

#### Amount Distribution

How the total buy amount is split across wallets.

* **Random**: Variable allocation per wallet
* **Equal**: Even split across all wallets
* **Weighted**: Distributes proportionally based on SOL balance

***

### Per-Wallet Buy

Each wallet in the wallet table has an individual **Buy** button. These are simple buy actions and do not use the Buy Settings above.

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

Per-wallet instant buy must be enabled in **Settings > Trade Wallets > Individual Instant Buy**. Once enabled, preset values (e.g. 25, 50, 75, 100) can be customized.

***

### Related Settings

Access from **Settings** in the bottom bar.

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

#### Trade Panel

* **Instant Trade**: Quick trade buttons execute immediately without confirmation

#### Trade Wallets

* **Individual Instant Buy**: Enable instant buy per wallet with customizable preset values

You can either:

* Buy individually per wallet (manual mode)
* Use the **Buyback module** to execute a grouped buy operation with shared parameters

The Buyback module is designed to support both **simple executions** and **advanced, highly controlled workflows**.


---

# 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/buy.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.
