StrategyRegistry
StrategyRegistry is the single source of truth for which strategy is at which lifecycle stage and under what authority.
What it does
StrategyRegistry is the single source of truth for which strategy is at which lifecycle stage and under what authority. It stores stage metadata, promotion history, linked artefacts, and live-cap policy.
Pipeline placement
Applies to: Every registered strategy bot at every lifecycle stage
Why it matters
| If this fails | Consequence |
|---|---|
| No centralised registry | Multiple bots may execute strategies at conflicting stages, making audits impossible. |
| Promotion without recorded approval | Compliance audit finds no evidence trail; promotion may need to be reversed. |
Inputs
Polymarket inputs
| Input | Source | Required | Use |
|---|---|---|---|
| None — StrategyRegistry is a pure internal governance store | internal | optional | N/A |
Internal inputs
| Input | Source | Required | Use |
|---|---|---|---|
| Promotion requests from governance pod | internal | required | Record stage transitions and approver identities. |
| Backtest report artefact reference | gov.backtester | required | Link the artefact to the strategy record before shadow promotion. |
Authority
What this bot is permitted to do
State
Readiness
Spec started
Status
planned
Class
Governance Service
Default mode
shadow_only
Developer owner
Polytraders core
Capital impact
Indirect
Reason codes emitted
| Code | Severity | Meaning | Action |
|---|---|---|---|
| STRATEGY_PROMOTED | INFO | A strategy was successfully promoted to the next stage. | Log and emit OperationsReport. |
| STRATEGY_DEMOTED | WARN | A strategy was demoted due to drift. | Record demotion; emit OperationsReport. |
| PROMOTION_GATE_FAILED | HARD_REJECT | A promotion request did not meet the required gates. | Reject promotion; emit alert. |
| STRATEGY_DRIFT_DETECTED | WARN | Drift signal received; auto-demote disabled. | Emit WARN; no stage change. |
| KILL_SWITCH_ACTIVE | WARN | KillSwitch active; promotion requests are deferred. | Defer request; emit WARN. |
Related bots in Governance & Ops
Used by
Reverse index — strategies that currently reference gov.strategyregistry. If you change this bot's authority or reason codes, these strategies must re-pass shadow.
| Strategy | State | Activity |
|---|---|---|
| AI Frontier — release-day taker | frozen | last triggered 34m ago |
| NBA props — line-shop | demo-wired | last triggered 41m ago |
| Crypto Q2 — basket rebalance | frozen | last triggered 1m ago |
Showing 3 of 3 · demo-wired ≠ production-live
Why this matters
Governance & Ops bots does NOT propose, approve, or block trades; only observes and reports. Understanding the authority boundary prevents misuse and makes promotion-gate reviews faster and more reliable. View raw spec JSON →