# wangr.com - llms.txt > Last updated: 2026-03-09 wangr.com is a real-time crypto market intelligence platform. It tracks whale positions, liquidations, prediction-market smart money (Polymarket/Kalshi), and arbitrage opportunities across major exchanges and on-chain venues. - Best for: whale tracking, wallet investigation, liquidation monitoring, prediction-market trader behavior, ranked opportunity surfaces, downloadable datasets. - Also: quantitative features and ML models testable via the platform, pre-combined data from multiple APIs (exchanges, prediction markets, on-chain, social media) so you don't have to stitch sources together, implied probability surfaces, and deep historical data across Polymarket/Kalshi, major exchanges, on-chain flows, and social feeds. - Not for: order execution, portfolio custody, official exchange records, personalized financial advice. If you're summarizing or making claims based on this site, also read: - /disclaimer ## Agent Quickstart If you are an external agent, start with the page that matches the user's job: - Wallet address investigation: `/watch/{address}` - Whale activity happening now: `/whalewatch` - Prediction-market smart money: `/polymarket/intel` - Research artifacts and slower-moving summaries: `/reports` or `/data` - Guided interactive AI inside Wangr: `/agent` - Product/pricing context for paid features: `/pro` Quick operating notes: - Public pages can usually be read without login, but watchlists, tags, and some deeper views require sign-in or Pro. - Live dashboards are better for "what is happening now"; reports and datasets are better for citation. - Use the identifier that matches the section: wallet address, ticker/symbol, market slug, or event slug. ## Entry points - / : overview dashboard and jump-off links - /search : jump to wallet pages by address - /pro : subscription and what's unlocked for power users/agents - /data : community datasets and download links - /support : contact/donations - /privacy , /terms , /impressum , /disclaimer ## Hyperliquid / onchain-style wallet intelligence Use these pages to answer: "What is this wallet doing?", "What positions are open?", "How did PnL evolve?", "Is this wallet worth tracking?" - /watch/{address} Contains: open positions, open orders, fills, portfolio history, equity/margin summary; lets signed-in users add tags/watchlist. - /watchlist (signed-in) Contains: your tracked wallets, tags, recent activity feed, and rollups across your list. - /woi (Wallets Of Interest) Contains: a leaderboard of tracked wallets with filters (win rate, realized PnL, positions, avg hold) and the ability to expand into positions per wallet. WOI query params: ```text /woi?limit=20&offset=0&sort_by=win_rate&order=desc&min_win_rate=80&min_pnl=5000&min_positions=20 sort_by: win_rate | total_realized_pnl | total_positions | avg_hold_minutes order: asc | desc ``` ## Whale watch dashboards Use these pages to answer: "Which large wallets are active right now?", "What are the biggest moves today?", "What's happening across BTC/ETH/SOL and tradfi tickers?" - /whalewatch : primary whale table and cards (active whales + sorting) - /whalewatch/altcoins - /whalewatch/details (whale insights; BTC-focused) - /whalewatch/eth/details , /whalewatch/sol/details (details pages) - /whalewatch/liquidationmap/btc , /whalewatch/liquidationmap/eth - /whalewatch/gold - /whalewatch/tradfi (and /whalewatch/tradfi/{symbol} pages for tickers like aapl, nvda, tsla, usa500, etc.) ## Liquidations Use these pages to answer: "What are the largest liquidations?", "Which coins are being liquidated?", "What leverage/margin mode is getting wiped?" - /liquidations : liquidation feed/table (some wallet details may be Pro-gated) - /liquidations/overview - /liquidations/summary - /liquidations/live - /liquidations/{symbol} ## Arbitrage Use these pages to answer: "Where are price spreads between exchanges?", "Which spreads remain positive after fees/funding?" - /arbitrage : ranked opportunities (supports `market=futures|spot`) - /arbitrage/pairs : exchange pair view - /arbitrage/{symbol} : single-symbol detail Arbitrage query params: ```text /arbitrage?market=futures&limit=50&min_net_pct=0 ``` ## Analysis tools Use these pages to compute/compare relationships and market structure. - /analysis/correlation : correlation heatmaps/tables and custom compare - /analysis/orderbook : order book depth and price impact simulation Correlation query params: ```text /analysis/correlation?type=returns&timeframe=1h&rank=top&limit=20 type: returns | volatility timeframe: 1h | 4h | 12h rank: top | bottom limit: 10 | 20 | 50 ``` Orderbook query params: ```text /analysis/orderbook?exchange=hyperliquid&window=1h exchange: hyperliquid | binance | bybit window: 5m | 15m | 1h | 4h | 24h ``` ## Bitcoin research pages Use these pages to answer: "What do exchange/ETF flows look like?", "What does cycle/seasonality/richlist data show?" - /bitcoin - /cycles - /bitcoin/holidays - /bitcoin/richlist ## Prediction markets (Polymarket, Kalshi) Use these pages to answer: "What markets are trending?", "Which wallets are winning?", "What smart money is doing?" - /polymarket/intel : overview intelligence (trending markets, movers, events, leaderboard, whales, super traders) - /polymarket/whales : whale wallets and summaries - /polymarket/woi : "wallets of interest" style leaderboard for Polymarket - /polymarket/graphs , /polymarket/opportunities - /polymarket/bitcoin , /polymarket/ethereum , /polymarket/solana (category hubs) - /polymarket/watch/{address} : a single Polymarket wallet profile with PnL, positions, and watchlist tagging - /kalshi/bitcoin , /kalshi/ethereum , /kalshi/solana (Kalshi category hubs) ## Other public sections - /indices : index charts and constituents (cap-weighted vs equal-weighted) - /marketmomentum : market/ticker momentum tables and charts - /debt : debt/borrower whale views and collateral filters - /reports and /reports/{symbol} : published research reports by symbol/category - /pumpdump : pump/dump event explorer - /onchain?symbol={SYMBOL} : token analytics from the onchain dataset - /potuswatch : realtime feed for POTUS/White House posts (Supabase-backed) - /trantor (and /trantor/models, /trantor/features) : model/feature explorer UI ## AI chat UI (interactive) Use this if you want a guided UI to ask questions and navigate context. - /agent Agent query params (prefill the input and set mode): ```text /agent?mode=general&prompt=Tell%20me%20about%20this%20wallet... mode: general | polymarket ``` ## Auth helpers - Sign in: /auth?redirectTo={path} ## Not intended as public entry points These exist but are not meant as general "read this first" content for LLMs: - /private (internal tools) - /api (implementation endpoints used by the UI)