# Multi-Wallet

## Setting up multiple wallets

Our bot allows you to set up multiple wallets and initiate simultaneous buys with a single click. This is especially useful for sniping launches with small max transaction/wallet limitations. To enable this feature, go back to the `/sniper` menu, select *Wallets*, then select *Multi-Wallet*. You will then arrive at the menu in Figure 15.

<figure><img src="/files/IkQnLxP1F5Dye398UWHN" alt=""><figcaption><p>15. Multi-Wallet Settings.</p></figcaption></figure>

The bot immediately lets us know that we don’t have any additional connected wallets. We are given two options in the menu:

* *Connect Wallet* - connect a pre-existing wallet.
* *Generate Wallet* - have the bot create another wallet for you. Selecting this option will give you another private key that you can import into TW/Metamask.

Selecting either option will give you the chance to name the new wallet. We name our new wallet “Wallet2” for the sake of demonstration. After connecting/generating the 2nd wallet and then clicking it, the menu will now look like Figure 16.

<figure><img src="/files/zppWrzqIvmYXTswHGD1z" alt=""><figcaption><p>16. Multi-Wallet Settings.</p></figcaption></figure>

After adding the desired number of wallets (current maximum is 3 wallets: 1 main and 2 additional wallets for base users; premium users can utilize up to 10 wallets), the final step is to:

* Enable Multi-Wallet - click on the *Multi* button in the menu of Figure 16. The red **X** will turn into a green checkmark. Enabling this will NOT force you to buy with multiple wallets every time. It only prepares things for later in case you do want to buy with multiple wallets simultaneously. If done properly, the Multi-Wallet menu will look like Figure 17.

<figure><img src="/files/CXbpq19jHl7vvZs8O7sb" alt=""><figcaption><p>17. Final Multi-Wallet Settings.</p></figcaption></figure>


---

# 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.abot.dog/multi-wallet.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.
