OWN R&D · REAL-TIME TRADING
A goal is scored — and the order hits the exchange within a second.
Kalshi Arb — Our own system that detects goals in live football matches and trades on the Kalshi prediction exchange before the market reprices. Built for real money.
CHALLENGE
On the Kalshi prediction exchange, football markets reprice within seconds of a goal. Whoever learns about the goal earlier and reacts faster still trades at the old price. What decides is the speed of the pipeline from detection to execution — and reliability, because the system works with real money.
SOLUTION
The detection side runs in Slovakia: through the Chrome DevTools protocol it intercepts WebSocket data of live matches directly from data feeds, recognises goal events in binary messages and filters duplicates (20-second debounce).
The signal travels over TCP to an execution server on a US VPS — close to the exchange for latency. It keeps markets pre-loaded and immediately sends an IOC limit order to Kalshi; acknowledgments and sell signals return over the same link. Documented reaction from goal to submitted order: 0.5–1 second.
Because real money is involved, the system has safeties: a per-match budget cap, three pricing modes by risk (live orderbook, fixed price, cached hybrid) and a dry-run mode for testing without trades. Every detection generates a dated report — operations are measurable and auditable after the fact.
RUNNING TODAY
TECHNOLOGY
TypeScript · Node.js · Chrome DevTools Protocol · WebSocket · TCP · US VPS · Kalshi API (RSA)
Want a similar system?