Tenzro Decentralized Identity Protocol (TDIP)
TDIP is Tenzro's unified identity protocol designed for both humans and machines in the AI age. It provides W3C DID-compatible identities, verifiable credentials, delegation scopes, and auto-provisioned MPC wallets.
Overview
The Tenzro Decentralized Identity Protocol (TDIP) solves a fundamental challenge in AI infrastructure: providing secure, verifiable identities for both humans and autonomous agents. TDIP is the primary identity standard on Tenzro Network, with PDIS (Personal Data Identity Standard) fully supported as a secondary standard.
Key Features
- Unified Identity Model — Single identity type for humans and machines
- W3C DID Compatible — Fully compliant with W3C Decentralized Identifier standard
- Verifiable Credentials — Issue and verify credentials with proof inheritance
- Delegation Scopes — Fine-grained permission control for agent actions
- Auto-Provisioned Wallets — Every identity gets a secure MPC wallet
- Cascading Revocation — Revoking a controller revokes all controlled identities
DID Format
TDIP uses the did:tenzro: method with distinct formats for humans and machines:
Human Identity
Example: did:tenzro:human:550e8400-e29b-41d4-a716-446655440000
Machine Identity (Controlled)
Example: did:tenzro:machine:did:tenzro:human:550e8400...:6ba7b810-9dad-11d1-80b4-00c04fd430c8
Machine Identity (Autonomous)
Example: did:tenzro:machine:6ba7b810-9dad-11d1-80b4-00c04fd430c8
Identity Types
Human Identity
Human identities represent real people and include:
display_name— Human-readable namekyc_tier— KYC verification level (0-3)controlled_machines— List of machine DIDs controlled by this human
KYC Tiers
- Tier 0: Unverified — No KYC, basic functionality
- Tier 1: Basic — Email verification, limited transaction amounts
- Tier 2: Enhanced — Government ID verification, higher limits
- Tier 3: Full — Complete KYC, unrestricted access
Machine Identity
Machine identities represent AI agents, services, or devices and include:
capabilities— List of agent capabilities (e.g., ["inference", "trading"])delegation_scope— Permission boundariescontroller_did— DID of controlling entity (optional for autonomous agents)reputation— Network reputation score (0.0-1.0)tenzro_agent_id— Internal agent system ID (optional)
Delegation Scopes
Delegation scopes define fine-grained permissions for machine identities, enabling humans to safely delegate actions to AI agents.
Scope Parameters
Example Use Cases
Trading Agent
Max transaction: $10,000 | Max daily: $50,000 | Operations: swap, provide_liquidity | Time: Market hours only
Inference Agent
Max transaction: 100 TNZO | Max daily: 1000 TNZO | Operations: inference_request | Protocols: MPP, x402
Payment Bot
Max transaction: 50 USDC | Max daily: 500 USDC | Operations: transfer | Allowed chains: Tenzro, Ethereum
W3C DID Documents
TDIP identities can be exported as standard W3C DID Documents for interoperability:
Verifiable Credentials
TDIP supports W3C Verifiable Credentials for attestations, certifications, and reputation:
Credential Inheritance
Machine identities automatically inherit credentials from their controllers:
- If human has KYC Tier 2, their controlled agents inherit Tier 2 privileges
- If human credential expires, all agent credentials expire
- Credentials can be explicitly issued to agents for additional attestations
Registration and Resolution
Register Human Identity
Register Machine Identity
Resolve DID
Add Credential
PDIS Compatibility
PDIS (Personal Data Identity Standard) is fully supported as a secondary identity standard. Both did:tenzro: and did:pdis: formats are parsed and interoperable.