A whale tracker watches the wallets that consistently move Polymarket - by size, by frequency, by hit rate - and pushes their activity to your dashboard or phone in seconds. Optionally, it copies a curated subset with your own risk caps. Technically: on-chain Polygon indexer keyed to wallet allow-list, ranked by realized PnL over rolling windows.
Three layers: classification, surveillance, signal extraction.
Index every Polygon address that trades Polymarket. Rank by trailing-90d PnL, win rate, position count. Promotion thresholds configurable per your definition of whale.
Subscribe to fills, orders, and resolutions on the watched set. Real-time push to Telegram, Discord, Slack, or your private dashboard.
Optional layer: aggregate watched-wallet flow into signals (e.g., 'whales are 70% YES on market X'). Trigger your own bot, or send a thumbs-up/down to your trader.
Static allow-list + auto-promotion logic. New wallets that pass thresholds enter the watch set automatically.
# Whale tracker config - example classification: trailing_window_days: 90 min_pnl_usdc: 100_000 min_trades: 40 min_win_rate: 0.55 watched_wallets: - "0x4f2…3ab" # @gabagool22 - "0xa11…cdf" # @kreo - "0x9c8…b22" # @vladmeer signals: consensus_threshold_pct: 65 # if 65% of watched flow same side min_combined_size_usdc: 50_000 cooldown_minutes: 15 delivery: channels: ["telegram", "dashboard"] alert_on: ["fill", "consensus", "new_watched_wallet_qualifies"]
A wallet with $2M PnL might have made it on three lucky calls and bled slowly since. Surface the equity curve, not just the headline number. Our default UI does this.
Some 'whale signals' are paid promotion from the wallet owner. We don't filter for this, but we annotate wallets that publicly self-promote so you can adjust your weight.
If you're acting on the signal, sub-2s. If you're aggregating to decide your own thesis tomorrow, latency is irrelevant. We size infrastructure to your use case, not max-throughput by default.
It's an input. If you can't articulate why a specific whale's flow predicts the outcome, you'll get caught in their bad calls. Treat alerts as research, not signals to act.
Generalists with consistent track records, public personas, traceable flow.
Long history, full disclosure of strategy in interviews. Good starting point for politics-led baskets.
BTC/ETH event markets primarily. Tight, high-frequency style. Good for crypto-focused trackers.
Long-tail markets, low win rate, high per-win payoff. Useful as a contrarian indicator.
Telegram + dashboard alerts on watched wallets. No execution.
Includes a curated copy-trading layer with your risk caps.
Send us the wallets you'd want to watch - or let us suggest a starter set based on rolling PnL leaderboards. We'll ship in 2-3 weeks.