# Copy Trading

<figure><img src="/files/1AXRzRb1aHatqZPJLCSu" alt="Depiction of the copy trade screen showing the traders being copied. Data depicted is just a sample."><figcaption><p>Manage Copy Trades here. Pause/Resume individually, or as a batch. Click Edit to change settings.</p></figcaption></figure>

**Choose your target wallet, set buy amounts, and tailor settings** to optimize your trading strategy.&#x20;

* Click **Tools** —> **Copy Trading**&#x20;
* Click **+ New Copy Trade**&#x20;

<figure><img src="/files/SoePTXWhqRnWZ5urVyuy" alt="Copy trade settings have three columns. Buy settings, sell settings, and advanced features" width="375"><figcaption><p>Copy Trade Settings are divided into three columns: Buy Settings, Sell Settings, and Advanced Features.</p></figcaption></figure>

### Buy Settings

{% columns %}
{% column width="50%" %}

* Give your Copy Trade a distinctive **Name**.
* Enter the **Target Address** to copy.
* Choose an **Execution Wallet** to draw funds from.
* Set your **Buy Amount,** either as a percentage of their buys (e.g., 10% here and they buy 10 SOL means you buy 1 SOL) or as a fixed SOL amount.
* Adjust the buy **Priority Fee** (in SOL). Higher fees speed up transactions.
* Adjust **Bribe**. Bribe is needed when using MEV protection.
* Set the buy **Slippage** tolerance (in %). Copy trading often requires higher slippage.
* Enable **MEV Protection** if desired.
  {% endcolumn %}

{% column width="50%" valign="middle" %}

<figure><img src="/files/FdOX6jEeriZo3iB00rEz" alt="The buy settings column for copy trade. Information matches the text on the left."><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Sell Settings

{% columns %}
{% column %}
Decide how to handle sells. **There are two automated options,** or simply leave them unchecked to handle sells on your own.&#x20;

* **Copy Sell** - When the copied wallet sells, you sell the same % as they do.
* **Auto Sell** - Sets limit orders when a purchase is made. Pre-define stop-loss (S/L) and take-profit (T/P) triggers (positive percentages for T/P; negative percentages for S/L), and set the sell amount.
* **Copy Sell** and **Auto Sel**l have their own **Priority Fee**, **Bribe**, **Slippage**, and **MEV Protection** settings. Adjust accordingly.
  {% endcolumn %}

{% column valign="middle" %}

<figure><img src="/files/UgLu5pr7gB2dJ4kKCUDB" alt="Copy trade sell settings. Information matches the text on the left."><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### Advanced Features

{% columns %}
{% column %}

* Choosing a **Market Cap** range limits copy buys to tokens that fall within these parameters.
* Set **Minimum Liquidity** to filter out token buys with low liquidity.
* **Max Spend Per Buy** will limit the amount you spend on a buy, **when used in conjunction with a buy amount %** setting.
* Toggle **Exclude Launchpad Platforms** to limit copy buys to tokens not on a launchpad bonding curve.<br>
  {% endcolumn %}

{% column valign="middle" %}

<figure><img src="/files/xfmQAN6MoXqrdUtejUGr" alt="Copyright advanced features. Information matches the text on the left."><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

* When you are satisfied with all settings, click **+ Create Copy Trade.**

{% hint style="success" %}
Use Trojan's [Wallet Analyzer](/terminal-overview/wallet-analyzer.md) to take a closer look at wallets you are considering copying. DYOR!
{% endhint %}


---

# 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.trojan.com/terminal-overview/tools-and-widgets/copy-trading-bot.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.
