Chapter 28 of 33

The Short Version

Professional Polymarket traders almost never rely on the Polymarket UI alone. They stitch together a stack: a whale tracker for flow, an analytics platform for leaderboards and market comparisons, Dune dashboards for custom SQL on Polygon chain data, Telegram bots for push alerts, a developer SDK if they bot, and tax/record-keeping software for year-end. This guide lists the best-in-class free and paid options in each category as of April 2026, grouped so you can build your own stack in an afternoon.

What you'll learn: which whale trackers actually catch insider flow, which Dune dashboards are worth bookmarking, which Telegram bots are still maintained, which tax tools handle Polygon-based prediction markets, the best primary-source data feeds for each market category, and where to find the open-source projects you can fork and extend.
Comparison of Polymarket whale-tracker tools and latencies

Polywhaler free (~5-15s), Unusual Predictions paid (<1s), Kiyotaka AI-scored, Polymarket Analytics batch hourly. Two-thirds of large informed moves leave on-chain footprint within seconds.

Part 1: Whale Trackers

Whale trackers ingest on-chain Polygon activity, filter for large Polymarket trades, and expose it as feeds, alerts, or dashboards. They're the single biggest edge you can get for free — roughly two-thirds of large informed moves leave a detectable on-chain footprint within seconds.

ToolBest forAlert latencyPrice
PolywhalerReal-time $10K+ trade alerts with insider flags~5-15sFree
PolyTrackBehavioural anomaly detection, wallet clustering~10-30sFree + paid tier
KiyotakaAI-scored pattern detection, cluster labels~15-60sFree tier
Unusual PredictionsSub-second alerts, built by the Unusual Whales team<1sPaid ($30-80/mo)
Polymarket Analytics200+ ranked verified wallets, reputation scoringBatch (hourly)Free
Stacking tip: combine Polywhaler (free, broad) with Unusual Predictions (paid, fastest) if you trade size. For research-only workflows, Polywhaler + one Dune dashboard covers 90% of what you need. See Whale Tracking for how to act on these signals.
Analytics platforms aggregating Polymarket data

Official Macro Dashboard, pm.wiki market archaeology, Alphascope order-flow research, Polyburg Sharpe leaderboards, Merlin Trade wallet stats — each covers a different layer.

Part 2: Analytics Platforms

Where whale trackers show individual trades, analytics platforms aggregate: leaderboards, market-level volume, category rotations, expected-value screens, and community research.

PlatformBest forAccess
Polymarket Macro Dashboard (official)Economic markets visualised: Fed, CPI, GDP, recession probability, all in one live chart wallFree, no login
pm.wikiMarket-by-market comparisons, dispute history, resolution archaeologyFree, no login
AlphascopeOrder-flow analysis, research articles on edge decay, structural mispricingsFree + premium
PolyburgLeaderboards ranked by Sharpe-style metrics, not just absolute PnLFree
Merlin TradePerformance tracking, portfolio-level stats for your own walletFree (connect wallet)
Polymarket Intel (community)Discretionary market previews, event calendarsFree
Gallery of community-maintained Dune Analytics dashboards for Polymarket

brunoskl Whale Tracker, andy_chelsea Whale Order Observation, genejp999 Leaderboard, thxshogun Capital and Whales, filarm Polymarket Activity. Fork any in two clicks and add your own SQL filters.

Part 3: Dune Analytics Dashboards

Dune Analytics lets anyone write SQL against Polygon on-chain data. The Polymarket community has built hundreds of dashboards — here are the most actively maintained and widely referenced:

DashboardAuthorBest for
Whale TrackerbrunosklClassic whale monitoring, sortable by market and wallet
Whale Order Observationandy_chelseaLarge-order structure, limit vs market breakdown
Polymarket Leaderboardgenejp999Profit leaderboards by time window, win-rate filters
Capital and WhalesthxshogunNet capital flow by wallet cluster
Polymarket ActivityfilarmDaily active users, category-level volume trends
NegRisk Adapter FlowvariousMulti-outcome market capital efficiency tracking
Pro workflow: fork one of these dashboards, add your own SQL query to filter for wallets holding positions in markets you're interested in, and set up a Dune alert. Within an hour you'll have a personalised feed that would cost $100+/month from a commercial tracker.
Telegram and Discord bots for Polymarket push alerts

