⚠ 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

FundingRotationBot

strat.fundingrotationbot
Strategy planned Spec started frozen

FundingRotationBot manages idle pUSD capital by rotating between pre-approved safe-yield routes and Polymarket deployment, ensuring the user's deploya

What it does

FundingRotationBot manages idle pUSD capital by rotating between pre-approved safe-yield routes and Polymarket deployment, ensuring the user's deployable budget is efficiently allocated without exceeding configured reserve requirements. All rotation decisions require the user's opt-in and stay within a whitelisted route set.

Pipeline placement

runs after: Observation bus / internal analytics FundingRotationBot runs before: Risk guardrail pipeline

Applies to: User pUSD balances that exceed idle_threshold_usd after maintaining min_reserve_pct, eligible for rotation to whiteliste

Why it matters

If this failsConsequence
Yield route fails while capital is deployedIf the external yield route experiences issues while capital is locked in it, the bot may be unable to recall capital to Polymarket when new opportunities arise.
Stale input dataActing on stale signals for FundingRotationBot 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.
FundingRotationBot analytics signalinternal (analytics engine)requiredProvides the core FundingRotationBot 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
FRB_TRADEINFOAll gates passed. IOC OrderIntent emitted for FundingRotationBot.Emit IOC OrderIntent.
FRB_MARGINALWARNEdge is within the warning threshold; size reduced 50%.Emit at 50% size; log warning.
FRB_NO_EDGEINFOEdge below hard floor. Skipping.Skip; emit sampled DecisionReport.
FRB_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.fundingrotationbot. If you change this bot's authority or reason codes, these strategies must re-pass shadow.

StrategyStateActivity
NBA H2H — moneyline market-makedemo-wiredlast triggered 26m ago
US Elections — sentiment fadedemo-wiredlast triggered 33m ago
BTC weekly — close-aware quotesdemo-wiredlast triggered 40m 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…