The public key in the bundle must match every signed ledger entry.
noban Trust Mark
Verify the history before you buy.
Drop a signed bundle from a seller. This page checks the Ed25519 signer pin, recomputes every hash, checks chain links, and shows plain-English claims. No app install. No account. No upload.
Valid bundles show green. Tampered or wrong signer bundles show red.
badge snippet
Paste this one-line badge into a listing after the bundle verifies.
<a class="noban-trust-badge" href="https://noban.gg/verify">verified-conservative history</a>
What gets checked
The browser repeats the proof path.
A valid result means the dropped bundle is internally signed by its pinned public key and the buyer-facing claims are tied to that signed chain.
Each record is canonicalized and hashed again with SHA-256.
Every entry must point to the previous entry hash, starting from the genesis hash.
WebCrypto verifies the Ed25519 signature over each entry hash.