Verify a round

Pick a round. The browser re-runs every pairing check against bytes fetched directly from Blossom. No coordinator trust required — this page ships a ~155 KB WebAssembly build of the same verifier the coordinator uses internally.

Pick a round

Don't trust this webpage either

If you'd rather not trust the browser or the JS running on this page, run the same verifier from the command line. It's the exact binary the coordinator shells out to on upload:

The WASM verifier on this page is built from the same Rust crate (crates/ceremony-wasm) as the CLI — same pairing engine, same consistency sweep, same receipt-SRS binding check.