Every merch block is hash-chained. Every night, the fingerprint of the entire ledger is committed to the actual Bitcoin blockchain via OpenTimestamps. Anyone can verify their block independently. No trust required.
curl https://twentyone-book-store.pages.dev/ledger/chains/merch_bitcoinaire_tee.json
Returns every mined block in that phrase's chain — timestamps, prices, hashes.
python3 verify_block.py bitcoinaire 47
Walks the chain from genesis to your block, recomputing every SHA-256. If we ever altered a past record, every hash after it breaks.
↓ Download verify_block.pyots verify manifest.json
Uses OpenTimestamps to prove the merkle root of the entire PoMM ledger was committed to a specific Bitcoin block. Not a promise. Math.
One chain per phrase. Each capped at 2,100 pieces.
Ledger last snapshot: —
It's an audit log with cryptographic proof, anchored to Bitcoin. Like Git commits countersigned by the Bitcoin timechain.