# Wallets

{% hint style="info" %}
Wallet Settings control which wallets are active for Extension trades, how you group them for quick switching, and how the buy amount is distributed across them.

Configure at [manager.bloombot.app/extension/settings](https://manager.bloombot.app/extension/settings) > Wallets tab.

Settings are split between **Solana** and **EVM**. Use the chain selector in the top-right corner of the Manager to switch between the two.
{% endhint %}

{% embed url="<https://www.youtube.com/watch?t=105s&v=wu2_MOtsbQU>" %}

***

### Solana

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

#### Active Wallets

Activate or deactivate any wallet using the on/off toggle. Only active wallets participate in Extension trades.

#### Wallet Groups

{% embed url="<https://www.youtube.com/watch?t=115s&v=wu2_MOtsbQU>" %}

Create groups of wallets for quick switching directly from the Trade Panel.

{% stepper %}
{% step %}
Click **+ New Group**.

<figure><img src="/files/juHEDmECXhobUadBssGV" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
The **Create wallet group** modal opens. Assign a name, select the wallets to include, then optionally enable:

* **Buy Amount Variance**: each wallet in the group buys a slightly different amount within a randomized range, so orders look independent rather than identical copies. Requires **Split across wallets** enabled in Buy Distribution. Bypassed when more than one group is selected.
* **Staggered Buys**: wallet buys are dispatched in sequence with small delays between them instead of all at once. Bypassed when more than one group is selected.

Click **Create**.

<div align="left"><figure><img src="/files/VbuCLMKDTsXvKSYWu08w" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
The group is created and appears in the Wallet Groups section, ready to select from the Trade Panel.
{% endstep %}
{% endstepper %}

#### Buy Distribution

Toggle **Split across wallets** on or off.

* **On**: the buy amount is divided equally across every active wallet. A 1 SOL buy with 4 active wallets becomes 0.25 SOL per wallet.
* **Off**: each active wallet buys the full amount independently. A 1 SOL buy with 4 active wallets spends 4 SOL total.

#### Select Multiple Groups

Enable multi-select to pick more than one wallet group at once when buying from the Trade Panel.

While more than one group is active, **Buy Amount Variance** and **Staggered Buys** are bypassed.

***

### EVM

<figure><img src="/files/4oMR3F0xS0fPSdbNJMzv" alt=""><figcaption></figcaption></figure>

#### Active Wallets

Activate or deactivate any wallet using the on/off toggle. Only active wallets participate in Extension trades.

#### Wallet Groups

Create groups of wallets for quick switching directly from the Trade Panel.

{% stepper %}
{% step %}
Click **+ New Group**.

<figure><img src="/files/y4oDWnjO26rVT9R3Jmrk" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
The **Create wallet group** modal opens. Assign a name, select the wallets to include, then optionally enable:

* **Buy Amount Variance**: each wallet in the group buys a slightly different amount within a randomized range, so orders look independent rather than identical copies. Requires **Split across wallets** enabled in Buy Distribution. Bypassed when more than one group is selected.
* **Staggered Buys**: wallet buys are dispatched in sequence with small delays between them instead of all at once. Bypassed when more than one group is selected.

Click **Create**.

<div align="left"><figure><img src="/files/aRlrflXdD0vyPhdkBSJ7" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
The group is created and appears in the Wallet Groups section, ready to select from the Trade Panel.
{% endstep %}
{% endstepper %}

#### Buy Distribution

Toggle **Split across wallets** on or off.

* **On**: the buy amount is divided equally across every active wallet. A 1 ETH buy with 4 active wallets becomes 0.25 ETH per wallet.
* **Off**: each active wallet buys the full amount independently. A 1 ETH buy with 4 active wallets spends 4 ETH total.

#### Select Multiple Groups

Enable multi-select to pick more than one wallet group at once when buying from the Trade Panel.

While more than one group is active, **Buy Amount Variance** and **Staggered Buys** are bypassed.


---

# 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://docs.bloombot.app/extension/settings/wallets.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.
