# 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.

***

#### 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.
* The higher the Bundle Tip (Jito), the lower the slippage should be. Without a Jito tip, the risk of MEV attacks increases significantly.
  {% endhint %}

### Create Copy Trade Task

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

| Field              | Description                                                                                                                                                                                                                                                                               |
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Wallet**         | Wallet used for the task.                                                                                                                                                                                                                                                                 |
| **Config Name**    | Custom name for this task.                                                                                                                                                                                                                                                                |
| **Target Address** | Wallet address of the trader you want to copy.                                                                                                                                                                                                                                            |
| **Buy**            | <p>How your buy amount is calculated:</p><ul><li><strong>Exact</strong>: same amount as the target.</li><li><strong>Fixed</strong>: fixed amount regardless of the target.</li><li><strong>Percentage</strong>: percentage of the target's amount (set above 100% to buy more).</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**     | Sell a fixed SOL amount, regardless of the target's 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.                                |
| **Sell Only Copied Buys** | Sells trigger only for tokens bought via copy trading. Spot, Twitter, and AFK buys are excluded.              |
| **Skip Deploys**          | Skip buys when the target wallet is the token deployer.                                                       |
| **Buy Tokens Once**       | Buy a coin only once, even if the target makes multiple purchases. Enable on each wallet if you use multiple. |
| **Max Buy 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 Pump.fun migrated coins, counted from bonding. Some older tokens may not work. |
| **Max Age (seconds)** | Maximum time since token creation. For Pump.fun migrated coins, counted from bonding. Some older tokens may not work. |
| **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 Priority Fee**   | Buy transaction fee.                                                                                                 |
| **Sell Priority Fee**  | Sell transaction fee.                                                                                                |
| **Buy Slippage**       | Max price difference on buy transactions, in percentage.                                                             |
| **Sell Slippage**      | Max price difference on sell transactions, in percentage.                                                            |
| **Buy Processor Tip**  | Buy order tip for block inclusion priority.                                                                          |
| **Sell Processor Tip** | Sell order tip for block inclusion priority.                                                                         |
| **Buy Anti MEV**       | MEV protection on buy orders against sandwich attacks.                                                               |
| **Sell Anti MEV**      | MEV protection on sell orders against sandwich attacks.                                                              |
| **Auto Tip**           | Uses the recommended Jito tip automatically. Priority fee stays fixed since the tip is what matters for Jito Blocks. |

#### 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/2mSHUoe24Kg8rlj1ynoN" 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/solana/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.
