# Wallet Copy Trade

### 1. Feature Overview

The **Wallet Copy-Trading** feature in **DeBot** allows users to automatically follow and replicate trades from other wallets — enabling **on-chain smart copy-trading** with flexible configurations.

It includes **two sub-features:**

* **Multi-Wallet Copy-Trading**: Track multiple strategy wallets simultaneously and automatically copy their trades based on custom filters.
* **Single-Wallet Copy-Trading**: Fully follow one specific wallet’s buy/sell behavior and execute matching trades automatically.

### 2. Access & Setup

**Navigation Path:**\
`Copy-Trading → Multi-Wallet Copy` or `Single-Wallet Copy` → **Create Copy-Trade** → configure your parameters → **Save**

Once saved, DeBot will automatically monitor and execute transactions when the target wallet(s) make qualifying trades.

### 3. Parameter Settings

#### 3.1 Multi-Wallet Copy Parameters

| **Field**                            | **Description**                                                                                                                                                                                                 |
| ------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Strategy Name**                    | User-defined name for the copy-trading strategy.                                                                                                                                                                |
| **Copy-Trade Wallet**                | Select the wallet that will execute the trades.                                                                                                                                                                 |
| **Buy Amount per Trade**             | Amount of funds used for each triggered transaction (e.g., 0.1 SOL).                                                                                                                                            |
| **Max Buys per Token**               | Maximum number of times a single token can be purchased — prevents overexposure.                                                                                                                                |
| **Take-Profit / Stop-Loss**          | Supports custom take-profit and stop-loss logic (e.g., sell after doubling, sell after reaching target gain, sell on drawdown). 💡 *Tip: Some users disable stop-loss to avoid selling before strong rebounds.* |
| **Wallet Group**                     | Choose which wallet group to follow for copy-trading.                                                                                                                                                           |
| **“N wallets in M minutes” trigger** | Only trigger copy-trades when a certain number of wallets buy the same token within a set time window.                                                                                                          |
| **Token Creation Time**              | Only follow trades for tokens created within a defined time range (avoids new or suspicious launches).                                                                                                          |
| **Market Cap Filter**                | Copy-trade only tokens within a specific market cap range.                                                                                                                                                      |
| **On-/Off-Exchange Trades**          | Choose to follow only on-chain internal trades, external trades, or both.                                                                                                                                       |
| **Minimum Trade Size per Wallet**    | Only trigger when each tracked wallet’s trade amount exceeds the defined threshold.                                                                                                                             |
| **Launchpad Filter**                 | Follow only tokens launched from selected platforms (e.g., Pump.fun, Moonshot, etc.).                                                                                                                           |
| **Twitter Filter**                   | Follow tokens linked to specific Twitter accounts (for reputation filtering).                                                                                                                                   |
| **Active Time Window**               | Define daily time ranges when copy-trading is allowed.                                                                                                                                                          |
| **Expiration**                       | Set how many days the strategy will remain active (e.g., 30 days).                                                                                                                                              |
| **Slippage Limit**                   | Maximum acceptable token quantity deviation per transaction.                                                                                                                                                    |
| **Priority Fee**                     | Extra fee paid to validators/MEV bots to get faster transaction inclusion.                                                                                                                                      |
| **Bribe Fee**                        | Optional “non-standard reward” sent to MEV bots, oracles, or relays to influence transaction ordering or routing.                                                                                               |
| **Anti-Sandwich Mode**               | Protects trades from sandwich attacks and front-running.                                                                                                                                                        |

### 4. Important Notes

* DeBot does **not guarantee** that every copied trade will be executed successfully — outcomes may be affected by network congestion, insufficient balance, or slippage.
* All strategies are **user-defined and self-managed**; please control your own risk.
* You can pause, edit, or terminate your copy-trading strategies anytime from the **Multi-Wallet Copy** or **Single-Wallet Copy** pages.
* It’s strongly recommended to **use a new wallet** for copy-trading to minimize loss in case of unexpected issues.
* If wallet balance becomes insufficient, the strategy will automatically stop.
* Keep at least **0.05 SOL** or **0.01 BNB** in your wallet to ensure smooth trade execution and gas fee coverage.


---

# 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/wallet-copy-trade.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.
