The real question on a 5m BTC window is how the book's implied probability compares with where spot actually is. This overlays Binance spot on the Polymarket book, turns that comparison into one call, and lets you paper trade the idea before any money moves.
A Rust server over Polymarket's crypto prediction markets with live Binance spot prices overlaid. It covers discovery, quantitative analysis, paper trading and live order placement, and its core library can be imported directly with no MCP dependency.
- Markets discovered across 6 assets — BTC, ETH, SOL, XRP, DOGE, BNB — and market types running from 5m windows up to monthly, filtered and sorted by spread or volume
- A snapshot of the current 5m or 15m window: time remaining, spot, both UP/DOWN sides with best bid and ask, spread and depth
- A richer briefing on that window — spot move since open, 1-hour volatility, fee breakeven and a tradeability score per side
- Order book depth and spread analysis, plus the current spot price for the underlying
- One combined market analysis: momentum, book dynamics, probability-spot divergence and whale flow
- Whale detection off the live Polymarket trade stream, plus alerts for spread narrowing, depth spikes and approaching windows
- Fee-adjusted paper trading with full portfolio tracking, and trade simulation before anything is committed
Rust to build. Live trading uses Polymarket's official SDK and passes a triple gate: dry run by default, explicit confirmation, and a risk manager with daily loss limits, drawdown tracking and consecutive-loss halts. It is mainnet-tested.
One command — cargo install crypto-conduit-mcp
