# dTAOscan Live Bittensor dTAO subnet explorer. Every on-chain number is read directly from the Subtensor chain (no submissions, no third-party price feeds) and every page is stamped with the exact block it was read at. Prices are pool-implied: TAO reserve / alpha reserve of each subnet's native AMM, denominated in TAO. The only external number is TAO/USD (CoinGecko, delayed, labeled). API responses carry Ed25519 receipts; the signing key is published at /keys.json (key id dtaoscan-alpha-1). Verify: sha256 the exact bytes of the "data" JSON string, then ed25519-verify "signatureHex" over those bytes. Open alpha, snapshot cadence 10 minutes, price history retained 30 days. Per-UID miner/validator scores are latest-state (incentive, consensus, dividends, emission, validator permits); hotkeys refresh on rotation. ## Pages - / subnet directory: price, 24h change, liquidity, mcap, neurons, owner - /subnet/{netuid} one subnet: pool economics, price history, every miner/validator UID ## API (JSON, no key required, Ed25519-signed envelope {data, receipt}) - GET /api/subnets latest snapshot of every subnet + freshness block + TAO/USD - GET /api/subnet/{id} one subnet + recent snapshots + per-UID neurons - GET /healthz snapshot freshness (unsigned) - GET /keys.json receipt signing keys Developed by DRM3 Labs.