
Why Pin at All? Trustless Anchors in a Permissioned World
We run an internal permissioned blockchain, built on a forked Ethereum codebase. It powers our Assurety system — a real-time audit layer that tracks, notarizes, and validates payment events flowing through our network.
While our blockchain is permissioned for operational and performance reasons, we’ve never wanted our users to rely solely on our word. That’s why, from the beginning, we tethered it to the Ethereum mainnet using anonymous state pinning — embedding cryptographic commitments (hashes of our internal chain’s state root or Merkle root) into public Ethereum transactions.
This created a form of external accountability. If someone ever questioned whether we had tampered with our internal ledger, we could point to immutable, timestamped pins anchored in Ethereum to prove otherwise. Think of it like writing a single sentence each day in a newspaper — a small, verifiable signal that no rewrite can erase.
But the mechanism had issues.