Decentralized Identifier (DID)
A globally unique, self-sovereign identifier anchored on-chain. The user owns and controls their DID. No central authority can revoke or modify it. Each DID is published to its own consensus topic, making it independently resolvable by anyone. DIDs follow the W3C DID specification and serve as the foundation for all Soverage credentials. Format:did:hedera:testnet:z6Mk...
Verifiable Credential (VC)
A W3C Verifiable Credential is a cryptographically signed digital proof. It contains:- The user’s DID
- Their personhood score at the time of issuance
- Completed attestation types
- A cryptographic proof (Ed25519 signature)
- A commitment hash linking to on-chain attestations
Personhood Token
A non-transferable token minted on-chain.- One per person: maximum supply of 1 per verified user
- Non-transferable: bound to the original wallet
- On-chain: publicly verifiable on the ledger
- Minimal metadata: wallet reference, personhood score, verification flag. No PII.
Personhood score
A value from 0 to 100 reflecting the strength of the user’s identity proof, based on the number and type of attestations completed. Applications integrating with Soverage can define their own minimum score thresholds depending on the level of trust required.Attestations
Independent verification signals that build the user’s identity profile:| Type | Method |
|---|---|
| Document (KYC) | AI-powered document analysis |
| One-time code verification | |
| Phone | SMS code verification |
| Device | WebAuthn passkey/biometric |
| Social account | OAuth (e.g. Google) |

