Last updated
Last updated
Zeronym's Proof of Personhood via KYC consists of the following components:
User agent (UI)
Zeronym server
ID verification provider
Verifier
The flow of data is outlined in the following sequence diagram. Please refer to notes for detailed explanations for relevant parts.
Following data are requested by IDV providers as photo or/and video stream during the verification process.
Selfie (photo, video stream)
One of the following documents
Passport
Driver License
Identity Card
Currently, following IDV providers are supported.
a list of compliances (i.e: GDPR)
regarding data
ControlCase has issued compliance certificate for ISO 27001
SDK privacy policy seems more relevant for usage for ID verification. Its documentation on privacy is sparse compared to the other 2 providers.
In article #2, it mentions that any data sent to its server is encrypted, siloed and is never stored with any additional personally identifiable information (PII).
In article #6, it provides detailed info on its compliance to GDPR for EU residents.
IDV provider returns the session result to user.
With Silk wallet:
The result is encrypted on client-side using a derivative of the PRF.
With other wallets:
The result is encrypted with key derived with hash(userSignature(aConstantMessage))
to generate ciphertext.
Only the encrypted ciphertext which is non PII is stored in Zeronym database as below.
Veriff has clearly outlined in its
regarding data collection, retention and deletion
a list of
Onfido has its
a list of
Facetec has two privacy policies ( and )
View to see the data included in user credentials.
The user submits a zero knowledge proof of uniqueness () to the verifier server. The verifier verifies the ZKP, and upon verification, issues a soulbound token to the user. The circuit ID, issuer address, expiry, and actionNullifier, the ZK proof are embedded in the Soul-bound token.