Skip to main content
Resolution Sniping monitors news sources and uses LLM analysis to detect when a prediction market’s underlying event has resolved. When resolution is detected with high confidence, it generates aggressive quotes to buy the resolving side near parity.

Standalone Scan

Pipeline Mode

Integrate sniping into your hz.run() pipeline:
When resolution is detected:
  1. Fetches latest news from configured RSS sources
  2. LLM evaluates if the event has definitively resolved
  3. If confidence >= threshold: generates aggressive quote at near-parity
  4. Tracks already-triggered markets to avoid double-sniping

Configuration

Kalshi Markets

The MCP sniper_scan tool supports Kalshi markets via the exchange parameter. Market discovery will pull from Kalshi instead of Polymarket:
The resolution detection logic (news + LLM) is exchange-agnostic: it works identically for both Polymarket and Kalshi markets.

How It Works

Confidence Tuning

Higher confidence = fewer trades but higher accuracy. Lower confidence = more trades but risk of sniping before actual resolution.

Types

ResolutionSignal

SniperConfig