ANTIKYTHERA rosette mark
ANTIKYTHERA.

Understanding the capital machine

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.

Filings
1
Current chain head (SHA-256)
c30deafc490e7c41a9946ad6ce880650c381eef4ade2fe06bbf1cd11b997f64f

How the scheme works

  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. Verification

    Check a document below in your browser, or clone the repository and run python3 scripts/verify.py to 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

SeqFiled (UTC)KindFiling
00012026-08-08T13:27:06ZpostWhy we file everything DESK NOTE
content sha256 3f16cddb8ab57e0dd9e28e22bd15ec6ab34949a2ebb8032499f0ef2c7944b904
filing c30deafc490e7c41a9946ad6ce880650c381eef4ade2fe06bbf1cd11b997f64f
prev   0000000000000000000000000000000000000000000000000000000000000000

External anchor receipts

No external anchor receipts recorded yet — see scripts/anchor.py.

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.