> For the complete documentation index, see [llms.txt](https://docs.tradewithlash.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tradewithlash.com/modules/copy-trade.md).

# Copy Trade

CopyTrade is a feature designed to automate mirror trading by tracking whales and smart money in real-time. This powerful on-chain trading assistant liberates users from the speed-driven trading frenzy, enabling them to focus on conducting in-depth token analysis and fine-tuning strategic parameters. It serves as an essential co-pilot for executing sophisticated blockchain transactions while maintaining optimal position management.

## Trading Task List <a href="#id-1-trading-task-list" id="id-1-trading-task-list"></a>

To access your copy trading tasks, simply click on the **CopyTrade** option from the main menu. Here, you can:

* View your existing copy trading tasks
* Click on **New** to create a new copy trading task

## Parameters for Creating a New Copy Trading Task <a href="#id-2-parameters-for-creating-a-new-copy-trading-task" id="id-2-parameters-for-creating-a-new-copy-trading-task"></a>

When creating a new copy trading task, you can set the following parameters:

<img src="https://docs2.tradewithlash.com/img/docs/c1.png" alt="CopyTrade Executed" width="400">

#### 2.1 Max Total Investment <a href="#id-21-max-total-investment" id="id-21-max-total-investment"></a>

* This is the total investment limit for your copy trading. When your accumulated copy trading amount reaches this limit, no further trades will be copied.
* You may also choose not to set this limit if you wish.

#### 2.2 Copy Trading by Percentage or Fixed Amount <a href="#id-22-copy-trading-by-percentage-or-fixed-amount" id="id-22-copy-trading-by-percentage-or-fixed-amount"></a>

* **Buy Percentage**: Use this option to specify the percentage of the target trade to copy. For example, if you set 50%, and the target order is for 2 SOL, you will copy 1 SOL.
* **Fixed Amount Copy**: Alternatively, you can choose to copy the target trade with a fixed amount, disregarding the target's order size. Each time, you will follow with the same fixed amount.

#### 2.3 Duplicate Buys <a href="#id-23-duplicate-buys" id="id-23-duplicate-buys"></a>

* This toggle allows you to choose whether or not to duplicate a token purchase. When enabled, if the target buys the same token multiple times, your system will also purchase it each time.

#### 2.4 Token Purchase Restrictions <a href="#id-24-token-purchase-restrictions" id="id-24-token-purchase-restrictions"></a>

* **Only Renounced**: Ensures that only tokens with a renounced contract can be copied.
* **Only Burned**: Ensures that only tokens with burned supply can be copied.
* **Min MC (Market Cap)**: Ensures that the token's market capitalization meets your minimum requirements.
* **Min LP (Liquidity Pool)**: Ensures that the token's liquidity pool meets your minimum requirements.

#### 2.5 Selling Strategies <a href="#id-25-selling-strategies" id="id-25-selling-strategies"></a>

You can choose one of the following selling strategies for your copy trading:

* **CopySell**: Follow the target's selling actions directly.
* **Fixed TP/SL**: Set a fixed Take Profit/Stop Loss for the trade.
* **Trailing TP/SL**: Set a trailing Take Profit/Stop Loss to follow the target's trade.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.tradewithlash.com/modules/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.
