Polymarket bot
Machine learning and data flow for prediction-market trading

142 / Polymarket mechanics, order-book microstructure, and a practical workflow for building trading bots with reproducible blockchain data. Covers DuckDB plus Parquet pipelines, feature engineering, backtesting discipline, trigger-based trade ops, latency tradeoffs, and Kelly sizing ideas for prediction-market strategies.

Timeline

00:00 Intro
00:49 Why 2026 is the time to start
02:12 Polymarket order process
06:26 CLOB market mechanism
12:12 Data storage with Parquet
15:48 Raw and derived data
23:38 Data features and pipeline
26:49 Thesis backtesting
32:53 Trade ops
37:27 Engineering with AI
45:13 Connect digital and physical worlds

Participants

fulldecent
@fulldecent

William Entriken

aiphilly_
@

kbadinger
@

nolanmakatchev
@


Episode notes

Edit these notes…

Prediction-market trading is used here as a concrete way to learn modern data and ML workflow discipline, not as a promise of easy money.

Core walkthrough

Data architecture and tooling

Strategy and backtesting themes

Trade operations and execution

Engineering process with LLMs

Open items for human follow-up