Privacy-first by design
Traditional identity systems collect and store personal data in centralized databases. Soverage takes a fundamentally different approach: no personal data is retained at any point in the verification flow. This is not a policy decision. It is an architectural constraint. The system is designed so that PII cannot be stored, even by whoever deploys it.Data lifecycle
In every case, the original data (document image, email address, phone number) is discarded after verification completes.
What is stored where
No personally identifiable information is written to the ledger or any database. There is no centralized database of user identities.
What credentials contain
Soverage credentials include:- A DID (public identifier)
- A personhood score
- Attestation types completed
- A cryptographic proof
Cryptographic commitments
Instead of storing personal data, Soverage generates one-way hashes (cryptographic commitments) that prove a verification occurred. These commitments are recorded on-chain and can be independently verified. This enables selective disclosure: users can prove specific claims without exposing the underlying data.Self-sovereign control
User credentials are cryptographically theirs. Soverage cannot:- Revoke a user’s DID
- Modify their credentials
- Access their private keys
- Prevent them from using their issued proofs

