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

# Copytrade

> Automatically mirror the trades of top Polymarket wallets in real time

Tap **Copytrade** from the main menu to view and manage your copy trading subscriptions.

The dashboard shows how many traders you are following and the latest realized stats for each subscription.

<Note>
  P\&L is realized only: closed round-trips and settlements are included. Open positions are not included.
</Note>

| Field         | Description                               |
| ------------- | ----------------------------------------- |
| Name          | Subscription nickname                     |
| Mode          | Paper / Monitor / Live                    |
| Trades (legs) | Total number of trade legs executed       |
| Wins / Losses | Closed profitable vs. losing positions    |
| Win rate      | Percentage of winning trades              |
| Volume        | Total traded volume in USD                |
| P\&L          | Realized profit/loss                      |
| Updated       | Timestamp of the latest dashboard refresh |

Use **Manage** to edit a subscription, **Start** to activate a paused subscription, or **Delete** to remove it.

## Modes

Choose how you want to follow a trader:

<CardGroup cols={3}>
  <Card title="Paper" icon="file">
    Simulated trades. Tracks what would have happened with real settings, but no real money is used.
  </Card>

  <Card title="Monitor" icon="bell">
    Notifications only. No trades are placed. Use this to watch a trader before committing funds.
  </Card>

  <Card title="Live" icon="circle-dot">
    Real orders placed with your funds. Requires explicit confirmation before enabling.
  </Card>
</CardGroup>

## Creating a subscription

Tap **New Subscription** and follow the 4-step wizard:

<Steps>
  <Step title="Step 1 — Wallet address">
    Enter the Polymarket wallet address you want to copy.

    Example: `0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045`
  </Step>

  <Step title="Step 2 — Nickname">
    Give this trader a label for easy identification.

    Example: `Whale Trader`, `Top Performer`
  </Step>

  <Step title="Step 3 — Mode">
    Select **Paper**, **Monitor**, or **Live**.

    | Mode    | Description                         |
    | ------- | ----------------------------------- |
    | Paper   | Virtual trades only, no real orders |
    | Monitor | Alerts only, no trades              |
    | Live    | Real trades with your wallet        |

    <Warning>
      Selecting **Live** will place real orders with real funds. You will be asked to confirm with **Enable Live** or switch back with **Keep Paper**.
    </Warning>
  </Step>

  <Step title="Step 4 — Settings">
    Configure the subscription behaviour.

    | Setting                      | Description                                                   |
    | ---------------------------- | ------------------------------------------------------------- |
    | Size                         | How much to trade relative to the copied trader, e.g. `1.0x`  |
    | Trade alerts                 | Notify when the trader places a trade                         |
    | Limit alerts                 | Notify when a copied limit order is triggered                 |
    | Min Buy                      | Minimum order size to copy                                    |
    | Max Buy                      | Maximum order size to copy                                    |
    | Max Spend Per Market         | Cap on total spend per single market                          |
    | Daily Spend                  | Cap on total daily spend                                      |
    | Slippage                     | Max allowed slippage (default: 5%)                            |
    | Max Days Out                 | Skip markets expiring beyond X days                           |
    | Min Liq                      | Minimum market liquidity                                      |
    | Min Vol                      | Minimum market volume                                         |
    | Min Price                    | Minimum contract price to copy                                |
    | Max Price                    | Maximum contract price to copy                                |
    | Categories                   | Market categories to copy, or all categories                  |
    | Follow Buys                  | Copy the trader's buy orders                                  |
    | Copy Sells                   | Copy the trader's sell trades                                 |
    | Outcome                      | Filter by Yes/Up, No/Down, or all outcomes                    |
    | Stop Loss                    | Auto-close copied position at a loss threshold                |
    | Take Profit                  | Auto-close copied position at a profit threshold              |
    | Max task PnL drawdown        | Pause the subscription when realized P\&L drops from its peak |
    | Max consecutive losing exits | Pause after consecutive losing exits                          |
    | Successful fills             | Notify when your copied order fills                           |
    | Failed fills                 | Notify when a copied order fails                              |

    New subscriptions default **Copy Sells** to on. Turn it off if you only want to follow buys.
  </Step>
</Steps>

## Subscription detail page

Tap **Manage** on any subscription to open its detail page. From here you can:

| Action             | Description                             |
| ------------------ | --------------------------------------- |
| Start / Pause      | Enable or pause the subscription        |
| Edit               | Modify settings without deleting        |
| Logs               | View the raw activity log               |
| Trades             | See trades made by the copied trader    |
| My Trades          | See your own copied trades              |
| Positions          | View open copied positions              |
| Reset daily limit  | Reset the daily spend counter           |
| Refresh            | Reload latest stats                     |
| Delete             | Remove this subscription permanently    |
| View in Polymarket | Open the trader's profile on Polymarket |

<Note>
  Statistics show **realized P\&L only** (closed round-trips and settlements). Open positions are not counted until they are closed or settled.
</Note>
