Install
openclaw skills install polymarket-mispricing-eventsDetects mispricings on Polymarket by cross-referencing Kalshi and Manifold consensus probability, then trades the gap using Kelly criterion sizing. Enters when estimated true probability diverges from Polymarket price by 15%+ with confirmation from at least one external platform.
openclaw skills install polymarket-mispricing-eventsDetects and trades mispricings on Polymarket by comparing market prices against a consensus probability estimated from Kalshi and Manifold using fuzzy title matching.
Cross-platform prediction market arbitrage. When two independent markets disagree by 15%+ on the same event, one of them is wrong. This skill bets on the consensus.
| Variable | Default | Description |
|---|---|---|
| SIMMER_API_KEY | required | Your Simmer API key |
| TRADING_VENUE | sim | sim for paper, live for real money |
| EVENTS_ENTRY_THRESHOLD | 0.15 | Minimum gap to enter (15%) |
| EVENTS_KELLY_FRACTION | 0.25 | Kelly multiplier (0.25 = quarter-kelly) |
| EVENTS_TRADE_SIZE_MIN | 5.0 | Minimum trade size in USD |
| EVENTS_TRADE_SIZE_MAX | 50.0 | Maximum trade size in USD |
| EVENTS_MAX_POSITIONS | 8 | Maximum open positions |
| EVENTS_MIN_LIQUIDITY | 500.0 | Minimum market liquidity |
| EVENTS_MAX_GAP_CAP | 0.35 | Reject gaps > 35% (model likely wrong) |