Cluster · Handbook hub

Paper mode and risk limits for Polymarket bots

The difference between a bot and a liability is usually not the signal — it is whether you can stop the loop when the book, the path, or the fee model looks wrong.

Paper mode is not optional

Paper mode means the strategy runs against live (or realistic) market data without sending live orders — or with size so small it is effectively a canary. If a tool cannot paper, treat it as unfinished.

Risk limits that actually fire

ControlWhat it prevents
Max size / max open riskOne bug becoming full account risk
Max loss / drawdown killA bad day becoming a bad month
Stale data killTrading on a dead WebSocket
Fee floor checkEdge that only exists without Θ
Manual haltYou can stop it without SSH archaeology

Operator sequence

  1. Route correctly — US vs International
  2. Model fees inside the loop
  3. Paper until the kill switches fire when you expect them to
  4. Go live at canary size — not “full size because paper looked fine”

Diligence any vendor against this list — see best Polymarket trading bots.

Bot for Polymarket is built around paper mode and risk limits. Join the waitlist for product updates.

Trust & Diligence Desk · Updated 2026-07-08

Join the waitlist

Get product and operator updates. Paper mode and risk limits first. No spam.

More guides