> For the complete documentation index, see [llms.txt](https://docs.bloombot.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloombot.app/manager/chrome-extension/settings/wallets.md).

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

Manage them from the **Extension** tab in the Manager's top navigation, **Wallets** sub-tab. Switch chain from the selector in the top right corner to work on that chain's wallet list.
{% endhint %}

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

***

### Active Wallets

Activate or deactivate any wallet using the on/off toggle. Only active wallets participate in Extension trades. Each row shows the wallet name, the truncated address, and the current balance. Drag a row by its handle to reorder the list.

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

***

### Distribution and Selection

Three toggles sit below the wallet list. They control how a buy is spread across the active wallets and how wallets get selected.

| Toggle                     | Description                                                                                                                                                                                                                                                                                                 |
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Buy Distribution**       | <p>Splits the buy amount across every active wallet.</p><ul><li><strong>On</strong>: a 1 SOL buy with 4 active wallets becomes 0.25 SOL per wallet.</li><li><strong>Off</strong>: each active wallet buys the full amount independently, so a 1 SOL buy with 4 active wallets spends 4 SOL total.</li></ul> |
| **Auto-Select Holdings**   | Automatically activates the wallets that already hold the token open in the Trade Panel, instead of selecting them by hand.                                                                                                                                                                                 |
| **Select Multiple Groups** | Lets you 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.                                                                                                                                |

***

### Wallet Groups

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

{% stepper %}
{% step %}
Click <kbd>New Group</kbd>.
{% 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 **Buy Distribution** enabled. 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 <kbd>Create</kbd>.

<div align="left"><figure><img src="https://3058400886-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fz2QdoaScujkQBx5Lf47O%2Fuploads%2FppVImtP6m0JBZZ0Vo1s1%2Funknown.png?alt=media&#x26;token=6841aeaf-32ad-40d4-85ea-feb4463e2619" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
The group appears in the **Wallet Groups** section, ready to select from the Trade Panel. Use the pencil icon to edit it and the bin icon to delete it.
{% endstep %}
{% endstepper %}


---

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