This page is the point-in-time revision record for Althea (ALTHEA) — the decentralized ISP network. Our collectors snapshot Althea's public endpoints on a fixed cadence — the cosmos.directory LCD for chain state, a Blockscout counter endpoint for its EVM-side token counters, CoinGecko for market gauges — and keep every observation we have ever recorded, including values that were later replaced upstream. When an upstream source replaces the value of an already-observed date, the detector writes one row to the revision ledger: the before-value, the after-value, both stamps, and the URL you can verify the current value against. Every other vendor overwrites; the before simply ceases to exist. Here it is the product.
Queried live at generation time: default.depin_revision_ledger
holds zero rows for ALTHEA. Every declared-cumulative ALTHEA
series we monitor has been monotonic for the entire 2026-08-09 → 2026-09-01
archive: the block height never moved backwards, the transfer counter never
moved backwards, the account counter never moved backwards. Upstream Althea
endpoints (cosmos.directory LCD, Etherscan-compatible Blockscout counters) have
not (yet) rewritten any historical value we hold.
POST /v1/alerts/subscribe with symbol=ALTHEA and
event=revision_restate.Proof query (run it yourself against the live table):
curl -s "https://kairossignal.com/v1/revisions?symbol=ALTHEA"
The detector only judges series that are cumulative by construction: a block height, a transaction counter, an account counter, a gas counter. A gauge (price, 24h volume, bonded tokens) legitimately falls when the market or the validator set churns — that is not a revision and is never recorded as one. For every cumulative ALTHEA series we hold, this is its measured state across the full archive, queried live:
| metric | snapshots | first | latest | max value | monotonicity | source | verify |
|---|---|---|---|---|---|---|---|
block_height | 11 | 2026-08-22 | 2026-09-01 | 12,760,816 | ✅ monotonic | cosmos_lcd | verify |
contract_gas_used_total | 10 | 2026-08-23 | 2026-09-01 | 76,301,462 | ✅ monotonic | evm_blockscout | verify |
contract_transactions_total | 10 | 2026-08-23 | 2026-09-01 | 1,859 | ✅ monotonic | evm_blockscout | verify |
governance_proposals_total | 11 | 2026-08-22 | 2026-09-01 | 31 | ✅ monotonic | cosmos_lcd | verify |
ibc_channels_total | 10 | 2026-08-23 | 2026-09-01 | 3 | ✅ monotonic | cosmos_lcd | verify |
token_transfers_total | 11 | 2026-08-22 | 2026-09-01 | 2,288 | ✅ monotonic | evm_blockscout | verify |
total_accounts | 10 | 2026-08-23 | 2026-09-01 | 2,573 | ✅ monotonic | cosmos_lcd | verify |
ALTHEA is currently the clean case. These networks are not: upstream sources for AR, AUKI, EIGEN, FLOCK, GRT, OVPP, R1, SOGNI, STORJ replaced already-published values after we recorded the original. Sorted by severity (most negative first). Same detector, same schema, zero human review:
| detected (UTC) | network | metric | was | became | Δ% | kind | verify |
|---|---|---|---|---|---|---|---|
| 2026-09-01 23:34 | AR | BLOCKS |
1,988,930 | 1,702,206 | -14.416% | backward_revision | verify |
| 2026-09-01 23:34 | AR | BLOCKS |
1,986,220 | 1,702,204 | -14.299% | backward_revision | verify |
| 2026-09-01 23:34 | AR | BLOCKS |
1,982,176 | 1,702,204 | -14.124% | backward_revision | verify |
| 2026-09-01 23:34 | AR | BLOCKS |
1,980,116 | 1,702,204 | -14.035% | backward_revision | verify |
| 2026-09-01 23:33 | STORJ | DISQUALIFIED_NODES |
80,238 | 79,569 | -0.834% | backward_revision | verify |
| 2026-09-01 23:34 | SOGNI | token_transfers_total |
1,177,219 | 1,174,145 | -0.261% | backward_revision | verify |
| 2026-09-02 01:15 | OVPP | token_transfers_total |
1,356,749 | 1,354,903 | -0.136% | backward_revision | verify |
| 2026-09-01 23:34 | AUKI | token_transfers_total |
1,230,167 | 1,228,860 | -0.106% | backward_revision | verify |
| 2026-09-02 01:15 | GRT | DL_FEES_ALLTIME_USD |
1,424,316 | 1,423,345 | -0.068% | backward_revision | verify |
| 2026-09-02 01:15 | GRT | fees_alltime_usd |
1,424,302 | 1,423,345 | -0.067% | backward_revision | verify |
| 2026-09-01 23:33 | GRT | DL_FEES_ALLTIME_USD |
1,415,054 | 1,414,119 | -0.066% | backward_revision | verify |
| 2026-09-01 23:34 | R1 | token_transfers_total |
194,390 | 194,337 | -0.027% | backward_revision | verify |
| 2026-09-01 23:33 | GRT | DL_FEES_ALLTIME_USD |
1,419,566 | 1,419,322 | -0.017% | backward_revision | verify |
| 2026-09-01 23:34 | GRT | fees_alltime_usd |
1,419,558 | 1,419,328 | -0.016% | backward_revision | verify |
| 2026-09-01 23:34 | EIGEN | fees_alltime_usd |
161,955,683.53 | 161,932,203.53 | -0.014% | backward_revision | verify |
| 2026-09-01 23:34 | GRT | fees_alltime_usd |
1,419,328 | 1,419,152 | -0.012% | backward_revision | verify |
| 2026-09-01 23:33 | GRT | DL_FEES_ALLTIME_USD |
1,419,322 | 1,419,152 | -0.012% | backward_revision | verify |
| 2026-08-13 15:35 | FLOCK | DL_FEES_ALLTIME_USD |
1,170,614.60 | 1,170,544.16 | -0.006% | sub_noise | verify |
Free tier: register at /v1/credits/register — $5 in API credits, no card. The revision feed, raw point-in-time archive and per-series provenance are all on the same API. Pricing: /pricing.
curl -s "https://kairossignal.com/v1/revisions?symbol=ALTHEA" | python3 -m json.tool