🧪 Prototype: inflection points × prediction markets (/signals) - #44
Closed
lksbrssr wants to merge 1 commit into
Closed
🧪 Prototype: inflection points × prediction markets (/signals)#44lksbrssr wants to merge 1 commit into
lksbrssr wants to merge 1 commit into
Conversation
Standalone /signals demo (separate from PR protocol#25): - src/data/prediction-markets.json — maps each opportunity-space inflection point to the closest Polymarket/Kalshi market (direct/proxy/gap) - src/lib/predictionMarkets.ts — public Gamma API fetch, hourly ISR, threshold-aware pick for multi-line events - src/app/signals/page.tsx — server-rendered card grid with live crowd odds For discussion only; not linked in nav.
|
Someone is attempting to deploy a commit to the plrd Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
Author
|
Superseded by #45. The inflection-points × prediction-markets idea now lives integrated into the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Idea
Every focus-area inflection point is a specific, falsifiable, dated prediction. That's exactly what prediction markets price. This prototype maps each opportunity-space inflection point to the closest live market on Polymarket / Kalshi and shows the crowd's current probability as a running scoreboard for our bets — and, where no market exists, treats the gap itself as a signal of how early/contrarian the bet is.
What's here
src/data/prediction-markets.json— the mapping (area → opportunity space → inflection point → market), taggeddirect/proxy/gapsrc/lib/predictionMarkets.ts— public Polymarket Gamma API fetch (no auth), hourly ISR, threshold-aware pick for multi-line events (e.g. Neuralink valuation)src/app/signals/page.tsx— server-rendered/signalscard grid with live oddsNot linked in nav; purely a demo route.
Matches found (live)
Ways to weave it in (options, not decisions)
/signalsstandalone page (this PR) — lightest touch.Screenshots
Caveats: odds are proxies, not exact restatements; multi-threshold events are matched heuristically; nothing here endorses gambling.