Protocol Note
Proof Infrastructure for Digital Claims
Digital claims are statements that something is true. As more of them are generated, copied and edited by machines, the bottleneck is no longer making claims — it is letting other people check them.
Noesea begins by canonicalizing a claim into a stable identifier. The identifier gives evidence, attestations, challenges and outcomes one durable record to reference instead of leaving them scattered across screenshots, messages and application databases.
Evidence remains off-chain. A client hashes each artifact locally, groups related hashes under a Merkle root when useful, and records only the commitment and relevant custody metadata. A receiver can later recompute the hash and check inclusion without receiving unrelated material.
A record can be challenged. Stake-backed positions and commit-reveal juror voting produce an auditable settlement result with confidence and dissent preserved. That result records how the protocol resolved the dispute; it is not a declaration of universal truth.
The practical output is portable: a signed proof, bundle or report that can be checked in the browser or with independent tooling. The record remains useful outside the product that created it because its identity and verification rules are shared.
Continue reading