> For the complete documentation index, see [llms.txt](https://docs.dexlab.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dexlab.space/products/dexlab-factory-bot/multiple-wallets.md).

# Multiple Wallets

### 💡 Why Multiple Wallets?

[Dexlab Factory Bot](https://t.me/dexlab_factory_bot) allows you to manage multiple deposit wallets for different purposes — such as token creation, trading, mining, or testing various strategies.

This gives you flexibility and control over your SOL and token usage.

You can manage up to 5 deposit wallets, set a default wallet, and freely switch between them.

***

### 🧭 How to Access Wallet Management

Tap the Wallet button from the main menu to open the Deposit Manager screen:

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

Here, you can:

* View your current wallet and balance
* Deposit or withdraw SOL or SPL tokens
* Open the wallet management screen

### ➕ Adding and Switching Wallets

After selecting Wallets (X/5), you’ll be shown a list of your current wallets.

📷 *Default Wallet View (1/5):*

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

📷 *Multiple Wallets View (2/5):*

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

Features:

* ✅ The currently selected default wallet is marked with a green check
* ➕ Tap Add New Wallet to create another one
* 📥 Each wallet has its own unique address and SOL balance
* 💡 Wallet selection affects which wallet pays for transactions and receives rewards

***

### 📌 Notes

* The default wallet is used automatically for token creation, swaps, mining, etc.
* You can freely switch wallets before using a feature.
* Wallets are persistent and stored securely — but always keep a backup of the private key if exposed.


---

# 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.dexlab.space/products/dexlab-factory-bot/multiple-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.
