The DePIN Data Problem

DePIN tokens get priced every second. They get valued almost never. The difference is supply data. A price is just the last trade — a valuation is what you get when you multiply, divide, and reason over supply, utilization, and revenue. And in DePIN, the supply side is where nearly everyone gets it wrong.

At Kairos Signal, we catalog 745 DePIN networks and read first-party supply telemetry from 171 of them. The reason we obsess over supply data is simple: it's the difference between watching a ticker and understanding a network.

Why Supply Data Beats Price

A price tells you what the market last agreed to pay for one token. It tells you nothing about:

Supply data is the raw material for every one of these. Multiply price by the wrong supply figure and your market cap is fiction. Divide revenue by the right supply figure and you have a per-token economic number worth acting on.

The FDV Trap in DePIN Valuation

The single most common valuation error is treating fully-diluted valuation (price × max supply) as if it were market cap (price × circulating supply). On networks with large locked unlocks — io.net, with an 800M max supply sitting far above its circulating figure, is a textbook case — the two can differ by 2x or more. Neither number is "wrong"; they answer different questions. Supply data tells you which question each one answers, and lets you compute the ratio that reveals how a network values its own future.

Query Supply Data for Valuation

# Circulating and max supply for a DePIN token, plus market data
curl "https://kairossignal.com/v1/networks/io.net" \
  -H "Authorization: Bearer $KS_API_KEY"

Compute FDV-to-market-cap ratio across many networks

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

Supply + protocol fees (revenue proxy) in one call

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

Every supply and fee value carries a verify_url — supply points at the chain explorer or network API, fees at DefiLlama. You can recompute any ratio from the raw inputs, because we never bake our judgment into a single opaque number.

Why Provenance Wins

Because the daily batch is Merkle-rooted and timestamped to Bitcoin via OpenTimestamps, the supply figure you value the token against today is provably the figure published today. A backtest of DePIN fundamentals uses point-in-time supply — never a restated value that would silently change your conclusions.

Price is a rumor. Supply data is the ledger. Value the token on the ledger. Get a free API key →

---

This is a data product. Kairos Signal publishes no trading signals, performance returns, win rates, or accuracy claims.