Live data: 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 ThreeFold idle capacity gauge

ThreeFold: 99.3% of Registered Cores Are Not Doing Work (Re-Measured Today)

We first published ThreeFold's idle-capacity numbers earlier this month. Numbers like that deserve to be re-measured, not repeated — so today we ran the whole measurement again from the public grid API. As of 2026-08-24T14:22Z:

That last figure matches the number we first published to within 0.1 percentage point. The measurement is stable. (The used-core count drifts by a core or two between pulls — we saw 1,366 on one pull and 1,364 on the next during this session — which is exactly the kind of jitter you'd expect from a live grid, not from a fabricated statistic.)

Two denominators, both published

"The grid is 85% idle" and "the grid is 99.3% idle" are the same measurement with different denominators, and both are true:

Online basis (85% idle). Of the capacity that is switched on, provisioned, and reachable right now, 15.1% is doing work. This is the number that matters if you are asking "can this network serve a workload today?" — and the answer is yes, with enormous headroom. Registered basis (99.3% idle). Of everything the grid has ever registered, 0.69% is doing work. This is the number that matters if you are evaluating claims about network scale. When a DePIN network's headline is its registered fleet — 7,498 nodes, ~198k cores, 78 countries — the registered denominator is the honest one to hold that headline against.

Most networks publish only the flattering ratio, if they publish a ratio at all. We publish both, with the denominator named, because the choice of denominator is the analysis. We wrote about the same trap on io.net, where a 96.8% "utilization" turned out to be a fill rate of active inventory: io.net's registered devices grew 26% while active stayed flat.

How we measured it

All three inputs come from ThreeFold's own public gridproxy API — no privileged access, no scraping:

  • Registered totals from /stats with no filter: node count, total CRU (cores), farms, countries.
  • Online totals from /stats?status=up: the same fields restricted to nodes currently reporting up.
  • Cores in use by paging through /nodes?status=up and summing each node's used_resources.cru. Today that sum is 1,364 across all 443 up nodes.
  • Step 3 runs through a sanity gate before aggregation: any single node reporting used resources wildly in excess of its own total is rejected, not clamped. This is not hypothetical. One misreporting node once pushed the grid-wide CRU utilisation figure to 1.96e17%. Our collector withholds impossible ratios rather than silently capping them at 100% — a clamped number looks plausible and is therefore more dangerous than a missing one. Today's run rejected zero nodes; the 1,364 figure needed no cleaning.

    Caveats, stated plainly

    We apply the same discipline to every dataset we run — our military-aircraft counts are transponder-visible-only, our AIS coverage carries receiver-density bias, and we say so on the page rather than in a footnote.

    Verify it yourself

    Every number above reproduces from public URLs in under a minute:

    # Registered grid (all statuses)
    curl https://gridproxy.grid.tf/stats
    

    → nodes: 7498, totalCru: 198523, farms: 4353, countries: 78 (as of 2026-08-24)

    Online right now

    curl "https://gridproxy.grid.tf/stats?status=up"

    → nodes: 443, totalCru: 9058

    Cores in use: page through up nodes, sum used_resources.cru

    curl "https://gridproxy.grid.tf/nodes?status=up&size=200&page=1"

    repeat with page=2,3... until empty; sum used_resources.cru

    → 1,364 as of 2026-08-24T14:22Z

    If your sum differs by a few cores, that's the live grid moving. If it differs by an order of magnitude, check for a node reporting used > total — and reject it, don't clamp it.

    Why this matters

    ThreeFold is not an outlier in having idle capacity; it is an outlier in how measurable that idleness is, because its API exposes both registered and used resources per node. Across the DePIN sector, the gap between registered and utilised supply is the story almost nobody quantifies — we cover the general pattern in why registered capacity is not deployed capacity. ThreeFold is one of 8 networks where we currently hold a full utilisation pair (numerator and denominator, same unit) as of 2026-08-24, within a first-party estate of 428 networks and 3,878 first-party series.

    Every figure we serve carries its source, timestamp, and a verify-yourself URL — the API is documented at kairossignal.com/api-docs, and you can query without signing up at /try.

    ---

    Data access: free tier at /try, or the $199 Design Partner plan at /pricing.

    ---

    Try it yourself

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

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

    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