Skip to main content

Independently verifiable

Verify our record.

We froze our published BTC readings through June 9, 2026 into a single fingerprint and timestamped that fingerprint on the Bitcoin blockchain. Those readings have since been withdrawn from publication, so the fingerprint can no longer be recomputed from them. What the record committed for each of those readings — a hash, and a place in the timestamped tree — is still published, and anyone can still confirm those hashes are the ones the fingerprint was built from, without taking our word for it. This page shows the frozen fingerprint, its Bitcoin timestamp, and exactly what can and cannot be checked.

Confirmed on the Bitcoin blockchain in block 955,461, anchored as of 2026-06-26. The frozen record root below is published, and that exact root is timestamped on the Bitcoin blockchain — so the record is tamper-evident against back-dating. The readings behind it have been withdrawn from publication, so the root can no longer be reproduced from them. What you can still check, below, is that each published hash belongs to the tree that root was built from. We stay bound by those hashes: any entry we ever publish again for these dates has to hash to the leaf hash already timestamped, or it will not match.

The frozen record

Record root
Frozen record root (SHA-256): 699ca7f132679ea95531866b271479124bf6a44d2a25154bdce65ef0f00f0e4b
Tree size
Tree size: 45 leaves (one per matured reading; no extra leaves)
Readings covered
Readings covered: 45 matured readings, 2026-04-26 to 2026-06-09
Checkpoint id
Checkpoint id: 393ecb756c11b290b9abbb5a0aa18176e947a750903b5f02e892bd0dc66db551
Source ledger
Source ledger (SHA-256): 2b9e43e96ea98ac290b739c2dc563f17c8758454658b79bd11ad27bae647da2f
Bitcoin timestamp
Confirmed on the Bitcoin blockchain in block 955,461, anchored as of 2026-06-26.

How to verify it yourself

  1. Download the published proofs. Get the per-date inclusion proofs from the genesis directory — a file for each anchored date, plus an index — and note the published root from clean_anchor_manifest.json. Each proof file carries that date's leaf hash, its position in the tree, the audit path from that leaf to the root, and the root itself. It does not carry the entry behind the hash: those values were withdrawn from publication and are not served here. proofs/index.json · clean_anchor_manifest.json
  2. Check an anchored hash against the frozen root. Take any date's proof file and walk its audit path upward from the leaf hash, combining hashes as described below. The walk reaches the frozen record root printed above. That confirms the hash published for that date is among the hashes the timestamped root was built over, at the position claimed for it, and that neither the hash nor its position can have been changed after the timestamp without changing the root. It does not confirm which entry produced that hash: those values are no longer published, so that check is no longer available to a reader.
  3. (Optional) Confirm the construction. Each leaf is SHA-256(0x00 followed by the entry's bytes); each interior node is SHA-256(0x01 followed by the two child hashes). This is the standard RFC 6962 Merkle tree, built over 45 leaves. Because every node in the tree is a hash of fixed bytes, the walk is exact and language-agnostic: a Python, JavaScript, Go, or Rust implementation of the same rules reaches the same root.
  4. Confirm the Bitcoin timestamp. Download clean_genesis_root.ots — the OpenTimestamps proof. The OpenTimestamps proof commits that exact 32-byte root to Bitcoin block 955,461. Look up block 955,461 on any Bitcoin block explorer to see its on-chain timestamp; because the proof commits the root (not the readings file), it shows the root existed on or before that block — it could not have been back-dated. This makes the root itself tamper-evident against back-dating, which is what the inclusion check above is measured against.

Download the record

  • proofs/ — the per-date inclusion proofs — each anchored date's hash, its position, and its audit path. The entries behind those hashes are not included: they were withdrawn from publication.
  • clean_anchor_manifest.json — the frozen facts (root, tree size, checkpoint, source ledger).
  • verify_clean_anchor.py — the self-contained verifier for the published-readings path. With the readings withdrawn there is no readings file left for it to check for this window; it stays published so the construction it implements remains inspectable.
  • README.md — the full byte contract and construction, written out.
  • clean_genesis_root.ots — the OpenTimestamps proof that commits the frozen root to the Bitcoin blockchain.

What this does and does not show

What it shows: our published readings through June 9, 2026 are fixed and cannot be quietly edited without changing the published fingerprint, and that fingerprint is timestamped on the Bitcoin blockchain — so the record is tamper-evident against back-dating.

What it no longer shows: the readings themselves have been withdrawn from publication. For this window a reader can check structure — that each published hash belongs to the anchored tree, in the position claimed for it — but not content: nothing published here reveals or confirms the entry behind any of those hashes, and what each leaf committed was always a subset of a reading's fields, never the whole row. We are describing removal from publication, not erasure: we are not claiming these values have been deleted from every place they have ever existed.

What it does not show: nothing here is a forecast, a recommendation, or investment advice, and it says nothing about future performance. This is research tooling, shown pre-launch.

See the readings published so far →