← Back to research
·6 min read·opensource

ANP

ANP is an open-source protocol aiming to be the "HTTP of the Agentic Web" — providing decentralized identity, meta-protocol negotiation, and semantic discovery for billions of AI agents.

Key takeaways

  • Three-layer architecture: identity/security (W3C DID), meta-protocol negotiation, and semantic application protocols
  • Decentralized identity using W3C DID specification — no centralized auth provider required
  • Meta-protocol layer enables agents to negotiate communication protocols dynamically, not just use a fixed wire format
  • Ambitious "HTTP of the Agentic Web" vision — aims to replace platform-centric internet with protocol-centric agent network
  • Standards-track signal: an ANP technical white paper landed on arXiv (Aug 2025) and feeds the W3C AI Agent Protocol Community Group — but the spec remains a draft with no named production adopters as of June 2026

FAQ

What is ANP?

ANP (Agent Network Protocol) is an open-source communication protocol for AI agents with decentralized identity, meta-protocol negotiation, and semantic discovery — aiming to be the foundational protocol for an agent-native internet.

How does ANP differ from A2A?

A2A uses centralized OAuth for identity and a fixed JSON-RPC wire format. ANP uses decentralized W3C DID for identity and a meta-protocol layer where agents negotiate their communication format dynamically.

Who created ANP?

ANP is a community-driven open-source project founded by Gaowei Chang, with a team based in China. The project also drives standardization work through the W3C AI Agent Protocol Community Group.

Is ANP production-ready?

No. As of June 2026 ANP is still in draft specification stage with limited implementations (the AgentConnect SDK is the reference). It's a research-grade protocol with ambitious long-term goals.

Executive Summary

ANP (Agent Network Protocol) is the most ambitious project in the agent coordination space — it doesn't just want to connect agents, it wants to rebuild the internet for an AI-native era. The three-layer architecture (identity, meta-protocol, application) goes deeper than any competing protocol, addressing not just communication but identity, negotiation, and semantic interoperability. [1]

The vision is compelling. The execution is early. ANP is a specification-first project with limited implementations, competing against Google's A2A which already has 150+ organizations and production SDKs. The project is alive but quiet: the main repo had commits as recently as June 10, 2026, and sits at ~1,300 stars — up only about 100 since February 2026. [1] The most notable development since then is on the standards track — a technical white paper on arXiv and an active role in the W3C AI Agent Protocol Community Group. [2] [3]

AttributeValue
OrganizationANP Community (China-based, founded by Gaowei Chang)
LaunchedLate 2024
LicenseApache 2.0
GitHub Stars~1,300 (June 2026) [1]
StatusDraft specification

Product Overview

ANP defines a three-layer protocol stack for agent communication: [4]

Three-Layer Architecture

LayerPurposeTechnology
Identity & SecurityDecentralized auth and encrypted communicationW3C DID (Decentralized Identifiers)
Meta-ProtocolAgents negotiate which protocol to use for communicationCustom negotiation protocol
Application ProtocolSemantic capability description and discoverySemantic Web specifications (JSON-LD, RDF)

Key Differentiators

CapabilityDescription
Decentralized IdentityW3C DID — agents authenticate without centralized OAuth providers
Meta-Protocol NegotiationAgents dynamically agree on communication formats, not locked to one wire format
Semantic DiscoveryAgents describe capabilities using semantic web standards, enabling machine-readable matching
Self-Organizing NetworksVision of agents self-negotiating collaboration without human configuration
End-to-End EncryptionBuilt into the identity layer, not bolted on

Technical Architecture

AspectDetail
IdentityW3C DID (Decentralized Identifiers)
DiscoveryAgent Discovery Service Protocol (ADSP)
NegotiationMeta-protocol layer for dynamic format agreement
ApplicationSemantic Web (JSON-LD, RDF) for capability description
EncryptionEnd-to-end, built into identity layer
Open SourceYes (Apache 2.0)

