# Copy Trade

{% hint style="info" %}
Settings marked with an asterisk \* are required fields
{% endhint %}

***

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FieEGvvfI1urS5EtlSE2Z%2Fuploads%2FIAdzNTSEK6J1deOcWZnJ%2F0902(2).mp4?alt=media&token=4fd71582-0c7c-45ec-8d13-17160b21e1d6>" %}

{% stepper %}
{% step %}

### Copy Trade

#### <mark style="color:orange;">Trader Buy</mark>

The range of SOL trades that should be copied. Any trade outside of these values will not be copied.

{% code overflow="wrap" %}

```
For example

If you use limits of min 1 SOL & max 5 SOL, when the trader spends less than 1 SOL or over 5 SOL, you will not copy any of these trades.
```

{% endcode %}

{% hint style="success" %}
HINT: To copy all trades, leave both fields empty
{% endhint %}

#### <mark style="color:orange;">Buy Amount</mark>

The range of SOL you will use to buy when using a CT buy percentage.

{% hint style="info" %}
This setting is used in partnership with CT Buy Percentage
{% endhint %}

#### <mark style="color:orange;">CT Buy Percentage</mark>

What % of the traders buy you should buy with.

{% hint style="danger" %}
This setting is restricted by your buy amount limits
{% endhint %}

{% code overflow="wrap" %}

```
For example

If a trader spends 10 SOL, and you use 50% buy percentage, you will spend 5 SOL buying the token.

If you use a buy amount range of min 1 SOL & max 4 SOL, 5 SOL is outside of this range and your buy will be 4 SOL as it is your maximum buy amount.
```

{% endcode %}

#### <mark style="color:orange;">Unique Purchase</mark>

Purchase a token whenever a trader buys it for their first time

#### <mark style="color:orange;">Seller With Trader</mark>

Sell the same % of your position as the trader

{% code overflow="wrap" %}

```
For example

If a trader spends 10 SOL and you spend 5 SOL copying them.

When the trader sells 2 SOL (20% of their position), you will sell 20% too (1 SOL).
```

{% endcode %}

#### <mark style="color:orange;">Platform\*</mark>

Select what platforms to copy trades from

{% hint style="success" %}
HINT: You can select multiple platforms
{% endhint %}

#### <mark style="color:orange;">Trader Addresses\*</mark>

What wallet addresses to copy trades from

{% hint style="success" %}
HINT: To copy multiple wallets, separate them by a comma ","
{% endhint %}

<figure><img src="/files/7FnTqrRqWsyrsIjY2nXV" alt=""><figcaption><p>Images are for illustrative purposes only</p></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://guide.lunar.trade/lunar-cloud/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.
