ACP: a layered, federated protocol for secure cross-platform agent-to-agent collaboration

February 11, 20267 min

Overview

Decision SnapshotNeeds Validation

The protocol is fully specified and an SDK exists, plus pilot tests. Results are promising (latency, scalability), but evidence is limited to author-run pilots and lacks independent benchmarks and large-scale production deployments.

Citations0

Evidence Strength0.50

Confidence0.70

Risk Signals11

Trust Signals

Findings with numeric evidence: 4/4

Findings with evidence refs: 4/4

Results with explicit delta: 3/4

Reproducibility

Status: Partial assets available

Open source: Partial

At A Glance

Cost impact: 60%

Production readiness: 60%

Novelty: 70%

Authors

Naveen Kumar Krishnan

Links

Abstract / PDF / Code

Why It Matters For Business

ACP lets organizations stitch together agents from different vendors into secure, auditable workflows. That reduces manual coordination and enables cross-company automation while preserving regulatory controls.

Who Should Care

Summary TLDR

ACP is a multi-layer protocol for direct agent-to-agent (A2A) collaboration across platforms. It combines decentralized discovery, standardized capability descriptions ('Agent Cards'), a negotiation layer for dynamic SLAs, and zero-trust security (DIDs + verifiable credentials). In experiments ACP yields significantly lower latency than raw HTTPS RPC and keeps sub-100 ms latency at 500+ agents, trading some overhead for cross-vendor security and discovery.

Problem Statement

Agents live in isolated stacks and lack a secure, standard way to discover, negotiate with, and reliably execute work with agents on other platforms. That blocks cross-vendor, decentralized workflows.

Main Contribution

ACP specification: a four-layer protocol (Transport, Semantic, Negotiation, Governance/Security) for A2A interaction.

Federated discovery and negotiation: hybrid local/global discovery, Agent Cards for capability advertising, and a four-step negotiation lifecycle (Inquiry→Proposal→Agreement→Execution).

Key Findings

ACP reduces inter-agent communication latency compared to plain JSON-RPC over HTTPS (author claim).

Numbers40% reduction (claimed in abstract); Table 3 shows ACP avg latency 58 ms vs JSON-RPC 145 ms

Practical UseUse ACP to cut cross-platform RPC latency and get a secure protocol for agent interactions; expect real reductions but verify in your environment.

Evidence RefAbstract; Section 7; Table 3

ACP keeps sub-100 ms round-trip latency as agent swarm size grows beyond 500.

Numberssub-100 ms at 500+ agents; DHT discovery scales O(log N)

Practical UseACP can support hundreds of agents without discovery becoming a bottleneck; suitable for medium-to-large distributed deployments.

Evidence RefSection 7 (scalability analysis)

Results

MetricValueBaselineDeltaSplit / DatasetEvidenceEvidence Ref
avg_latency_ms58 msJSON-RPC over HTTPS 145 ms≈60% lower vs JSON-RPC (author abstract states 40% reduction)Table 3, high-load testACP avg latency reported as 58 ms; JSON-RPC 145 ms; MCP 22 msTable 3
header_overhead_percent8%MCP 5%, JSON-RPC 12%slightly higher than MCP, lower than raw JSON-RPCTable 3Table 3 header overhead valuesTable 3

What To Try In 7 Days

Run the ACP-SDK example and register a test Agent Card to a dev registry.

Create a minimal two-agent workflow (requester + provider) and measure end-to-end latency and success rate.

Compare ACP vs local MCP for a small task to quantify tradeoffs in latency and security.

Agent Features

Memory
peer-recorded reputation ledger (global reputation)
Planning
negotiation lifecycle (Inquiry→Proposal→Agreement→Execution)recursive delegation for subtask delegation
Tool Use
Agent Cards for capability advertisingDIDs and Verifiable Credentials for authcryptographic Proof-of-Intent
Frameworks
ACP-SDKLangChain wrappersAutoGen wrappersCrewAI wrappers
Is Agentic

Yes

Architectures
layered protocol (Transport/Semantic/Negotiation/Governance)
Collaboration
federated discovery (local + DHT/blockchain)self-organizing swarms and dynamic SLAs

Optimization Features

Infra Optimization
DHT for scalable discovery (logarithmic search time)
System Optimization
transport agnostic design (gRPC, WebSocket, HTTPS)semantic layer decouples intent from transport

Reproducibility

Code AvailableYes
Data AvailableNo
Open Source StatusPartial
LicenseUnknown

Risks & Boundaries

Limitations

Evaluation is limited to author-run pilots; no independent or long-term deployments reported.

Semantic layer may struggle with ambiguous human intents as agents get more complex.

When Not To Use

Within a single trusted application stack where MCP already gives lower latency.

Latency-critical microsecond workloads; ACP targets networked federated agents, not in-process calls.

Failure Modes

Compromised DID/private key leading to impersonation if key management is weak.

Reputation ledger manipulation or Sybil attacks if consortium controls are weak.

Core Entities

Models

ACP (protocol/specification)

Metrics

avg_latency_msheader_overhead_percentsuccess_rate_percentreputation_score