# Copy Trade

{% hint style="info" %}
Copy Trading allows you to automatically mirror the trades of a target wallet. Each task can be fully customized to match your strategy.

This page covers the task creation process for each trading mode on EVM chains. The process works similarly across all supported EVM chains (Ethereum, BNB, Base), with minor variations in available features.

***

#### Before you start

* Ensure you have set a Copy Trading default wallet in the Wallets page under Trading Modes.
* If you change your default wallet, recreate your tasks to use the new wallet for future transactions.
  {% endhint %}

### Create Copy Trade Task

<div align="left"><figure><img src="/files/S1Y76AVvhb2IwUDLD2VA" alt=""><figcaption></figcaption></figure></div>

| Field              | Description                                                                                                                                                                                                                                                                                                                                         |
| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Wallet**         | Wallet used for the task.                                                                                                                                                                                                                                                                                                                           |
| **Target Address** | Wallet address of the trader you want to copy.                                                                                                                                                                                                                                                                                                      |
| **Target Name**    | Custom name for the target wallet.                                                                                                                                                                                                                                                                                                                  |
| **Buy**            | <p>How your buy amount is calculated:</p><ul><li><strong>Exact</strong>: same amount in the native currency as the target.</li><li><strong>Fixed</strong>: fixed amount in the native currency, regardless of the target.</li><li><strong>Percentage</strong>: percentage of the target's amount (set above 100% to buy more, e.g. 130%).</li></ul> |
| **Buy Amount**     | Amount spent per buy, based on the selected Buy mode.                                                                                                                                                                                                                                                                                               |
| **Follow Sells**   | Sells when the target sells, mirroring the sell percentage. E.g. target sells 50% → task sells 50%.                                                                                                                                                                                                                                                 |
| **Min Sell**       | Minimum percentage the target wallet must sell to trigger the task.                                                                                                                                                                                                                                                                                 |
| **Fixed Sell**     | Enter the % you want to sell when the target sells any amount.                                                                                                                                                                                                                                                                                      |
| **Reverse Mode**   | Triggers buys exclusively when the target wallet sells. Buys from the target are ignored.                                                                                                                                                                                                                                                           |

#### Task Timing

| Field          | Description            |
| -------------- | ---------------------- |
| **Enable at**  | Task start time (UTC). |
| **Disable at** | Task end time (UTC).   |

#### Target Settings

| Field                     | Description                                                                                                                                               |
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **First Interaction**     | Only trigger when the target wallet interacts with a token for the first time. Only trades from September 22, 2025 onward are included due to EVM limits. |
| **Sell Only Copied Buys** | Sells trigger only for tokens bought via copy trading. Spot, Twitter, and AFK buys are excluded.                                                          |
| **Buy Tokens Once**       | Buy a coin only once, even if the target makes multiple purchases. Enable on each wallet if you use multiple.                                             |
| **Max Trade Count**       | Maximum coins the task will buy under the current configuration.                                                                                          |
| **Max Buy**               | Maximum amount you can spend per transaction, regardless of the target. Applies per transaction.                                                          |
| **Min Trigger Buy**       | Minimum amount the target must buy to trigger your transaction.                                                                                           |
| **Max Trigger Buy**       | Maximum amount the target can buy to trigger your transaction.                                                                                            |
| **Max Trades Per Token**  | Maximum times the task will buy the same token.                                                                                                           |

#### Token Filters

| Field                 | Description                                                                                                                                    |
| --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| **Min Market Cap**    | Minimum token market cap required to trigger a buy.                                                                                            |
| **Max Market Cap**    | Maximum token market cap allowed to trigger a buy.                                                                                             |
| **Min Age (seconds)** | Minimum time since token creation. For migrated coins, counted from DEX listing. Only trades from September 22, 2025 onward due to EVM limits. |
| **Max Age (seconds)** | Maximum time since token creation. For migrated coins, counted from DEX listing. Only trades from September 22, 2025 onward due to EVM limits. |
| **Max Dev Holdings**  | Maximum % of token supply held by the dev. If the dev holds more than this, the trade is skipped.                                              |

#### Fee Settings

| Field                 | Description                                                                          |
| --------------------- | ------------------------------------------------------------------------------------ |
| **Buy Slippage**      | Max price difference on buy transactions, in percentage.                             |
| **Sell Slippage**     | Max price difference on sell transactions, in percentage.                            |
| **Buy Fee**           | Max Priority Fee for buys, in GWEI. Max Fee = Base Fee + (Priority Fee x 2).         |
| **Sell Fee**          | Max Priority Fee for sells, in GWEI. Max Fee = Base Fee + (Priority Fee x 2).        |
| **Bundle Tip (Buy)**  | Tip to prioritize buy execution.                                                     |
| **Bundle Tip (Sell)** | Tip to prioritize sell execution.                                                    |
| **Anti MEV**          | Routes transactions through BloXroute to prevent MEV. Disabled uses the custom node. |

#### Platforms

| Field         | Description                     |
| ------------- | ------------------------------- |
| **Platforms** | Platforms the task operates on. |

#### Blacklisted Deployers

| Field                     | Description                                                                 |
| ------------------------- | --------------------------------------------------------------------------- |
| **Blacklisted Deployers** | Deployer addresses the task will ignore when buying. Mass import available. |

#### Whitelisted Deployers

| Field                     | Description                                                                                                               |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| **Whitelisted Deployers** | Deployer addresses the task will exclusively buy from. Tokens from any other deployer are ignored. Mass import available. |

***

### Tasks Tab

Tasks appear in the Tasks tab organized by feature.

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

| Button           | Description                                          |
| ---------------- | ---------------------------------------------------- |
| **Start All**    | Activates all tasks in the current tab.              |
| **Stop All**     | Deactivates all tasks in the current tab.            |
| **Start / Stop** | Activate or deactivate a single task.                |
| **Edit**         | Modify a task's parameters.                          |
| **Duplicate**    | Create a copy of a task with the same configuration. |
| **Delete**       | Remove a task permanently.                           |


---

# 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.bloombot.app/manager/pages/tasks/evm/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.
