Identity
Identity overview.
One identity model for humans and machines: the Tenzro Decentralized Identity Protocol (TDIP). PDIS is the secondary format.
- STATUS
- Testnet
- CRATE
- tenzro-identity
- STABILITY
- Stable
- REFERENCE
- TDIP
01
Identity types
Three classes: human, delegated agent (controller_did set), autonomous agent (no controller). Every identity is anchored on-chain.
02
DID formats
did:tenzro:human:{uuid}
did:tenzro:machine:{controller}:{uuid}
did:tenzro:machine:{uuid} # autonomous
did:pdis:guardian:{uuid} # PDIS-1
did:pdis:agent:{controller}:{uuid} # PDIS-203
Auto-provisioned wallet
Every identity gets an MPC threshold wallet at registration. No seed phrases. The wallet is bound to the DID by the WalletBinder.
04
KYC tiers
Unverified (0), Basic (1), Enhanced (2), Full (3). Updates require a verifiable credential signed by an accredited issuer.
Related