# How to Copy

✅️ Indicates a copy trade setup is active.\
❌ Indicates a copy trade setup is paused.

## Set Up Copy Task

{% stepper %}
{% step %}

#### **Access Copy Trade**

Type `/copytrade` in the PolyCop Bot chat, or access it from the main menu. Then click on `+Create Copy Trade`

<figure><img src="/files/k37Wm2Px8RqYR9a3qnFr" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### **Add a Target Wallet**

Paste the **Wallet Address** or **Polymarket Profile Link** of the trader you want to follow into the bot chat. The bot will generate a control panel for that specific target.

<figure><img src="/files/MoPQlhNUgj9CwHym2Tyb" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Configure Your Copy Settings

Before activating, configure your copy parameters. You can either:

* Set **Default Copy Trading Settings** — applies to all new copy tasks automatically
* Or customize settings **per individual target**

{% hint style="info" %}
For a full explanation of every parameter, see the [**Parameter Guide**](/copy-trading/copy-trading-settings-guide.md#parameter-guide)
{% endhint %}
{% endstep %}

{% step %}

#### Activate the Task

Click **"Active"** — the button turns **Green ✅**.

{% hint style="warning" %}
Make sure you have enough **Available USDC** in your PolyCop wallet. Funds locked in open positions cannot be used for new copy trades.
{% endhint %}
{% endstep %}

{% step %}

#### Stop or Pause

* **Pause**: Toggle the task off (turns ❌). No new trades will be copied, but existing positions remain open.
* **Delete**: Removes the copy task entirely. Existing positions are **not** automatically closed.
  {% endstep %}
  {% endstepper %}

## Key Mechanics to Understand

How buy amounts are calculated

> Your copy buy value = **Target's trade value × Your percentage**
>
> *Example: Target buys $200, your copy % is 10% → You buy $20*

How sell amounts are calculated

> Your sell value = **Target's sell value ÷ Target's position × Your position**
>
> Selling is proportional — if the target sells 50% of their position, you sell 50% of yours.

## Quick-Start Checklist

* [ ] Paste target wallet address into the bot
* [ ] Set Copy Percentage or Fixed Amount
* [ ] Enable "Below Min Limit, Buy at Min" if using small %
* [ ] Set "Ignore Target Wallet Trades Under" to $5–$10 (filters dust trades)
* [ ] Set a Max Spend limit to protect your capital
* [ ] Click **Active** ✅


---

# 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.polycop.ai/copy-trading/how-to-copy.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.
