Do Polymarket probabilities lead crypto prices? A free cross-signal sample (BTC/ETH/SOL + funding + OI + PM sentiment) to test it #4
manja316
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There's a free companion sample to this dataset that almost nobody knows about, and it answers a question I keep seeing in quant threads: do Polymarket probabilities lead crypto spot prices, or just follow them?
It's a separate Hugging Face drop — crypto-prediction-market-signals (CC-BY-4.0, free, no download wall) — that syncs crypto microstructure with prediction-market sentiment at 15-min intervals. Six parquet tables:
candlesfunding_ratesopen_interestgoldpm_crypto_signalscross_metricsHonest caveat: this sample is a static snapshot (last rebuilt 2026-04-23), not the auto-updating feed — it's a sandbox for prototyping the join, not for live trading. The continuously-updated price history (now 18.6M+ snapshots / 18,600+ markets, verified live at api.protodex.io/stats) is the main dataset this repo documents.
Reproduce the lead/lag test yourself (~20 lines, no download)
If the lagged correlation is meaningfully above the contemporaneous one, sentiment is leading price — that's where the edge would live. With only 60
cross_metricsrows in this sample it's underpowered (treat any number as directional, not significant), but the pipeline is the point: the full price-history dataset has 18.6M snapshots to run it at scale.Why this exists
I run a public, live-traded crash-recovery bot (polymarket-crash-bot) and needed prediction-market sentiment lined up against crypto microstructure in one frame. Couldn't find it anywhere, so I built and published the join. Free sample is above; the full continuously-archived price dataset is on Hugging Face and Gumroad.
Curious what cross-asset signals others have found — funding→price, OI divergence, BTC/Gold regime flips. Drop findings below.
Beta Was this translation helpful? Give feedback.
All reactions