Intelligence — 17 bots
Ingest external data — news, on-chain, social, oracles, resolution rules
Total bots
17
Frozen
17
Demo-wired
0
Production-live
0
Spotlight bots
intel.resolutionruleparser
Convert each market's resolution rule into a structured representation: source-of-truth, condition, ambiguity score.
All Intelligence bots
| Bot | Class | Authority | Status | Readiness | Wired? | Purpose |
|---|---|---|---|---|---|---|
| AnomalyDetector intel.anomalydetector | Signal Service | Read-only | planned | Spec started | Flag statistical anomalies in book, trades, or feed data for human review. | |
| ContradictionDetector intel.contradictiondetector | Signal Service | Read-only | planned | Spec started | Surface markets whose resolution rule contradicts itself, the title, or a parent neg-risk constraint. | |
| CrossMarketGraph intel.crossmarketgraph | Signal Service | Read-only | beta | Limited live | CrossMarketGraph builds and maintains a directed graph of semantically equivalent and logically linked Polymarket markets by embedding market titles a | |
| LiquidityDecayMonitor intel.liquidity_decay_monitor | Signal Service | Observe | planned | Spec ready | Tracks how quickly inside liquidity decays after our orders rest on the book. | |
| LiquidityForecastModel intel.liquidityforecastmodel | Signal Service | Read-only | planned | Spec started | Predict near-term book depth and trade pacing per market for sizing decisions. | |
| MarketResolutionWatcher intel.market_resolution_watcher | Signal Service | Observe | planned | Spec ready | Watches the on-chain resolution state of every active Polymarket market. | |
| MarketOntologyBuilder intel.marketontologybuilder | Signal Service | Read-only | planned | Spec started | Cluster markets into events, themes, and underlying entities for cross-market reasoning. | |
| NewsIngest intel.newsingest | Signal Service | Read-only | live | General live | NewsIngest continuously pulls news from external feeds (RSS, partner APIs), resolves named entities to Polymarket market IDs via the Gamma API, and sc | |
| OnChainWatcher intel.onchainwatcher | Signal Service | Read-only | beta | Limited live | OnChainWatcher monitors Polygon on-chain events for a configured list of high-signal wallet addresses, detecting CTFExchangeV2 order fills, position t | |
| OracleWatcher intel.oraclewatcher | Signal Service | Read-only | live | General live | OracleWatcher streams the UMA Optimistic Oracle on-chain, detecting assertion proposals, dispute filings, DVM debate escalations, and final vote outco | |
| OrderFlowAnalyzer intel.orderflowanalyzer | Signal Service | Read-only | live | General live | OrderFlowAnalyzer subscribes to ws_market for real-time trade prints and clob_public for order-book snapshots, then classifies each flow event as toxi | |
| ResolutionRuleParser intel.resolutionruleparser | Signal Service | Read-only | planned | Spec started | Convert each market's resolution rule into a structured representation: source-of-truth, condition, ambiguity score. | |
| RuleChangeMonitor intel.rulechangemonitor | Signal Service | Read-only | planned | Spec started | Detect and emit any post-listing edit to a market's resolution rule. | |
| SocialSentiment intel.socialsentiment | Signal Service | Read-only | planned | Spec started | Lightweight, secondary social-sentiment input — never primary trigger. | |
| SourceOfTruthVerifier intel.sourceoftruthverifier | Signal Service | Read-only | planned | Spec started | Sanity-check that the source listed in a market's rule actually publishes what's needed for resolution. | |
| SportsFeed-Adapter intel.sportsfeed-adapter | Signal Service | Read-only | beta | Limited live | SportsFeed-Adapter ingests structured sports data from league APIs (NBA, NFL, EPL, ATP/WTA, MLB) and odds-feed providers, normalises it into a canonic | |
| Wallet Flow Classifier intel.wallet-flow-classifier | Signal Service | Read-only | planned | Spec started | Score on-chain wallets on historical edge over a long window — emitted as a feature, never as a copy-trade signal. |
Why this matters
Understanding which family a bot belongs to is the first step to understanding what it can and cannot do. Intelligence bots does NOT propose, veto, sign, or execute any trade — this boundary is enforced in code and visible in every bot's authority chips.