cryptographic identity verification — local + on-chain
Verify a disclosure proof
Someone shared a one-time proof link, or a proof JSON? Verify it here. This checks the
cryptographic proof structure locally -- the disclosed field genuinely belongs to the claimed
record -- with no secrets and no wallet needed.
01 · Load a record
Reads happen directly against the public chain RPC. No wallet connection or private key needed — this only ever reads.
02 · Off-chain (computed by deis-core)
stateRoot (off-chain)
03 · On-chain (DEISIdentity)
Read from chain
From the submitted record
No personal data is ever stored on-chain -- the contract holds a stateRoot commitment
and nothing else. What makes the name below trustworthy is the Merkle proof tying it to
that stateRoot, not its presence on this page.