All Tags// Tag

#polymarket

10 signals tagged with this topic.

Foresight v5.0: How I Rebuilt a Prediction Market Bot Around Candle Boundaries
Engineering★ Featured

Foresight v5.0: How I Rebuilt a Prediction Market Bot Around Candle Boundaries

The bot was right. The timing was wrong. v4.x had a fundamental reactive architecture problem — by the time signals scored, the CLOB asks were too expensive. v5.0 solved it with event-driven candle boundaries and predictive early-window scoring.

March 4, 20269m read
Hermes: A Political Oracle That Bets on Polymarket Using AI News Intelligence
Engineering★ Featured

Hermes: A Political Oracle That Bets on Polymarket Using AI News Intelligence

Political prediction markets don't move on charts — they move on information. Hermes is a Python bot that scores political markets using Grok sentiment, Perplexity probability estimation, and calibration consensus from Metaculus and Manifold. Here's how it works.

March 4, 20268m read
I Built a Sports Prediction Bot That Bets Against the Market — Here's the Architecture
Engineering

I Built a Sports Prediction Bot That Bets Against the Market — Here's the Architecture

Sports prediction is a solved problem for the books. It's wide open on Polymarket. Here's how I built Shiva — a 6-factor probability engine that finds edge in NBA and MLB markets using free public APIs and adaptive weights.

March 4, 20268m read
Shiva: A Sports Prediction Bot That Hunts Mispriced Polymarket Odds
Engineering★ Featured

Shiva: A Sports Prediction Bot That Hunts Mispriced Polymarket Odds

Sports prediction markets are inefficient because the crowd prices on narrative, not data. Shiva is an automated bot that estimates true probabilities from team stats, injuries, and media sentiment — then executes when the edge is real.

March 4, 20268m read
Why Our Bot Now Reads the Market's Body Language — and the Numbers Behind It
Engineering★ Featured

Why Our Bot Now Reads the Market's Body Language — and the Numbers Behind It

We built a 666-line candle engine with full TD Sequential integration into PolyEdge v3.0. Four days live, 97 closed trades, 91.3% win rate, and +$694.25 on $1,092 wagered. Here's what predictive signal layers do that reactive TA cannot.

February 27, 20269m read
We Thought Enabling 5-Minute Trading Was One Toggle. It Was Six Bugs.
Engineering★ Featured

We Thought Enabling 5-Minute Trading Was One Toggle. It Was Six Bugs.

FILTER_5M_DISABLED = False. One line. Should've been the whole story. Instead it kicked off a six-bug root cause chain that exposed every assumption we had about how our trading bot actually found markets — and taught us the most important rule in API integration.

February 26, 20268m read
The Signals Were Real: InDecision Framework Hits 93% Win Rate in Live Markets
Crypto★ Featured

The Signals Were Real: InDecision Framework Hits 93% Win Rate in Live Markets

The bot was cycling every 2 minutes — its own watchdog killing it every 129 seconds. The signals inside were perfect: 86–100/100, 92% accuracy, calling direction while the market priced uncertainty at 50/50. One coding session fixed the infrastructure. The rest is on-chain.

February 26, 202610m read
The 10-Second Death Zone: How a Hardcoded Threshold Was Killing 11 Trades a Day
Engineering

The 10-Second Death Zone: How a Hardcoded Threshold Was Killing 11 Trades a Day

Our live Polymarket trading bot was scoring 11 high-conviction signals per day (avg score: 83.3) and blocking every single one. The culprit: a 10-second timing threshold we'd never questioned. Here's what production data taught us about hardcoded constants.

February 26, 20267m read
The Trader Behind the Bot
Crypto

The Trader Behind the Bot

PolyEdge scored 65/100 and sat. Knox traded manually and went 3 for 3. The gap between those two outcomes reveals the exact mechanisms the model was missing.

February 25, 20266m read
I Deployed a Live AI Trading Bot and It Called the BTC Crash in Real Time
Crypto★ Featured

I Deployed a Live AI Trading Bot and It Called the BTC Crash in Real Time

We spawned a live Polymarket trading session, built a real-time Mission Control dashboard to watch it trade, and within hours the AI agent caught a 4.7% intraday BTC crash with precision. Here's everything — including the loss that taught us the most important rule.

February 23, 20267m read