Verify Every Satoshi

Our public ledger is cryptographically signed. Your browser fetches it directly from GitHub, verifies every signature locally, and confirms the chain is intact. We're not involved.

How Verification Works

  1. Your browser fetches the ledger data directly from GitHub (not from our servers)
  2. Each daily payout entry is signed with Ed25519 — a cryptographic signature that cannot be forged
  3. Your browser verifies every signature using the WebCrypto API — the math runs locally on your machine
  4. The chain integrity check confirms each day links to the previous day via a hash chain
  5. Montblanc cannot tamper with the results because we are not involved in any step

Technical: Ed25519 over SPKI-encoded public key. Chain uses SHA-256 day hashes with previous_hash linkage. Merkle roots per day.