> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kreo.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Methods

> Configure how this task reacts to the trader's activity.

<Frame>
  <img src="https://mintcdn.com/kreo/WcMzNkUw_zunXiXH/images/Screenshot-2026-07-13-at-10.07.29-AM.png?fit=max&auto=format&n=WcMzNkUw_zunXiXH&q=85&s=2adf868066edddcfe74a6d31fbff2376" alt="Screenshot 2026 07 13 At 10 07 29 AM" title="Screenshot 2026 07 13 At 10 07 29 AM" className="mx-auto" style={{ width:"62%" }} width="1242" height="779" data-path="images/Screenshot-2026-07-13-at-10.07.29-AM.png" />
</Frame>

| Method                  | What it does                                                                                                                                                                                                                                                                                                                             |
| :---------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Follow Buys**         | When the trader buys, you buy the same market. Turn off to only track sells                                                                                                                                                                                                                                                              |
| **Copy Sells**          | When the trader sells, you sell your position too. Exit when they exit                                                                                                                                                                                                                                                                   |
| **Buy on Sells**        | When the trader sells, you buy the same side instead. Buy the dip on their exits                                                                                                                                                                                                                                                         |
| ↔️**Counter Trade**     | Take the opposite side of every trade. If they buy YES, you buy NO                                                                                                                                                                                                                                                                       |
| 🎯 **Copy Side**        | Only copy YES trades, only NO trades, or both sides                                                                                                                                                                                                                                                                                      |
| **Copy Merges**         | When the trader merges their YES+NO shares back to cash, your pairs from this task get merged too. Locks in profit when they do                                                                                                                                                                                                          |
| **Copy Splits**         | When the trader splits cash into YES+NO pairs, this task splits too, sized by your buy settings. Costs \$1 per pair and respects your spend caps and market filters. Also copies conversions on multi-outcome markets — when the trader swaps NO shares into YES on other outcomes, your task-held NO shares convert too (no cash spent) |
| **Auto-Merge**          | When you hold one side, automatically buys the opposite if both sides together cost less than \$1.00 per share. Merges them for guaranteed profit                                                                                                                                                                                        |
| 📋 **Price Match Mode** | Place orders at the exact price the trader got instead of market price. Your order waits to fill at that price or better — you never overpay                                                                                                                                                                                             |
| 🔁 **Retries**          | How many times to retry an order on transient failures (price moved, balance not refreshed, etc.). Applies to buys and sells. Default is 3, range 0–5. Set 0 to use default                                                                                                                                                              |

**📋 Price Match**

<Frame>
  <img src="https://mintcdn.com/kreo/3KeiYT4UWc0EjOOe/images/Screenshot-2026-04-28-at-1.05.36-AM.png?fit=max&auto=format&n=3KeiYT4UWc0EjOOe&q=85&s=8febb350a2531cfe10e3437243ea9c14" alt="Screenshot 2026 04 28 At 1 05 36 AM" title="Screenshot 2026 04 28 At 1 05 36 AM" className="mx-auto" style={{ width:"49%" }} width="1210" height="1511" data-path="images/Screenshot-2026-04-28-at-1.05.36-AM.png" />
</Frame>

**How it Works**

When enabled, instead of filling at whatever the current market price is, the bot places a limit order at the trader's exact entry price (or better).

**Buy Limit / Sell Limit**

| Setting        | What it means                                                         |
| :------------- | :-------------------------------------------------------------------- |
| **Buy Limit**  | When on, buy orders are placed as limit orders at the leader's price  |
| **Sell Limit** | When on, sell orders are placed as limit orders at the leader's price |

**Offset**

How far from the trader's price to place your limit order. Two modes:

| Mode        | How it works                         | Example                                             |
| :---------- | :----------------------------------- | :-------------------------------------------------- |
| **Percent** | Offset scales with price             | 4% off \$0.30 = \$0.288 \| 4% off \$0.09 = \$0.0864 |
| **Cents**   | Flat dollar shift, price-independent | 4¢ off any price = always \$0.04 less               |

Use **Cents** when you want consistent slippage across all markets. Use **Percent** when you want your edge to scale with the price level.

**Direction**

* **Above**: places limit above trader's price = easier fills but slightly worse price
* **Below**: places limit below trader's price = better price but may not fill if market moves away

**Duration**

How long the limit order stays active before auto-cancelling. Polymarket automatically adds +60 seconds to all durations.

* Set **0** = GTC (Good Till Cancelled) — stays open until filled or manually cancelled

<Note>
  Recommended for most users. Orders may not fill if the price moves away quickly.
</Note>
