> For the complete documentation index, see [llms.txt](https://docs.polycop.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.polycop.ai/readme.md).

# Welcome to PolyCop

**PolyCop** is a **Telegram** bot that lets you automatically copy trades from profitable "smart money" wallets on **Polymarket** — the world's largest prediction market.

No manual monitoring. No missed entries. Just set your target wallet, configure your parameters, and let the bot trade for you.

## Why PolyCop?

* **Ultra-fast execution**
  * 30% of copy trades execute in 0 blocks (0 seconds), giving you the same entry price as high-frequency traders.&#x20;
  * The remaining 70% execute in 1 block.
* **Flexible copy settings** — Copy proportionally, set fixed amounts, use limit or market orders, and configure stop-loss / take-profit per trader.
* **Full capital control** — Set max spend per trade, per market, and per Yes/No position. Never over-expose your balance.
* **Sub-wallet isolation** — Assign a dedicated wallet to each copy target for clean, independent fund management.

![](/files/UMyDf5uduB5ANlpZnJzX)

## What You Can Do with PolyCop

* **Copy Trading** — Mirror any wallet with market or limit orders. Fine-tune with price offsets, expiration times, per-market caps, proportional sizing, and minimum-amount handling.
* **AFK Auto Trade** — Automated strategies on BTC, ETH, SOL & XRP short-term markets, with optional MACD / KDJ / ATR filters.
* **Manual Trading** — Trade any market with a live order book, directly in Telegram.
* **AI Wallet Analysis** — Paste any address and get a full copyability report in seconds.
* **Wallet & Position Management** — Multiple main wallets, sub-wallets, private key import/export, and withdrawals.

## How to Start Copy Trading — 3 Steps

1. **Set up your wallet and deposit** → Fund it with USDC/USDT/... (min. $50 to start copy trading)
2. **Find a smart money wallet** → Use the PolyCop Leaderboard, Polymarket Top Holders, or in-bot AI analysis&#x20;
3. **Start copying** → Configure your settings and tap Active ✅

More details: \[[Wallet Setup](https://docs.polycop.ai/getting-started/wallet-setup)] → \[[Discover Wallets](https://docs.polycop.ai/discover-wallets)] → \[[Copy Trade](https://docs.polycop.ai/copy-trading)]

##

## Copy Trading Features

{% hint style="info" %}
PolyCop offers the most advanced copy trading toolkit on Polymarket — and with that comes depth. It might feel overwhelming at first, but every parameter is there for a reason. Take your time to discover the right wallets, fine-tune your settings, and run a backtest before going live. The results are worth the effort.
{% endhint %}

* **Limit Order Copying:**
  1. Supports setting a price offset, copy at a price higher or lower than the trader’s.
  2. Supports setting an expiration time for limit orders.
  3. Supports market order copying.
  4. Allows setting a maximum buy amount per Yes/No.
  5. Allows setting a total position.
  6. Supports copying trades **proportionally to the trader’s position size**.
  7. When your calculated trade amount (based on your copy ratio) is **below the minimum trade limit**, you can choose either to **copy at the minimum amount** or **skip the trade**.
* **Position Management:** View current positions and manually close (sell) them.
* **Wallet Management:** Supports importing/exporting private keys and withdrawals.
* **Copy Backtesting**

<img src="/files/QGGejHBHD8iWQ1g3TLSB" alt="" width="375">

<figure><img src="/files/NwWKJVPYphhtUV61vf4H" alt="" width="375"><figcaption></figcaption></figure>

<p align="center">Copy Backtesting：<a href="https://polycop.fun/copy-backtest">https://polycop.fun/copy-backtest</a></p>

## Find smart money wallets

You can find **smart money wallets** through the following methods:

1. **Recommendations on X (Twitter)**.
2. **Top Holders list** under each market on the **official Polymarket website**.
3. The following third-party sites:
   * <https://polymarket.com/leaderboard>

To learn more, please check "[Discover Wallets](/discover-wallets.md)"

## How to set up copy trading?

<details>

<summary>Two principles for setting copy trading parameters:</summary>

1. **Match the position ratio of the target address**.
2. Don’t spend all your funds too quickly, to avoid small fluctuations wiping out your principal.

With small capital, results rely more on luck. Having **sufficient capital** and following these principles leads to more reasonable and stable settings.

To learn more, please check "[How to Copy](/copy-trading/how-to-copy.md)"

</details>

## What kind of smart money is worth copying?

<details>

<summary>What kind of smart money is worth copying?</summary>

1. **Consistently profitable over time**.
2. **Has a large gap between profit and loss,** the total profit amount should be significantly higher than the total loss amount.
3. **Operates in markets with sufficient liquidity**, so when you copy their trades, you can enter at similar prices and with comparable position sizes.

If you’re not certain but you trust them, test first.

</details>

A **PolyCop user** **turned $305 into $48,786** using copy trading, In just 30 days. 🚀

Click the Use /tradingcompetition command in PolyCop Bot to view the details, and Verify the authenticity on Polymarket and a blockchain explorer.

[PolyCop Bot - New York](https://t.me/PolyCop_BOT?start=contest_back)

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

<p align="center">Polymarket Profile Link: <a href="https://polymarket.com/@ryanbignose#IHaLgz8">https://polymarket.com/@ryanbignose#IHaLgz8</a></p>

Good luck everyone, go explore **copying strategies** and discover more **profitable smart money addresses** on **Polymarket**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.polycop.ai/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
