Quantitative analysis of Polymarket wallet behavior — updated daily.
Live Dashboard · Technical Docs
WalletViz collects trade data from every active Polymarket event, filters out bots, and visualizes how wallets actually behave — their size, frequency, concentration, and inequality. All numbers on the dashboard refresh daily.
We collect the most recent 1,000 trades from each active event via Polymarket’s public API, filter out bot wallets (>100 trades/day), and analyze the rest. Full scan runs daily.
This is activity-weighted — wallets that trade more are more likely to appear in the sample. It is a snapshot of observed activity, not a complete census.
npm install
npm run collect:full # Data collection (~15 min)
npm run export-snapshot # Export to static JSON
npm run dev # Start dashboard
MIT