# Multi-Wallet Feature

### Intro

💡 Want to buy tokens with multiple wallets at once?\
💡 Need to manage several wallets in one place and easily check your total asset distribution?\
💡 Or do you want to execute simultaneous buy/sell actions across multiple wallets during fast market moves?

🎉 **DeBot now supports cross-chain multi-wallet management and trading!**

### 1. Multi-Wallet Management

#### 1.1 Accessing the Multi-Wallet Page

Click the **Wallet Manager** button in the top-right corner to enter the multi-wallet management page.\
Here you can:

* Generate multiple wallets directly within DeBot
* Import your existing wallets
* Perform top-ups, withdrawals, private key exports, archiving, and cross-chain operations
* Edit wallet remarks for easier identification and organization

<div data-with-frame="true"><figure><img src="/files/QVREj2NL3bdE1jURe9zt" alt=""><figcaption></figcaption></figure></div>

#### 1.2 Generating & Importing Wallets

**Generate Wallet**

* Click **Generate Wallet** to instantly create a new wallet on the selected chain.
* You can generate more than 10 wallets **per chain**.

**Import Wallet**

* Click **Import Wallet**, enter your wallet’s address or private key to import it.
* You can import only **one wallet at a time**.

<div data-with-frame="true"><figure><img src="/files/xzc5jZxHjJK2e7fjjTiM" alt="" width="375"><figcaption></figcaption></figure></div>

#### 1.3 Managing Wallets

* **Export Private Key**: After completing a quick security verification, you can view the private key of the selected wallet.
* **Archive**: Click **Archive** to move a wallet into the archived list (a confirmation pop-up will appear).\
  ⚠️ Once a wallet is archived, **all pending orders will be automatically canceled**. Please make sure all trades and orders are properly handled before archiving.\
  You can restore any archived wallet later from the **Archived Wallets** list.
* **View Archived Wallets**: Displays all archived wallets across chains, allowing quick restoration when needed.
* **Edit Remarks**: Add remarks to each wallet to facilitate identification and classification.

<div data-with-frame="true"><figure><img src="/files/zO7N7wNGbAeTFZamngGq" alt="" width="375"><figcaption></figcaption></figure></div>

<div><figure><img src="/files/nkDrcpHmRLmsUVwiHDmj" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/a4Z7PXmO5A3dPOWNBzFi" alt="" width="375"><figcaption></figcaption></figure></div>

<div data-with-frame="true"><figure><img src="/files/x77rPgaf6iXMdLMTpmwj" alt="" width="272"><figcaption></figcaption></figure></div>

#### 1.4 Deposit, Withdraw & Bridge

* **Deposit / Withdraw**\
  Click **Deposit** or **Withdraw** to manage SOL inflows and outflows for each wallet.
* **Bridge**\
  Click **Cross-Chain** to open the transfer interface.\
  You can bridge assets **from other chains to Solana**, or **from Solana to any other supported chain**.

<div data-with-frame="true"><figure><img src="/files/6b09oqiuWfI4xopHRjVo" alt="" width="375"><figcaption></figcaption></figure></div>

* **Operation Records**\
  Click **Operation Records** to review all withdrawal and cross-chain transaction logs for easy tracking.

<div data-with-frame="true"><figure><img src="/files/M7ldowZ2sPEkP8yrakeG" alt=""><figcaption></figcaption></figure></div>

## 2. Multi-Wallet Trading

#### 2.1 View Options & Multi-Wallet Execution

* **List View**
  * Displays all wallets in a clear list format for easy overview and selection.

<div data-with-frame="true"><figure><img src="/files/NPDQmcMQ7KH1yjXMJZrH" alt="" width="313"><figcaption></figcaption></figure></div>

* **Selection View**
  * Wallets remain collapsed by default. Click the expand icon to display all wallets manually.

<div data-with-frame="true"><figure><img src="/files/PuvmBZsNN5GAmykSIsyR" alt="" width="345"><figcaption></figcaption></figure></div>

* **Multi-Wallet Trading**
  * Select multiple wallets you want to trade with.\
    After selecting, click **Buy** or **Sell** — the chosen wallets will **execute the same trade simultaneously** for the selected token.

#### 2.2 Multi-Wallet Buy Settings

<div data-with-frame="true"><figure><img src="/files/iRFC5Vey6ANAWyzmRE3l" alt=""><figcaption></figcaption></figure></div>

* **Split Buy Mode**
  * When enabled, the total buy amount will be **evenly divided** among all selected wallets.\
    For example, if you set a buy amount of **1 SOL** and select two wallets, each wallet will purchase **0.5 SOL**.
  * When disabled, **each wallet will buy the full amount** (e.g., each wallet buys 1 SOL).
* **Amount Range**
  * To prevent detection as a bundle transaction, you can set a fluctuation range for the buy amount.\
    For example, if you set a buy amount of **1 SOL** with a **10% fluctuation**, each wallet will purchase between **0.9 SOL and 1.1 SOL**.
* **Buy Delay**
  * To avoid synchronized patterns being flagged, you can define an interval between each wallet’s buy execution.\
    For example, if the interval is set to **1 second**, each wallet will buy **1 second apart**.
* **Sell Delay**
  * Similarly, to prevent bundled behavior, you can set an interval between sell actions.\
    For example, a **1-second interval** means each wallet executes its sell **one second apart**.

#### 2.3 Market and Limit Orders for Multiple Wallets

After selecting the wallets to trade, you can choose to execute either of the following:

* **Market Buy/Sell** — immediate order execution based on real-time market price.
* **Limit Buy/Sell** — place a limit order at a predefined target price.

<div data-with-frame="true"><figure><img src="/files/H0hQlXwDTGtmOroI2cN1" alt=""><figcaption></figcaption></figure></div>

### END.


---

# 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.debot.ai/en/basic-features/multi-wallet-feature.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.
