# Copy Trade

This feature allows you to mirror the trades of selected successful traders. Adjust the settings to suit your own risk management and investment strategies.

### Main Menu > Copytrade

<figure><img src="/files/u5LHakyveZlTVXcokRTX" alt=""><figcaption><p>Copy Trade Main Settings</p></figcaption></figure>

### ➕ Add Wallet or Contract to follow

Enter the desired wallet or contract you wish to follow for copy trading.

### 👉 Select user Wallet for CopyTrade

Select your wallet that you wish to copy trade with.

### ⚙️ Define the Copy Trade settings

Click on the Gear button to access Copy Trade settings.

<figure><img src="/files/5sqaQf75ig7QHsnMwJu4" alt=""><figcaption><p>Copy Trade Wallet Settings</p></figcaption></figure>

### **Buys Enabled**

Allows you to automatically copy buy orders from the traders you are following.

Toggle this setting to enable or disable the copying of buy trades.

### **Sells Enabled**

Allows you to automatically copy sell orders from traders you follow.&#x20;

You can choose to automatically copy sell trades from traders you follow.

### **Front Run Buys**

Attempts to execute copied buy orders before the original trader's transaction is processed.&#x20;

This setting allows you to place buy orders slightly ahead of the trader you are copying, potentially securing better entry prices.

### **Front Run Sells**

Executes sell orders slightly ahead of the copied trader's sell orders.&#x20;

Enable this to potentially exit positions at more favourable prices by selling just before the copied trader's sell order is executed.

### **Strict Mempool Buys**

Ensures that buy orders are only executed if they can be processed directly from the mempool for immediate action.&#x20;

This setting restricts copied buys to those that can be acted upon immediately from the mempool, improving the timeliness and relevance of the trade.

### **Strict Mempool Sells**

Limits sell orders to those that can be processed immediately from the mempool.&#x20;

Ensures that sell orders are executed quickly by restricting them to those that can be executed immediately from the mempool.

### **Custom Amount Multiplier Range Min/Max**

Defines the range for scaling the amounts in copied trades relative to the original trades.&#x20;

Set minimum and maximum multipliers to adjust the size of the trades relative to the original, based on your capital and risk appetite.

### **Custom Amount Multiplier Min Original ETH**

Set the minimum original transaction size in ETH for the multiplier to be applied.&#x20;

Set a lower limit on the original trade size in ETH for the multiplier to take effect, ensuring that trades are only scaled from a significant base size.

### **Min Original Buy ETH**

Set the minimum size of the original buy order in ETH that will be copied.&#x20;

Set a threshold for the smallest buy order in ETH that will be copied, ensuring the significance and relevance of the trade.

### **Max Original Buy ETH**

Cap the maximum size of the original buy order in ETH that will be copied.&#x20;

Define the maximum size of the buy order in ETH that will be copied to manage exposure and risk.

### **Custom Max ETH Amount Spent Per Tx**

Limits the maximum amount of ETH that can be spent on a single copied transaction.&#x20;

You can set a cap on the amount of ETH spent on each transaction, ensuring that individual trades do not exceed financial comfort zones.


---

# 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.bitfoot.com/features/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.
