# Copytrade

### 1. Create Task

* Enter desired task name
* Select Polymarket CT
* Enter Polygon Wallet Private key
* Select desired Rpc
* Select Desired Proxy Group

{% hint style="info" %}
Proxies can be used to bypass the region lock found on Polymarket. please see the following link for a full  list of blocked regions. <https://docs.polymarket.com/polymarket-learn/FAQ/geoblocking>
{% endhint %}

* wallet private key - Enter your METAMASK POLYGON private key here.
* Max concurrent Positions - Enter your desired max open concurrent positions.
* Allow Multiple Buys Same Market - Select to allow the task to make multiple buys on the same market

<figure><img src="/files/aMlWCQam7Vv0sKEQQHbQ" alt=""><figcaption></figcaption></figure>

### 2. Order Settings

#### Order Type

FOK (Fill-Or-Kill)&#x20;

* &#x20;A Fill-Or-Kill order is an market order to buy (in dollars) or sell (in shares) shares that must be executed immediately in its entirety; otherwise, the entire order will be cancelled.
* Slippage % - Enter desired slippage %

<figure><img src="/files/ZEX5q1Nzm2QzBWWCC3Oj" alt=""><figcaption></figcaption></figure>

FAK Fill-And-Kill&#x20;

* A Fill-And-Kill order is a market order to buy (in dollars) or sell (in shares) that will be executed immediately for as many shares as are available; any portion not filled at once is cancelled.
* Slippage % - Enter desired slippage %

<figure><img src="/files/JZv7BS50BuIIEajeDDBt" alt=""><figcaption></figcaption></figure>

GTC Good-Til-Cancelled&#x20;

* &#x20;A Good-Til-Cancelled order is a limit order that is active until it is fulfilled or cancelled.
  \*

<figure><img src="/files/mOKiTIKbTboJjM1ZwySl" alt=""><figcaption></figcaption></figure>

GTD Good-Til-Date&#x20;

* A Good-Til-Date order is a type of order that is active until its specified date (UTC seconds timestamp), unless it has already been fulfilled or cancelled. There is a security threshold of one minute. If the order needs to expire in 90 seconds the correct expiration value is: now + 1 minute + 30 seconds

<figure><img src="/files/45DEVqR4lcQdab1TYOeg" alt=""><figcaption></figcaption></figure>

### 3. Copy Trading Settings

<figure><img src="/files/m0oKZOk2hIJMSKCI6uCP" alt=""><figcaption></figcaption></figure>

### 4. Other settings

<figure><img src="/files/ZaQ0qJBw8Yb5yDuXcIuU" alt=""><figcaption></figcaption></figure>

### 5. Position Page

<figure><img src="/files/qR6rtlRkZKgbZ85xWZxk" alt=""><figcaption></figcaption></figure>


---

# 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/polymarket/copytrade.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.
