Been building WhaleTrack for a few months now — it tracks what the biggest Polymarket wallets are betting on in real time.
Today I shipped 3 new features to the crypto page (whaletrack.app/crypto):
Live price ticker — BTC, ETH, SOL, HYPE updating every 60 seconds. Dual-source (CoinGecko + Binance fallback) so it never goes blank.
Funding rates — shows whether the futures market is leaning long or short on each coin
Binance signal confluence — combines Polymarket whale conviction + Binance top trader positioning. If a whale bets $100K YES on BTC AND Binance top traders are 70% long → that's a signal nobody else is showing in one place.
The unique angle isn't just raw Binance data (Coinglass has that). It's connecting Polymarket whale bets + Binance positioning = confluence signal.
Still early but curious what the IH community thinks. Would love brutal feedback.
Adding live prices and funding rates makes a whale tracker much more useful because it adds market context to on-chain activity. The interesting engineering challenge is keeping those data streams synchronized and reliable—real-time ingestion, API resilience, normalization, latency handling, and observability all become important when turning raw signals into a dependable production system.
Exactly right — the dual-source setup (CoinGecko + Binance fallback) was specifically to handle the reliability problem. The Binance signal confluence piece is the most experimental part; still validating if whale conviction + futures positioning actually predicts odds movement on Polymarket. Early signals look interesting. What are you building?