# Multi Wallet Buy

<figure><img src="/files/1jeefd21tUtPeWJndBlO" alt=""><figcaption><p>Multi Wallet Buy Feature</p></figcaption></figure>

<figure><img src="/files/Q4ERxUikcyza1Tujz6p6" alt="" width="375"><figcaption><p>Multi Wallet Buy Settings Tab</p></figcaption></figure>

{% tabs %}
{% tab title="Variance" %}
Randomizes each wallet's buy amount by up to the set percentage. This is applied to the already-split per-wallet amount. For example, at 20%, a wallet allocated 0.5 SOL may spend between 0.4–0.6 SOL.&#x20;

The result is always capped at the wallet's available balance. Set to 0% for exact amounts across all wallets.

> Variance makes each transaction look independent.
> {% endtab %}

{% tab title="Transaction Delay" %}

### Transaction Delay Mode

Toggle delay between transactions **On** or **Off**. When off, all wallets execute simultaneously.

***

Set the delay between each wallet's transaction, from **0ms to 1s**. A small delay staggers your buys so they don't all land in the same block.

> Multiple buys landing in the same block is easy to spot. A small delay spreads them out so each buy looks unrelated.
> {% endtab %}
> {% endtabs %}


---

# Agent Instructions: 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:

```
GET https://help.trade.fun/memecoins/multi-wallet-buy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
