# Copy Trade

#### **Copy Trading:**

***

### Copy Trade Flow

1. Select Copy Trade Mode

<div align="left"><figure><img src="/files/6RSRm6HdlrBIog5uVi2t" alt="" width="375"><figcaption></figcaption></figure></div>

2. Select Wallet(s).
3. Choose to either copy buy or copy sell.
4. Select ETH Amount spend (Copy % or exact amount).
5. Select 'Sell Only when in Profit'.

<div align="left"><figure><img src="/files/GFL1NTn6lMIqva7qCqh8" alt="" width="375"><figcaption></figcaption></figure></div>

6. Add (or remove) the wallet address of the trader you want to copy.

<figure><img src="/files/1Xb8Fdf9vra0XGygPrGW" alt=""><figcaption></figcaption></figure>

### Important Notes

***

* If there’s no sufficient ETH amount (should be Max ETH + 0.05 ETH) in the wallet, cannot switch the wallet to active
* Default copy buys on, copy sells off
* Default Max Spend is 0.1 ETH, minimum amount that can be entered: 0.01 ETH
* You can choose to copy % amount or copy the exact amount.
* Copy % amount: it looks at the ETH spent by the watched wallet as a percentage of the total ETH owned, then multiplies the percentage by the user's total ETH. The result of this multiplication is compared to the max ETH spend. The smallest number is taken.
* Copy exact amount: directly takes the ETH spent by the watched wallet, compares it to the max ETH spend, and takes the smallest number.
* There is an option to sell only when in profit, to safeguard the earlier mentioned process, if the sell price is lower than the buy price. Users can also choose not to activate this feature.

***

Join our [Telegram channel](https://t.me/Mr_JamesBot) to start your trading mission!


---

# 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.jamesbot.ai/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.
