AgentDID: Trustless Identity Authentication for AI Agents
Minghui Xu, Xiaoyu Liu, Yihao Guo, Chunchi Liu, Yue Zhang + 1 more
TLDR
AgentDID provides a decentralized, trustless identity authentication and state verification framework for autonomous AI agents using DIDs and VCs.
Key contributions
- Enables self-managed, trustless identity authentication for autonomous AI agents.
- Leverages DIDs and VCs for decentralized identity management without central control.
- Introduces a challenge-response mechanism to verify agents' dynamic execution state and capabilities.
- Achieves scalable identity authentication and state verification for large populations of concurrent AI agents.
Why it matters
AI agents need robust identity solutions for secure and reliable interactions in dynamic environments. AgentDID addresses this by providing a scalable, decentralized framework that overcomes limitations of traditional IAM, paving the way for trustworthy AI ecosystems.
Original Abstract
AI agents are autonomous entities that can be instantiated on demand, migrate across platforms, and interact with other agents or services without continuous human supervision. In such environments, identity is critical for establishing reliable interaction semantics among agents that may lack prior trust relationships. However, existing identity and access management mechanisms are designed for human users or static machines, assuming centralized enrollment, persistent identifiers, and stable execution contexts. These assumptions do not hold for AI agents, whose identities are self-managed, short-lived, and tightly coupled with their execution state and capabilities. We study the problem of identity authentication and state verification for AI agents and identify three challenges: (1) supporting self-managed identities for autonomously created agents, (2) enabling authentication under large-scale, concurrent interactions, and (3) verifying agents' dynamic execution state, such as whether their context and capabilities remain valid at interaction time. To address these challenges, we present AgentDID, a decentralized framework for identity authentication and state verification. AgentDID leverages decentralized identifiers (DIDs) and verifiable credentials (VCs), enabling agents to manage their own identities and authenticate across systems without centralized control. To address the limitations of static credential-based approaches, AgentDID introduces a challenge-response mechanism that allows verifiers to validate an agent's execution conditions at interaction time. We implement AgentDID in compliance with W3C standards and evaluate it through throughput experiments with multiple concurrent agents. Results show that the system achieves scalable identity authentication and state verification, demonstrating its potential to support large populations of AI agents.
📬 Weekly AI Paper Digest
Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.