Project ideas from Hacker News discussions.

Who Wins and Who Loses in Prediction Markets? Evidence from Polymarket

📝 Discussion Summary (Click to expand)

Theme 1 – Profit concentration

"The top 1% of users capture 76.5% of profits." — vcf

Theme 2 – Insider‑trading unlikely

"Insiders are going to be earning large amounts in single trades, either by betting a lot when it's odds‑on or a small amount when it's out the odds (for a large return)." — philipwhiuk
"insider trading on events probably wouldn't show any trends, right?" — wutwutwat

Theme 3 – Cross‑venue arbitrage & infrastructure edge

"a fast multi‑venue stack rests limits on the lagging book at the exact moments the leading book moves." — SamTinnerholm


🚀 Project Ideas

Generating project ideas…

Polymarket Liquidity Insight Dashboard

Summary- A web dashboard that aggregates on‑chain and order‑book data to surface the behavior of top limit‑order liquidity providers on Polymarket.

  • Shows real‑time skill scores and cross‑venue fill timing to help users emulate disciplined liquidity strategies.

Details

Key Value
Target Audience Active Polymarket traders and quantitative researchers
Core Feature Interactive visualizations of top‑1% winner activity, limit‑order depth, and cross‑venue fill latency
Tech Stack React front‑end, GraphQL API, Python back‑end, PostgreSQL
Difficulty Medium
Monetization Revenue-ready: Tiered SaaS subscription (Starter $15/mo, Pro $50/mo)

Notes- HN commenters repeatedly asked for fine‑grained cross‑venue fill timing and skill‑score metrics, making this a direct response.

  • Provides practical utility for identifying persistent liquidity edges and could spark discussion on skill vs. infrastructure.

Cross‑Venue Prediction Market Arbitrage Bot#Summary

  • A modular bot that watches price discrepancies across Polymarket, Kalshi, Limitless, and Smarkets and executes triangular arbitrage trades.
  • Provides a plug‑and‑play edge for users seeking low‑latency cross‑venue profit.

Details

Key Value
Target Audience Algorithmic traders and crypto‑savvy investors
Core Feature Real‑time price gap detection, order‑book sync, and auto‑execution via exchange APIs
Tech Stack Node.js, WebSockets, Redis cache, Docker, Exchange REST/WebSocket APIs
Difficulty High
Monetization Revenue-ready: Profit‑share model (5% of executed arbitrage gains)

Notes

  • Directly addresses the cross‑venue arbitrage insight from the paper and HN discussion, offering a tool that could validate the “infrastructure edge” hypothesis.
  • Likely to generate lively technical debate and practical interest among participants.

Insider‑Activity Detector API for Prediction Markets

Summary

  • An API that ingests trade timestamps and order flow to score each market for possible insider‑type bets.
  • Delivers a daily insider‑risk score and alerts for abnormal concentrated wins.

Details| Key | Value |

|-----|-------| | Target Audience | Researchers, compliance teams, and platform operators | | Core Feature | Statistical model combining fill‑to‑move latency, order size spikes, and venue switches | | Tech Stack | Python microservice, spaCy NLP for event text, PostgreSQL, Flask, AWS Lambda | | Difficulty | Medium | | Monetization | Revenue-ready: API usage pricing (1000 calls/month free, then $0.001 per call) |

Notes

  • Aligns with HN skepticism about insider trading while offering a quantitative way to test it, which users will find valuable.
  • Could stimulate discussion on detection methods and provide a service for market operators.

Read Later