Verify the record
Every publication and every investment call on this site is a filing: canonicalised, hashed, chained and externally anchored at the moment it went up. This page is the audit trail. Nothing here asks you to trust us — the point is that you don't have to.
How the scheme works
Canonical filing format
Each filing is a fixed-field JSON object serialised deterministically — UTF-8, sorted keys, tight separators, LF. Identical filings always produce identical bytes. Post filings embed the SHA-256 of the published HTML file itself, so the document is pinned, not just its metadata.
Hash it
The filing's canonical bytes are hashed with SHA-256. Change one character of a title, a ticker, a price or a timestamp and the hash changes completely.
Anchor it somewhere we don't control
The chain head is anchored externally: every publish is a git commit to a public GitHub repository (their timestamp, their servers), optionally stamped into Bitcoin via OpenTimestamps, and periodically posted publicly. Receipts are listed below.
Chain the filings
Every filing embeds
prev_hash— the hash of the filing before it. Silently editing history would break every hash after the edit, and would contradict the anchored heads.Verification
Check a document below in your browser, or clone the repository and run
python3 scripts/verify.pyto recompute the entire chain offline.
Check a document
Pick any HTML file you downloaded from this site. Your browser hashes it locally (nothing is uploaded) and compares against the filed record.
The chain
| Seq | Filed (UTC) | Kind | Filing |
|---|---|---|---|
| 0001 | 2026-08-08T13:27:06Z | post | Why we file everything DESK NOTE content sha256 3f16cddb8ab57e0dd9e28e22bd15ec6ab34949a2ebb8032499f0ef2c7944b904 filing c30deafc490e7c41a9946ad6ce880650c381eef4ade2fe06bbf1cd11b997f64f prev 0000000000000000000000000000000000000000000000000000000000000000 |
External anchor receipts
Independent audit: clone the public repository, run python3 scripts/verify.py,
and compare the printed head hash with the anchors above and with the repository's own commit history.