Strengths

  • Deepest architecture — Three-layer design addresses identity, negotiation, and semantics systematically
  • Decentralized identity — W3C DID avoids centralized auth bottlenecks and single points of failure
  • Meta-protocol innovation — Agents negotiating their own communication format is genuinely novel
  • Semantic discovery — Machine-readable capability matching goes beyond static Agent Cards
  • Long-term vision — If the agent internet materializes, ANP's architecture is better suited than simpler protocols
  • No vendor lock-in — Community-driven, no single corporate sponsor

Cautions

  • Extremely early — Draft specification; the AgentConnect SDK is the main reference implementation [5]
  • Complexity — W3C DID + meta-protocol + semantic web is a steep learning curve
  • Small community — ~1,300 stars and ~90 forks as of June 2026, primarily China-based contributors [1]
  • No enterprise adoption — No named users or production deployments as of June 2026
  • Slow traction — Star growth of roughly 100 over four months (Feb–June 2026) signals limited international pickup, even as commits continue [1]
  • Competing against momentum — A2A's 150+ organizations and 22K stars create strong network effects
  • Implementation gap — Beautiful specs without battle-tested code
  • Crypto-adjacent concerns — Explicitly disclaims cryptocurrency, but decentralized identity often attracts blockchain speculation
  • No SDK maturity — No production-grade SDKs comparable to A2A's five-language offering

What Developers Say

No substantive first-person developer commentary on ANP could be found on Hacker News, Reddit, or similar English-language forums as of June 2026 — itself a signal of how niche the project remains outside China, where discussion happens mostly on domestic platforms like CSDN. The closest thing to independent practitioner assessment comes from third-party protocol surveys: an academic survey of agent interoperability protocols (Ehtesham et al.) treats ANP as one of the four major protocols alongside MCP, ACP, and A2A, noting that "ANP supports open network agent discovery and secure collaboration using W3C decentralized identifiers DIDs and JSON-LD graphs" — a positioning statement, not evidence of production use. [6]


Pricing & Licensing

TierPriceIncludes
Open SourceFreeFull specification and reference code (Apache 2.0)

Competitive Positioning

ProtocolANP Differentiator
A2AANP uses decentralized identity (DID) vs A2A's centralized OAuth; ANP has meta-protocol negotiation
ACPANP is decentralized and semantic; ACP is centralized REST
SummonerBoth emphasize decentralized trust; Summoner focuses on durable transactions, ANP on network infrastructure
MCPDifferent layers — MCP is agent-to-tool, ANP is agent-to-agent network

Ideal Customer Profile

Best fit:

  • Researchers exploring decentralized agent networks
  • Teams building permissionless agent ecosystems
  • Organizations wanting vendor-neutral agent identity
  • Long-term infrastructure projects with multi-year timelines

Poor fit:

  • Anyone needing production agent coordination today
  • Enterprise teams wanting proven, supported protocols
  • Teams without distributed systems and semantic web expertise
  • Projects with near-term delivery deadlines

Viability Assessment

FactorAssessment
Financial HealthUnknown — community-driven, no disclosed funding
Market PositionVisionary — Right architecture, very early execution
Innovation PaceActive — Repo commits through June 2026; arXiv white paper and W3C Community Group work since mid-2025 [1] [3]
Community/EcosystemSmall — ~1,300 stars, niche community, growth slowing [1]
Long-term OutlookHigh-risk — May influence future standards even if ANP itself doesn't dominate

Bottom Line

ANP has the most intellectually rigorous architecture of any agent coordination protocol. The three-layer design — decentralized identity, meta-protocol negotiation, semantic discovery — solves problems that A2A and ACP haven't even addressed yet. But architecture doesn't ship products.

Recommended for: Researchers and long-term infrastructure thinkers who want to understand where agent networking is headed.

Not recommended for: Anyone building production agent systems in the next 12 months.

Outlook: ANP's ideas will likely influence the space even if ANP itself doesn't win. Decentralized identity and meta-protocol negotiation are too important to ignore. The W3C Community Group route may be where that influence lands — ANP's concepts feeding a vendor-neutral standard rather than ANP-the-implementation winning adoption. [3]


Research by Ry Walker Research • methodology