Loading vLEI.wiki
Fetching knowledge base...
Fetching knowledge base...
This comprehensive explanation has been generated from 90 GitHub source documents. All source documents are searchable here.
Last updated: October 7, 2025
This content is meant to be consumed by AI agents via MCP. Click here to get the MCP configuration.
Note: In rare cases it may contain LLM hallucinations.
For authoritative documentation, please consult the official GLEIF vLEI trainings and the ToIP Glossary.
An identity system that includes a primary root-of-trust in self-certifying identifiers that are strongly bound at issuance to a cryptographic signing (public, private) key pair, enabling any entity to establish control over an autonomic in an independent, interoperable, and portable way.
An autonomic identity system (AIS) represents a fundamental paradigm shift in digital identity architecture, establishing identity systems where control verification requires no third-party intervention. The term "autonomic" derives from biological autonomic systems—self-regulating processes that operate without conscious oversight—and in the identity context means self-managing, self-certifying, and self-governing.
The defining characteristic of an AIS is that no external party can intervene with the establishment of authenticity for control operations. This is achieved through complete cryptographic verifiability back to the root-of-trust, enabling independent verification of control authority without relying on certificate authorities, blockchain consensus, or other intermediary trust mechanisms.
Key properties include:
The concept of autonomic identity systems emerged from decades of research into self-certifying identifiers and decentralized key management:
Early work on self-certifying identifiers established that identifiers could be cryptographically derived from public keys, eliminating the need for external binding authorities. However, these basic implementations suffered from a critical limitation: they were ephemeral—once the controlling private key was compromised or needed rotation, the identifier had to be abandoned.
The term "autonomic" was used in 1990s computer science research on self-healing systems and autonomic survivable systems. KERI creator Samuel Smith worked on Navy-funded research in this area, establishing the conceptual foundation for self-managing systems that would later inform autonomic identity design.
Traditional identity systems relied on two trust models:
Both approaches suffered from infrastructure dependencies—administrative systems created single points of failure, while algorithmic systems locked identifiers to specific ledgers and required expensive consensus operations.
The innovation of autonomic identity systems was recognizing that cryptographic self-certification could be extended to support key rotation through mechanisms like pre-rotation, creating persistent self-certifying identifiers that maintain continuity despite key changes. This enabled truly self-managing identifiers that combine the security of cryptographic binding with the operational flexibility of traditional PKI systems—without the centralized trust dependencies.
KERI (Key Event Receipt Infrastructure) provides the first complete implementation of an autonomic identity system through its architecture of Autonomic Identifiers (AIDs) and Autonomic Namespaces (ANs).
KERI's AIDs extend basic self-certifying identifiers with key management capabilities:
KERI establishes a primary root-of-trust that is purely cryptographic:
KERI introduces Autonomic Namespaces (ANs)—self-certifying namespace structures where:
The autonomic approach enables zero-trust computing principles:
vs. Certificate Authority PKI:
vs. Blockchain-based DIDs:
vs. Basic Self-Certifying Identifiers:
Enterprise Identity Management:
Supply Chain Provenance:
Legal Entity Identification:
IoT Device Identity:
Security:
Portability:
Scalability:
Interoperability:
Complexity:
Key Management Responsibility:
Infrastructure Requirements:
Adoption Barriers:
Autonomic identity systems represent a fundamental architectural choice: cryptographic verifiability over institutional trust. This choice enables:
The autonomic approach positions identity as a security overlay for the Internet, analogous to how IP provides a spanning layer for network protocols. By establishing cryptographic roots-of-trust that are independent of any specific infrastructure, autonomic identity systems enable the vision of a truly decentralized, interoperable identity layer for digital communications.
When designing systems based on autonomic identity principles:
Separation of concerns: Distinguish between cryptographic verification (which requires no trust) and availability/discovery (which may use untrusted infrastructure)
Infrastructure independence: Design systems so that infrastructure components (witnesses, watchers, storage) are replaceable without compromising security
End-verifiability: Ensure all security-critical operations can be verified by end users without trusting intermediaries
Crypto-agility: Support multiple cryptographic algorithms and enable transitions without breaking existing identifiers
Autonomic identity systems require careful governance design:
Integrating autonomic identity systems with existing infrastructure: