⚠ 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

Rule-Risk Discount

strat.rule-risk-discount
Strategy planned Spec started frozen

Rule-Risk Discount fades Polymarket binary markets where the resolution rule is ambiguous and the current market price does not reflect that ambiguity

What it does

Rule-Risk Discount fades Polymarket binary markets where the resolution rule is ambiguous and the current market price does not reflect that ambiguity risk. When a market's price implies high certainty but the resolution rule has a significant ambiguity score, the bot takes the opposite position to capture the mean-reversion when uncertainty is priced in.

Pipeline placement

runs after: Observation bus / internal analytics Rule-Risk Discount runs before: Risk guardrail pipeline

Applies to: Polymarket binary markets where resolution rule ambiguity score exceeds min_ambiguity_score and the market price underwe

Why it matters

If this failsConsequence
Ambiguity resolves faster than expectedThe resolution oracle definitively resolves the ambiguous rule before the expected uncertainty is priced in, moving the market against the fade position.
Stale input dataActing on stale signals for Rule-Risk Discount produces trades based on outdated market conditions, generating adverse fills.
KillSwitch not respectedEmitting OrderIntents while KillSwitch is active bypasses risk controls.

Inputs

Polymarket inputs

InputSourceRequiredUse
CLOB book (mid, depth, spread)ws_marketrequiredRead current market price and available depth for order sizing.
Market status (open/closed/resolved)clob_publicrequiredSkip closed or resolved markets.

Internal inputs

InputSourceRequiredUse
KillSwitch active flagKillSwitchrequiredAbort all intent emission if KillSwitch active.
Rule-Risk Discount analytics signalinternal (analytics engine)requiredProvides the core Rule-Risk Discount signal that drives trade decisions.
Builder code bytes32internal configrequiredInjected into builder field on every signed V2 OrderIntent.

Authority

What this bot is permitted to do

Trade

State

Readiness

Spec started

Status

planned

Class

Alpha Strategy

Default mode

shadow_only

Developer owner

Polytraders core — Strategy pod

Capital impact

Direct

Reason codes emitted

CodeSeverityMeaningAction
RRD_TRADEINFOAll gates passed. IOC OrderIntent emitted for Rule-Risk Discount.Emit IOC OrderIntent.
RRD_MARGINALWARNEdge is within the warning threshold; size reduced 50%.Emit at 50% size; log warning.
RRD_NO_EDGEINFOEdge below hard floor. Skipping.Skip; emit sampled DecisionReport.
RRD_HARD_REJECTHARD_REJECTA critical gate condition blocked the trade (stale data, kill switch, or hard parameter breach).Skip; no OrderIntent.
KILL_SWITCH_ACTIVEHARD_REJECTGlobal kill switch is active.Skip all markets; no OrderIntents emitted.

Used by

Reverse index — strategies that currently reference strat.rule-risk-discount. If you change this bot's authority or reason codes, these strategies must re-pass shadow.

StrategyStateActivity
AI Frontier — release-day takerfrozenlast triggered 12m ago
NBA props — line-shopdemo-wiredlast triggered 19m ago
Crypto Q2 — basket rebalancefrozenlast triggered 26m ago

Showing 3 of 3 · demo-wired ≠ production-live

Why this matters

Strategy bots does NOT sign, route, or directly submit orders to the chain. Understanding the authority boundary prevents misuse and makes promotion-gate reviews faster and more reliable. View raw spec JSON →
Polytraders Operator UX Mock · INTERNAL · demo-wired ≠ production-live · the plan · reason codes · shadow-mode pipeline
⚙ Page Configuration
Current page settings
Loading configuration…