The neutral trust layer · Vol. 01 · Now serving

KYC.with justyour email.

One identity.
Three methods.
Zero rebuilds.
— Issue 01 / 2026
01 · METHOD
ID.

Government ID plus liveness selfie. Anchor a real person to an email — once, forever.

Read the spec →
~90sL4 assurance
02 · METHOD
AGE.

Prove 18+ or 21+ with a single signed claim. Don't store dates of birth you don't need.

Read the spec →
~15sL2 assurance
03 · METHOD
FACE.

Live face match against the anchored identity. For the moments that need re-proving.

Read the spec →
~5sL3 assurance
— The pitch ·

Identity should be a permission,
not a profile.

— Proved Identity · operating principle

For people
01 · USER

A verified
address. Yours.

Claim a Proved Identity email. Prove who you are once. Carry it across the open web without rebuilding your identity for every signup.

For builders
02 · BUILDER

Drop in KYC.
One endpoint.

Don't build KYC. Don't store IDs. Accept a Proved address, or call the API and get back a signed verification token in seconds.

Request builder access
// Accept any Proved Identity address.
const { verified, proofs } = await proved.accept(email);

// → verified = true
// → proofs = ["id","age","face"]