Polylerts free 15-wallet follow, PolyTracker PnL summaries, PolyxBot AI narration, PolyCopy copy-trade sizing, Polymarket Alpha Bot for Discord servers.

Part 4: Telegram & Discord Bots

Push notifications beat dashboards for anything time-sensitive. Telegram is the community default.

BotPlatformFeature setPrice
PolylertsTelegramFollow up to 15 wallets, instant notifications, market contextFree
PolyTracker BotTelegramWallet monitoring with PnL and position-change summariesFree
PolyxBotTelegramAI-narrated summaries, whale alerts, news matchFree tier + paid
PolyCopyTelegramCopy-trading alerts with suggested size scalingFree tier
Polymarket Alpha BotDiscordDiscord-native alerts for server communitiesFree
Copy-trade caution: alerts are signals, not advice. A whale's position size is calibrated to their book size, not yours. Always size to your own bankroll — see Position Sizing.
Polymarket developer SDK and API stack

py-clob-client 0.34.6, @polymarket/clob-client TypeScript, three REST services (CLOB/Gamma/Data), WebSocket feeds, Polygon RPC via Alchemy/Infura/QuickNode.

Part 5: Developer SDKs & Data APIs

Detailed setup is in API Guide — here is the short reference list.

ToolLanguage / protocolPurpose
py-clob-client 0.34.6PythonOfficial trading SDK (CLOB)
@polymarket/clob-clientTypeScriptOfficial JS/TS trading SDK
Gamma APIREST / HTTPMarket discovery, metadata, prices, volume
CLOB APIREST + WebSocketOrder placement, order books, user feed
Data APIREST / HTTPHistorical trades, positions, user analytics
Polygon RPC (Alchemy, Infura, QuickNode)JSON-RPCRaw on-chain reads if you need to audit transactions directly
Tax-software support matrix for Polymarket trades

CoinTracker best UI but weak NegRisk logic, Koinly stronger EU/AU rules, CoinLedger clean 8949 export, PolygonScan your permanent audit trail, custom CSV ledger for serious size.

Part 6: Tax & Record-Keeping

No crypto tax tool handles prediction markets perfectly. All three leading options import Polygon transactions; none natively understand NegRisk conditional token resolution. Manual review is essential.

ToolPolymarket supportNotes
CoinTrackerPartial — imports transactions, misclassifies settlementsBest UI, weakest prediction-market logic
KoinlyPartial — better manual mappingStronger for the UK/AU; supports custom categories
CoinLedgerPartial — straightforward importGood US 8949 export; limited edge-case handling
PolygonScanFull raw dataFree blockchain explorer — your permanent audit trail
Custom spreadsheet (CSV export from Polymarket)Full controlMost reliable for large portfolios; see Tax Guide
The honest take: if you trade frequently and move size, build your own trade ledger and hand it to a crypto-specialised CPA. Off-the-shelf software will misclassify enough resolutions to materially change your tax bill.
Primary-source data feeds for each Polymarket category

Politics: Silver Bulletin + Economist. Econ: Cleveland Fed + FedWatch. Crypto: Chainlink Streams + Deribit. Sports: Schefter/Shams. Geo: AP/Reuters + OSINT. Weather: ECMWF. Science: arXiv/PDUFA.

Part 7: Primary-Source Data Feeds by Category

Edge on Polymarket almost always comes from being early to a reliable primary source. Bookmark these.

CategoryPrimary sources
Politics (US)Silver Bulletin, The Economist election model, RealClearPolitics averages, AP/Fox/NBC race calls
Economics (Macro)Cleveland Fed Inflation Nowcast (daily), CME FedWatch, Atlanta Fed GDPNow, BLS CPI, BEA PCE, NFP release
CryptoChainlink Data Streams, Binance/Deribit depth, CoinGlass perp flow, on-chain (Dune, Glassnode)
SportsOfficial league APIs, beat reporters on X, Adam Schefter / Shams Charania, official injury reports
GeopoliticsAP wire, Reuters wire, OSINT accounts (Aurora Intel, Visegrád 24), official government accounts
WeatherECMWF (paid, gold standard), GFS (free), NOAA Climate Prediction Center, National Hurricane Center
Science / TecharXiv preprints, FDA PDUFA calendar, SpaceX launch manifest, company investor-relations blogs
Pop Culture / AwardsVariety / Deadline / The Hollywood Reporter, IGN Summer Game Awards threads, PGA/DGA/SAG precursors

