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 and the DLT. 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.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

