Live data: Akash Network (AKT) live telemetry · Streamr (DATA) live telemetry · DEPIN (DEPIN) live telemetry · io.net (IO) live telemetry — every value with source, as_of and a verify URL. Get a free $5 API key · try without signup DePIN intelligence coverage chart

What "DePIN Intelligence" Actually Means

Most "DePIN data" you can find on the internet is a price feed wearing a costume. A market cap is not intelligence about the network — it is intelligence about the token market. If you want to know whether a decentralized physical infrastructure network is actually working, you need telemetry: how many nodes are online, how much compute is active, how much storage is real, what the protocol actually earns in fees.

DePIN intelligence is the layer that turns raw chain state and first-party API responses into a decision-ready picture of the network. It answers questions like:

The Dataset Under the Hood

At Kairos Signal we read 327 networks with live data, of which 296 carry first-party telemetry read directly from each network's own API or chain, 78 are on-chain market only, and 339 catalog entries (out of 800 total cataloged) have no public feed at all and are labeled catalog_only. That is 10,706 live series from 69 distinct data sources, stored in ClickHouse at roughly 697K rows and served through 19 live REST endpoints.

The scale matters for a specific reason: coverage breadth is what lets you compare networks against each other instead of judging each in isolation. A single number about Akash tells you little; the same canonical metric across Akash, io.net, and Render tells you where the compute actually is.

Why Provenance Is the Whole Point

A number with no source is not data — it is an opinion. Every value we serve carries four fields:

On top of that, each daily batch is hashed into a Merkle root and anchored to the Bitcoin blockchain via OpenTimestamps. You can take any historical value and cryptographically prove it existed at a given time, without trusting us as an intermediary. That is the difference between DePIN intelligence and a dashboard.

The Coverage Map: 327 Live Networks, 339 Catalog-Only

Here is the honest shape of the DePIN data map. Not everything can be measured — and naming what we cannot measure is part of being a data provider.

| Coverage tier | Networks | What it means | |---|---|---| | First-party telemetry | 296 | Live infrastructure metrics from the network's own API/chain | | On-chain market only | 78 | Token supply/price from chain state, no infra telemetry | | Catalog only | 339 | Directory listing, no public feed available | | Total live | 327 | Everything we serve with verifiable values |

Top Sources by Network Count

The 69 sources are not equal. A handful carry most of the coverage:

  • CoinGecko — 288 networks (market data)
  • Bittensor subtensor_rpc — 129 networks
  • evm_blockscout — 118 networks (holders, transfers, gas)
  • GitHub — 54 networks (dev velocity)
  • bsc_rpc — 50 networks (BSC token supply)
  • solana_rpc — 49 networks (Solana L1 + SPL tokens)
  • first_party_api — 44 networks (per-network stats APIs)
  • ethereum_rpc — 32 networks (Ethereum token supply)
  • The long tail is where the moat lives. First-party API access to 44 networks is hard to replicate; temporal history of all of them is impossible to buy later. Anyone can pull CoinGecko — very few have built collectors for dozens of first-party network APIs and kept them running through schema changes.

    From Telemetry to Decision

    DePIN intelligence becomes useful when it is canonical. Because networks name their fields differently — DEVICES_ACTIVE, GPU_ACTIVE, ACTIVE_NODES — we map 89 native field names into 38 canonical concepts, each with a declared unit. That lets you compare utilization across Akash, io.net, and Render in a single query instead of reverse-engineering each network's schema.

    The end state is a data product an analyst or an autonomous agent can trust blindly: every number verified, every batch anchored, every gap labeled. That combination — breadth, canonical schema, and provenance — is what separates a data product from a feed.

    The Canonical Query

    # The whole catalog with coverage tiers
    curl "https://api.kairossignal.com/v1/networks" -H "Authorization: Bearer *"
    

    One network's telemetry

    curl "https://api.kairossignal.com/v1/networks/akash" -H "Authorization: Bearer *"

    A canonical concept compared across networks

    curl "https://api.kairossignal.com/v1/compare?concept=GPU_UTILIZATION"

    Verify any value independently

    curl "https://api.kairossignal.com/v1/verify/{value_id}"

    FAQ

    Is DePIN intelligence the same as market data? No. Market data describes the token; intelligence describes the network. A falling token price does not mean the network is failing — and a rising one does not mean it is working. Telemetry is the layer that separates the two. Why do you label some networks catalog-only? Because we refuse to fabricate data. If a network exposes no verifiable feed, we list it in the catalog and label it catalog_only rather than modeling an estimate. Honesty about gaps is part of the product. Can I verify a number myself? Yes. Every value carries a verify_url you can open to confirm it at the source, and every daily batch is Merkle-rooted and anchored to Bitcoin. Explore the live API → · Get a free key →

    Read more: DePIN Telemetry: How We Read Supply Data From 296 Networks · DePIN Network Data: 327 Networks, 69 Sources, One API · DePIN Data Provenance

    ---

    This is a data product. Kairos Signal publishes no trading signals, performance returns, win rates, or accuracy claims. All values are measured facts with verifiable provenance.

    ---

    Try it yourself

    Query the live catalog, supply telemetry, and provenance receipts directly: /v1/supply, /v1/provenance on the REST API.

    Related reading: DePIN network data: 327 networks, 69 sources · how we read supply telemetry from 296 networks · the DePIN developer guide · how to query DePIN data with curl

    17 of 20 design-partner seats remain at a lifetime-locked $199/mo (full API access, all 19 endpoints, MCP server, Bitcoin-anchored provenance). After seat 20 the price becomes $249/mo. Claim a design-partner seat → · See pricing

    ---

    Get Started With DePIN Intelligence

    Kairos Signal provides verifiable, provenance-first telemetry for 327 DePIN networks296 with first-party supply data read directly from each network's own API or blockchain. Every value carries a verify_url you can check yourself, and each daily batch is Merkle-rooted and anchored to Bitcoin.

    Three ways to access:
  • Try free — browse networks, supply data, and provenance with no signup. See exactly what you get before paying a cent.
  • Design Partner — $199/mo forever — full API access, all 19 endpoints, all intelligence engines. Price locked FOREVER for the first 20 partners. 3 of 20 spots claimed, 17 remaining. After 20 fill: $249/mo. Lock your rate →
  • Pay-per-query via MCP — autonomous agent access. Register with $5 free credits, pay with USDC on Base, no human in the loop. Read the MCP guide →
  • Every API response is signed with ed25519 and timestamped. You can prove what was served and when, months later. That is what we mean by provenance-first.

    Related reading: DePIN Intelligence Guide · DePIN Telemetry · How to Query DePIN Data · DePIN Data Verification · Pricing