Every day, IRL compresses all sealed trading decisions into one 32-byte Merkle root and commits it to the Bitcoin blockchain via OpenTimestamps. This page shows the live anchor feed — and lets you verify a proof bundle right here in your browser.
Drop a bundle exported from GET /irl/attestation. Every check — final-proof bindings, Merkle roots, leaf inclusion — runs locally with WebCrypto, implementing SPEC.md verbatim.
Read directly from irl.macropulse.live/irl/anchors — the public, unauthenticated feed every IRL instance exposes. A root listed here cannot be rewritten: it is committed to Bitcoin within minutes of creation.
| Period end (UTC) | Leaves | Merkle root (click to copy) | Bitcoin |
|---|
This explorer is a convenience, not a dependency. The chain verifies with zero MacroPulse infrastructure:
cargo install --git https://github.com/GabrielGauss/irl-verify (MIT licensed, reference implementation of the frozen spec)irl-verify bundle.json recomputes every hash on your machine. Exit 0 = PASS.irl-verify bundle.json --dump-ots ./ots then ots verify ./ots/anchor-0.ots with the standard OpenTimestamps client, against your own Bitcoin node if you run one.