Copy Trading and AI Agent
Copy trading and AI Agent are the core modules that move PolyEdge from “signal discovery” to “automated execution.” They are suitable for users who already understand prediction market risk and want to systematize the execution of smart-money signals.
Paper Copy Trading
Paper copy trading uses virtual funds and does not affect real assets. It is suitable for:
- Validating whether a wallet is worth following.
- Testing fixed-amount or fixed-ratio copy trading.
- Observing strategy drawdown and fill quality.
- Becoming familiar with the Agent decision chain.
It is recommended to observe at least one full market cycle before deciding whether to go live.
Live Copy Trading
Live copy trading uses real capital, and profit and loss are real. Risk limits must be configured before enabling it.
Key parameters:
| Parameter | Description |
|---|---|
| Copy target | Can be a smart-money wallet or any address |
| Copy mode | Fixed amount or fixed ratio |
| Per-trade limit | Limits the maximum amount per copied trade |
| Daily limit | Limits total daily risk |
| Paper/live | Determines whether real funds are used |
AI Agent Decision Chain
The Agent should not be a “blind executor.” In PolyEdge’s design, the Agent records signal sources, risk-control judgment, execution status, and blocked reasons.
A typical decision chain includes:
- Capture a smart-money trade or odds spike.
- Check the market, liquidity, amount, and user configuration.
- Decide whether the trade matches copy rules.
- Execute the trade or block it.
- Record the result and execution time.
Risk-Control Suggestions
- Paper first, live later.
- Start with a small per-trade limit.
- Do not follow too many highly correlated wallets at the same time.
- Set stricter limits for low-liquidity markets.
- Regularly check order records and copy-trading PnL.
