NoeseaNoesea

Verify

Independent proof verification.

Paste or drop any exported Noesea proof JSON — claim, evidence, bundle, or oracle response. It is verified entirely in your browser. Nothing is sent to Noesea.

Claim

Confirms the claim id and content hash are well-formed 32-byte commitments.

Evidence proof

Recomputes the evidence id from content hash, submitter, and file name to confirm integrity.

Evidence bundle

Recomputes the Merkle root over all evidence items and checks it matches the stated root.

Oracle response

Checks schema, score ranges, the EIP-712 signature, and responseId integrity (LIGHT mode).

Trust-minimized by design

This page runs the same structural checks as noesea verify --mode local, implemented in the open-source SDK. It makes zero network calls, so it keeps working even if Noesea’s servers are offline. For full on-chain verification — claim existence, verdict events, and oracle signer authorization — run the verifier CLI against any public Base RPC endpoint.

CLI equivalent

noesea verify bundle --file proof.json --mode local