⚠ INTERNAL — Operator UX mock · Design preview of V2 development path · demo-wired ≠ production-live · back to dev guide
Polygon · pUSD 10
📓 Developer Guide 📋 Reason Codes 📈 Shadow Mode
JD John Doe · Admin

Execution — 15 bots

Route, place, amend, cancel — turn intents into on-chain orders

Execution bots translate approved OrderIntents into concrete on-chain orders. They select order type, price, timing, and may split large orders into iceberg children. Execution bots run only after the full Risk Guardrail pipeline has approved an intent. They can reshape orders but cannot change direction, market, or strategy intent. They emit ExecutionPlans signed and submitted to CTFExchangeV2.

Pipeline position: 5th — order construction and submission  ·  This family does NOT propose new positions; only routes and shapes approved intents

Total bots

15

Frozen

14

Demo-wired

1

Production-live

0

Spotlight bots

exec.orderlifecyclemanager
OrderLifecycleManager is the single source of truth for every order's state machine, tracking transitions from intent through terminal state.
exec.smartrouter
SmartRouter translates an approved strategy intent into a concrete executable order by selecting the appropriate order type (FOK, GTC, or GTD), price,

All Execution bots

BotClassAuthorityStatusReadinessWired?Purpose
AntiToxicFill
exec.antitoxicfill
Execution UtilityReshapebetaLimited liveAntiToxicFill detects toxic order-flow patterns on the target market immediately before order submission and reshapes or cancels the ExecutionPlan to
CancelReplaceOptimizer
exec.cancelreplaceoptimizer
Execution UtilityReshapeplannedSpec startedCancelReplaceOptimizer selects the cheapest path to modify a resting order: amend-in-place if queue priority is preserved, or cancel-then-replace if t
DustAndRoundingCleaner
exec.dustandroundingcleaner
Execution UtilityReshapeplannedSpec startedDustAndRoundingCleaner prevents creation of dust positions — holdings so small that their eventual pUSD value at settlement is less than the transacti
ExchangeStatusMonitor
exec.exchangestatusmonitor
Execution UtilityReshapeplannedSpec startedExchangeStatusMonitor treats Polymarket itself as a degradable dependency.
FeeSlippageEstimator
exec.fee_slippage_estimator
Execution UtilityAnnotateplannedSpec readyStamps every approved OrderIntent with an explicit fee + slippage estimate before the order shaper sees it.
FillQualityAnalyzer
exec.fillqualityanalyzer
Execution UtilityReshapeplannedSpec startedFillQualityAnalyzer scores every completed fill on price slippage, execution latency, and post-fill toxicity relative to the original intent.
GasOracle
exec.gasoracle
Execution UtilityReshapeliveGeneral liveGasOracle continuously monitors the Polygon network gas-price environment and advises the execution layer on whether on-chain operations (order submis
LatencyProfiler
exec.latencyprofiler
Execution UtilityReshapeplannedSpec startedLatencyProfiler continuously measures round-trip order submission latency by route and surfaces regressions.
NonceShepherd
exec.nonceshepherd
Execution UtilityReshapeliveGeneral liveNonceShepherd manages the on-chain nonce sequence for the Polytraders signing wallet on Polygon, ensuring that every V2 EIP-712 signed order carries a
OrderAmendCancelManager
exec.order_amend_cancel_manager
Execution UtilityAmend, CancelplannedSpec readyOwns every amend and cancel operation against the CLOB for orders Polytraders has placed.
OrderLifecycleManager
exec.orderlifecyclemanager
Execution UtilityReshapeplannedSpec startedOrderLifecycleManager is the single source of truth for every order's state machine, tracking transitions from intent through terminal state.
PartialFillHandler
exec.partialfillhandler
Execution UtilityReshapeplannedSpec startedPartialFillHandler decides what to do with the unfilled remainder after a partial fill: hold and wait, cancel the remainder, or chase the market by su
PriceBandValidator
exec.pricebandvalidator
Execution UtilityReshapeplannedSpec startedPriceBandValidator is a fat-finger and decimal-shift catcher.
QueueWarden
exec.queuewarden
Execution UtilityReshapeliveGeneral liveQueueWarden polices the rate at which orders and cancel-replace operations are sent to the Polymarket CLOB V2 and manages the maker queue position of
SmartRouter
exec.smartrouter
Execution UtilityReshapeliveGeneral livedemoSmartRouter translates an approved strategy intent into a concrete executable order by selecting the appropriate order type (FOK, GTC, or GTD), price,

Why this matters

Understanding which family a bot belongs to is the first step to understanding what it can and cannot do. Execution bots does NOT propose new positions; only routes and shapes approved intents — this boundary is enforced in code and visible in every bot's authority chips.
Polytraders Operator UX Mock · INTERNAL · demo-wired ≠ production-live · the plan · reason codes · shadow-mode pipeline
⚙ Page Configuration
Current page settings
Loading configuration…