← Back to Paper List

Agent Network Protocol Technical White Paper

Gaowei Chang, Eidan Lin, Chengxuan Yuan, Rizhao Cai, Binbin Chen, Xuan Xie, Yin Zhang
Agent Network Protocol (ANP) Open Source Technology Community
arXiv (2025)
Agent

📝 Paper Summary

Multi-agent Web agents Decentralized agents
ANP proposes a three-layer decentralized communication standard (Identity, Meta-Protocol, Application) to enable autonomous AI agents to discover, authenticate, and negotiate collaborations directly without human-centric interfaces.
Core Problem
Current internet infrastructure is designed for human interaction (GUIs, data silos), forcing agents to simulate human behavior rather than using efficient, structured native interfaces.
Why it matters:
  • Data silos limit agents' access to context, hindering intelligent decision-making
  • Simulating human operations on GUIs is inefficient, error-prone, and non-native for AI
  • Lack of standard protocols makes self-organizing collaboration between isolated agents difficult and costly
Concrete Example: Currently, for an agent to use a service, it often must simulate human clicks on a website or negotiate via natural language without a standard structure. ANP replaces this with a structured `did:wba` identity check and ADP description lookup.
Key Novelty
Agent Network Protocol (ANP) Three-Layer Architecture
  • Identity Layer: Uses `did:wba` (Web-Based Agent) for decentralized, cross-platform identity authentication and end-to-end encrypted communication
  • Meta-Protocol Layer: Enables agents to use natural language to dynamically negotiate communication standards (data formats, transport protocols) suitable for the current task
  • Application Layer: Defines Agent Description Protocol (ADP) for self-description and Agent Discovery Protocol for finding other agents via active (.well-known) or passive (registry) methods
Architecture
Architecture Figure Figure 1
The ANP three-layer protocol architecture
Breakthrough Assessment
7/10
Provides a comprehensive, necessary theoretical framework for the 'Agentic Web' infrastructure. However, the paper is a white paper/proposal without empirical evaluation or performance metrics.
×