Part 8: Community Hubs

  • Reddit r/Polymarket — the largest public forum. Strategy threads, dispute alerts, weekly leaderboards.
  • Polymarket Discord — official server. Developer channels are actively staffed; general trading channels are lively around big events.
  • UMA Discord — mandatory reading during any resolution fight. Channels #evidence-rationale and #voting-discussion are where disputes are actually won or lost. See UMA Disputes.
  • X (Twitter) lists — build a list of the 20-30 accounts that consistently break each category first. Political betting Twitter (#fbpe, #electionmodelingtwitter) and crypto OSINT accounts are free alpha.
  • Telegram groups — numerous private groups exist; the open ones include the official Polymarket channel and several regional (PT-BR, RU, TR) trading rooms.

Part 9: Official Polymarket Resources

  • Polymarket Learn — official educational content, updated with each product launch
  • Polymarket Help Center — account, trading, and technical support (fastest path for support issues)
  • Polymarket Developer Docs (docs.polymarket.com) — API reference, SDK examples, changelogs
  • Polymarket Leaderboard — official traders ranking (volume, PnL, positions)
  • Polymarket Blog — product announcements, partnership news (UFC, FIFA World Cup, perps launch)

Part 10: Open-Source Projects Worth Forking

RepoWhat it doesWhy fork
polymarket-whales (GitHub)Real-time whale trade tracker, Telegram/Discord integrationClean starting point for your own alert bot
polymarket-insider-detectorStatistical analysis flagging suspicious trade patternsBaseline for your own insider heuristic
Awesome-Polymarket-ToolsCurated index of community toolsDiscovery — find the long tail of niche projects
polymarket-mm (various)Skeleton market-making bots in Python and TSFaster than building from scratch; read the README carefully
gamma-scraper projectsETL for Gamma API → Postgres / ParquetYour own research database in an afternoon
Recommended minimum stack (free): Polywhaler + Polymarket Macro Dashboard + 2 Dune dashboards + Polylerts (Telegram) + PolygonScan + CSV trade ledger. Total cost: $0. Covers whale flow, macro context, custom SQL, push alerts, audit trail, and tax prep.

Part 11: Setup Checklist

  1. Subscribe to Polywhaler or equivalent — takes 2 minutes
  2. Bookmark the Polymarket Macro Dashboard and 2-3 Dune dashboards relevant to your category
  3. Install Polylerts on Telegram and add 5-10 wallets from a known leaderboard
  4. Join the Polymarket Discord and r/Polymarket
  5. Build a list on X of 15-25 beat reporters / OSINT accounts for your categories
  6. If you trade size: set up a Koinly or CoinLedger account now, don't wait until April
  7. If you code: install py-clob-client and skim the API Guide

Part 12 — Validated Pro Tips For Building Your Tool Stack

Twelve habits for assembling a stack that actually finds edge.
  1. Start with alerts, not dashboards — Telegram push beats dashboards for any time-sensitive edge. Configure Polylerts or equivalent within your first hour.
  2. Fork one Dune dashboard rather than building from scratch — brunoskl's Whale Tracker is the best starting point. Copy, add your wallet filter, save, alert.
  3. Limit yourself to 3 whale trackers max — alert fatigue is real. Pick one real-time (Polywhaler or Unusual Predictions), one batch (Polymarket Analytics), one for category deep-dives.
  4. Cross-verify every whale alert against Polygon transaction hash — spoofed "whale" tweets are common. Polygonscan URL is ground truth.
  5. Subscribe to Chainlink Data Streams directly if you trade crypto markets — Polymarket resolves BTC/ETH price markets from Chainlink; you want the same oracle feed, sub-second.
  6. Build X lists by category, not a single firehose — a "politics" list of 25 beat reporters beats a mega-list of 200 generic accounts. Use TweetDeck / X Pro columns.
  7. Bookmark the Polymarket Macro Dashboard as your econ anchor — Fed path, CPI, GDP, recession probability all live. Cleveland Fed + FedWatch beside it.
  8. Use ECMWF (paid) if you trade hurricane markets, GFS (free) for everything else weather. ECMWF leads GFS by 12-24 hours on tropical systems.
  9. Archive every Polymarket market page at dispute time — use Wayback Machine or archive.today. Resolution criteria language gets edited; your archive wins disputes.
  10. Export your trade CSV monthly — the Polymarket UI export can drop edge-case trades; PolygonScan CSV is permanent. Two sources beats one.
  11. Run your own Dune query for top-100 profitable wallets weekly — the leaderboard rotates; your "who to follow" list should rotate with it.
  12. Budget $0 for your first 90 days — free stack covers 90% of edge. Only upgrade to paid tools once you've hit a friction that costs real money.

Situation → Action Cheat Sheet

SituationActionWhy
First-day setup, zero budgetPolywhaler + Macro Dashboard + Polylerts + 1 Dune dashboard + PolygonScanCovers whale flow, macro, push alerts, custom SQL, audit trail — free
Trading politics exclusivelyAdd Silver Bulletin, Economist model, RealClearPolitics + X list of 25 beat reportersPrimary-source ensemble beats any single model; beat reporters tweet before models update
Trading crypto marketsSubscribe Chainlink Data Streams + Deribit options skew + CoinGlass fundingResolution oracle + implied vol regime + perp bias together anchor every trade
Trading sports marketsFollow Schefter/Shams + official league API + injury reports + PBP broadcast streamInjury beats and late scratches are where NFL/NBA edge exists
Building a botFork polymarket-whales template, clone Awesome-Polymarket-Tools for discoveryBoth actively maintained; saves weeks of scaffolding
Tax season approachingKoinly or CoinLedger import + manual NegRisk reconciliation + crypto CPA reviewNo tool handles NegRisk resolution correctly yet; CPA catches software misclassifications
Active during UMA disputeJoin UMA Discord #evidence-rationale + archive market page + check oo-v2 subgraphDisputes are won by evidence quality, not account age or volume
Alert fatigue from too many sourcesCut to 3 whale trackers, one Dune alert, one Telegram bot; archive the restSignal-to-noise matters more than coverage; every extra alert dilutes attention
Paid tool trial endingMeasure whether you actually used it vs free alternative; default to cancelMost paid tools solve a real but rare problem; keep only if friction was expensive
Building a research edge in a nicheSubscribe 2-3 category-specific Substacks + follow the niche's top-3 X accountsDeep expertise in one category beats shallow coverage of ten
Worked example: a $0 day-one stack that scales to $100K positions.

Goal. Build a stack for a trader who wants to catch whale flow on politics markets, quote liquidity on 5-10 markets simultaneously, and file taxes clean at year-end, starting from nothing.

Day 1 (60 minutes). Register Polywhaler (5 min). Bookmark Macro Dashboard + Silver Bulletin + Economist model (3 min). Fork brunoskl Dune Whale Tracker, add 10 known political-whale wallets, save dashboard (15 min). Install Polylerts on Telegram, add same 10 wallets (10 min). Join r/Polymarket, Polymarket Discord, UMA Discord, build X list of 25 political beat reporters (20 min). Register PolygonScan account for CSV exports (2 min). Total: 55 minutes, $0.

Day 7. First whale flagged 3 days in — took a $40K Yes position on a primary race 48 hours before a debate. Position analysis via Polymarket Analytics shows 71% win rate over the last 90 days. Trader followed at 1% size ($400), exited after +8% move on debate night. Net +$32 on a 48-hour hold, alert was free, validation was free.

Month 3. 30-day P&L crosses $2,500. Trader adds Koinly ($49/year) for trade ledger. Still under $0/month on alerts. Scales size to 3% per trade. Cross-checks whale signals against Alphascope order-flow writeups on high-conviction trades only.

Year-end. Koinly imported 341 Polygon transactions. Manual review flagged 22 NegRisk settlements misclassified as token swaps. Crypto CPA ($600 engagement) corrected Form 8949 entries, saved ~$2,200 in overpayment. Net stack cost for the year: $649. Edge captured: $18K+ across 200 trades. ROI on tools: 27x.

What's Next?