How verification works
The zero-knowledge model behind Self Enterprise, in plain language.
The idea in one line
The flow
┌──────────────────┐
│ User's phone │ reads the ID chip and builds
│ (Self app) │ a ZK proof on the device
└────────┬─────────┘
│ only the proof leaves (a fact, not the data)
▼
┌──────────────────┐
│ Self │ verifies the proof
└────────┬─────────┘
│ the fact, e.g. "over 18: yes" (webhook)
▼
┌──────────────────┐
│ Your backend │
└──────────────────┘What you get vs. what you never see
You receive
You never see
One account per person (nullifiers)
Going deeper
Next
Last updated