Overview
Components
User device (privacy boundary)
DID keys, credentials, and attestation data are stored locally on the user’s device. The wallet is used for signing operations only. No funds are transferred. Personal data never leaves the device.Gateway (stateless)
The Soverage Gateway handles document verification and credential management (issuance, presentation). It is the coordination layer between the user, the DLT, and integrating applications. The gateway is stateless with respect to personal data: document images are analyzed in memory and immediately discarded. No PII is retained after verification completes. For details on how integrators interact with the gateway, see Verification Flows.DLT layer (public, immutable)
Soverage is multi-chain by design. The DLT layer stores only cryptographic artifacts, never personal data:- DID documents: public keys and service endpoints, resolvable by anyone
- Attestation commitments: SHA-256 hashes that prove verification happened without revealing what was verified
- Personhood Tokens: non-transferable tokens representing verified personhood
Third-party verification
Verifiers can check credentials without contacting Soverage. They resolve the user’s DID directly on-chain, verify the VC signature, or check token ownership, all independently and trustlessly.Verification pipeline
The verification pipeline combines multiple independent signals to build a user’s identity profile. Document analysis is one component. Additional attestations (email, phone, device, social account) provide independent verification signals. Each step produces a cryptographic commitment, not stored data. For details on what the pipeline outputs and how to verify it, see How It Works. For more on the privacy guarantees, see Privacy & Security.Standards
| Standard | Reference |
|---|---|
| W3C Verifiable Credentials | w3.org/TR/vc-data-model |
| W3C Decentralized Identifiers | w3.org/TR/did-core |
| OpenID for Verifiable Credential Issuance (OID4VCI) | openid.net/specs/openid-4-verifiable-credential-issuance |
| OpenID for Verifiable Presentations (OID4VP) | openid.net/specs/openid-4-verifiable-presentations |
| Ed25519 signatures | RFC 8032 |
| WebAuthn | w3.org/TR/webauthn |

