The Commonplace
Home Dashboard Papers Evidence Syntheses Digests 🎲
← Papers

The Foundation Protocol: a proposed graph-based coordination layer aims to make autonomous agents interoperable, economically coherent and auditable by treating coordination as shared infrastructure; it is a detailed conceptual blueprint but untested in real-world deployments.

Foundation Protocol: A Coordination Layer for Agentic Society
Bang Liu, Yongfeng Gu, Jiayi Zhang, Zhaoyang Yu, Sirui Hong, Maojia Song, Xiaoqiang Wang, Mingyi Deng, Zijie Zhuang, Ronghao Wang, Mingzhe Cao, Yutong Zhu, Xingjian Li, Yifan Wu, Jianhao Ruan, Yiran Peng, Shuangrui Chen, Jinlin Wang, Yizhang Lin, Dongjie Zhang, Dekun Wu, Chen Ma, Lizi Liao, Han Yu, Jian Pei, Heng Ji, Qiang Yang, Yuyu Luo, Chenglin Wu · May 22, 2026
arxiv theoretical n/a evidence 7/10 relevance Source PDF
The paper proposes the Foundation Protocol, a graph-first coordination layer that unifies agents, tools, humans, and institutions and provides native economic, provenance, and governance primitives to enable scalable, accountable multi-agent coordination.

Autonomous agents are moving from tools into a layer of social infrastructure: they browse, purchase, deploy software, manage systems, and increasingly interact with one another. As these systems scale, the bottleneck shifts away from raw model capability toward coordination. Agents need to form reliable relationships, organize multi-agent work, exchange value, support an AI economy, and stay safe and accountable under real-world oversight. This paper introduces the Foundation Protocol (FP), a graph-first coordination layer for an emerging human-AI society. FP unifies heterogeneous entities, including agents, tools, resources, humans, institutions, and organizations, and supports native multi-party organization and event-based collaboration. It also provides economic primitives for metering, receipts, and settlement, and treats policy, provenance, and audit as first-class concerns. FP is designed to wrap and bridge existing protocols rather than replace them, enabling incremental adoption while reducing integration and governance overhead. The aim is to keep autonomous agency composable while keeping accountability non-negotiable, so that coordination itself can become shared infrastructure for a human-AI society that is open, pluralistic, and governable.

Summary

Main Finding

The Foundation Protocol (FP) proposes a small, graph-native coordination layer that treats agents, tools, humans, resources, organizations, sessions, economic attestations, and provenance as first-class objects. FP’s core is a control-plane substrate (not a runtime) that unifies identity, delegation, multi-party organization, metering/receipts/settlement primitives, and audit/provenance hooks so agentic activity can be composable, interoperable, and governable across heterogeneous transports and stacks. The protocol is designed to bridge — not replace — existing agent, messaging, and payment protocols, enabling progressive adoption while making verification and accountability economically tractable as autonomous execution scales.

Key Points

  • Motivation

    • Autonomous agents are evolving from tools to persistent participants that act, transact, delegate, and interoperate across organizational boundaries; coordination (not raw model capability) becomes the binding constraint.
    • Fragmented protocols (each with different identity, authority, session, and provenance semantics) risk brittle interoperability, broken provenance, and concentration of power in vertically integrated platforms.
    • As autonomous execution gets cheap, verification, auditability, and liability underwriting become scarce complements — raising a coordination/verification economics problem.
  • Design goals and principles

    • Small, stable core semantics and a plane-based architecture to limit surface area and enable incremental adoption.
    • Progressive disclosure: minimal metadata by default; reveal detailed capability, schema, pricing, and policy only on demand to reduce overhead.
    • Ledger-agnostic economy primitives: metering, receipts, settlement references, and dispute signals expressed so value-exchange can be audited without mandating any single payment rail.
    • Policy, provenance and audit are first-class: evidence spine across cross-protocol interactions to enable oversight and compliance.
    • Profiles & bridges: move variability (transports, identity methods, payment rails, domain semantics) into profiles and bridges that sit on the core.
  • Architecture (plane-based)

    • Entity & Trust Plane: unified entity model (agents, tools, humans, orgs) exposing identity, capability statements, trust signals, and privacy controls.
    • Transport & Routing Plane: addressing, discovery, channel setup, and protocol bindings for concrete transports.
    • Interaction & Organization Plane: sessions, groups, roles, ordered event/stream semantics, activities, and economy primitives.
    • Regulation & Oversight Plane: policy enforcement points, provenance, audit trails, monitoring, and dispute signalling.
    • Profiles & Bridges plane binds the core to concrete identity, transport, and domain protocols (MCP, A2A, A2UI, DIDComm, UCP, etc.).
  • Minimal vocabulary (reference model)

    • Seven core objects: Entity, Session, Activity, Envelope, Event, Receipt/Settlement, Provenance. These are intentionally generic to express tool calls, multi-agent workflows, transactions, and audit evidence without frequent churn.
  • Relationship to existing standards

    • FP complements existing protocols (e.g., MCP, A2A, DIDComm) by standardizing the cross-cutting substrate (entities, sessions, receipts, provenance) they repeatedly re-create; it avoids duplicating domain-specific semantics.
  • Scope and non-goals

    • FP is not an agent runtime, scheduler, or transport; it does not mandate an identity scheme or payment rail. Those belong in profiles/implementations.
  • Example uses (illustrative)

    • Personal agents coordinating travel across vendors with auditable settlements and policy-enforced approvals.
    • Research teams coordinating compute, instruments, and provenance-tracked analysis for later review.
    • Small organizations operating as networks of agents handling design, procurement, and compliance with auditable receipts.

Data & Methods

  • Nature of contribution

    • Conceptual / protocol design paper rather than empirical study: proposes architecture, vocabulary, and design patterns with a reference implementation and bridges (project URL below).
    • Emphasis on systems design, protocol semantics, and economic framing rather than datasets or experiments.
  • Methodological elements

    • Graph-native conceptual model: entities (nodes), relationships/memberships (edges), activities/events (streams) and a unified evidence layer.
    • Plane-based decomposition: separates concerns (entity/trust, transport, interaction, regulation/oversight) to keep a small stable core and explicit extension points.
    • Progressive disclosure design to reduce token/context overhead in LLM-driven interactions.
    • Economy primitive design: ledger-agnostic receipts, metering, settlement references, dispute signals; these are specified as protocol objects rather than tied to a specific ledger or currency.
    • Interoperability strategy: define bridge and profile patterns to map existing agent/tool/identity protocols onto the FP core (reduce semantic drift across stacks).
    • Reference implementation: architecture, schemas, codecs, and sample bridges described in the appendix; open project repository provided for implementation details and community experimentation.
  • Evidence & validation

    • The paper provides architectural rationale, worked examples, and comparisons to existing protocols (a boundary map/table), but does not present quantitative performance, adoption, security proofs, or field trials. Validation is primarily analytical and design-driven; practical evaluation is intended via the reference implementation and ecosystem testing.

Implications for AI Economics

  • Coordination as an economic bottleneck

    • As autonomous execution costs fall, the scarce economic resource shifts to coordination, verification, and accountability. FP targets reducing the transaction costs of secure, auditable, multi-agent coordination, thereby affecting comparative advantage and market structure in AI-enabled services.
  • Transaction costs and markets

    • Standardized receipts, metering and settlement primitives lower search and integration costs for composing agentic services (smaller switching costs, easier cross-provider cooperation).
    • Lowered integration friction could enable more competitive markets for specialized agent services (marketplaces for agents, skills, compute, or data) rather than vertically integrated monopolies, if open FP-based ecosystems gain traction.
  • Verification, insurance, and liability markets

    • An evidence-first substrate (provenance + policy hooks) makes it more feasible to underwrite liability and form insurance products for agentic actions because attestable traces and receipts exist end-to-end.
    • Third-party reputation and attestation providers (plugged into FP) may become valuable intermediaries, creating new markets but also potential concentration risks.
  • Platform power and governance

    • FP aims to reduce incentives for platform lock-in by enabling bridges and profiles; economic outcomes depend on adoption dynamics. If large platforms control FP-compatible profiles or key registries, new gatekeepers could emerge despite the protocol’s open goals.
    • Standardized auditability and provenance could lower regulator and compliance costs, enabling higher degrees of automation in regulated industries (finance, healthcare) but also raising questions about surveillance, privacy, and cross-jurisdictional evidence admissibility.
  • Microeconomics of services & pricing

    • Metering + receipts enable fine-grained pricing models (per-call, per-compute, per-provenance-entry) and automated settlements among agents — enabling microtransactions and composable billing in multi-agent workflows.
    • Transparent, standardized attestations reduce information asymmetries in contracting between agents and organizations, improving efficiency in principal–agent settings.
  • Distributional and strategic effects

    • By making coordination cheaper and auditable, FP may accelerate the diffusion of agentic automation into smaller firms and individual entrepreneurs (lowering fixed costs), with potential positive productivity and employment shifts but also faster displacement in certain tasks.
    • New intermediaries (reputation or dispute-resolution providers) could capture rents unless governance models and competitive registries are developed.
  • Policy and regulatory implications

    • Practical audit trails could facilitate regulatory oversight and compliance enforcement, but require policy frameworks for evidence standards, privacy-protecting disclosures, cross-border admissibility, and liability assignment.
    • Antitrust and standard-setting bodies will likely play a role in ensuring FP deployments remain open and do not entrench incumbents; public-sector adoption of FP as shared infrastructure could be a lever to shape competitive outcomes.
  • Open questions that matter for economics

    • Adoption incentives: who pays to run and maintain FP registries, bridges, and reputation providers? Network effects could entrench early operators.
    • Privacy vs. auditability trade-offs: the economic value of verifiable evidence must be balanced against consumers’ and firms’ privacy expectations; privacy-preserving attestation techniques and legal frameworks will influence costs.
    • Enforcement and legal status of on-chain/off-chain attestations: the economic utility of FP evidence depends on its legal recognition and enforceability across jurisdictions.
    • Measurement: empirical work is needed to quantify how much FP-like coordination lowers transaction costs, reduces market concentration, or changes pricing in agentic markets.

Project and implementation pointer - The authors provide a reference implementation and project resources at: https://github.com/FoundationAgents/foundation-protocol

Summary judgement - FP addresses a growing and under-specified economic problem: the cost of coordination, verification, and accountable execution as agents proliferate. Its value hinges on adoption, governance of bridges/registries, privacy safeguards, and the emergence of markets for attestations and dispute resolution. If broadly adopted in an open fashion, FP could materially reduce transaction costs in multi-agent ecosystems, unlock more competitive markets for agentic services, and make liability and regulation more tractable. If captured by incumbents, however, the same primitives could enable new forms of concentration.

Assessment

Paper Typetheoretical Evidence Strengthn/a — The paper is a conceptual/protocol design that does not present empirical tests, causal analyses, or experimental evidence; claims are argued architecturally rather than demonstrated with data or deployments. Methods Rigormedium — The work offers a coherent, structured design and addresses many practical concerns (interoperability, economic primitives, provenance, governance), but it lacks formal modeling, quantitative analysis, simulations, empirical validation, or implemented prototypes that would allow rigorous evaluation of feasibility and performance. SampleNo empirical sample or dataset — the paper is a design/proposal that uses conceptual descriptions, architectural diagrams, and hypothetical use cases of autonomous agents, humans, tools, resources, and organizations rather than measured observations. Themesorg_design governance human_ai_collab adoption innovation productivity GeneralizabilitySpeculative design without empirical validation or real-world deployments, Unclear performance/scalability across diverse technical environments, Legal/regulatory and jurisdictional differences not resolved (affects applicability), Adoption depends on coordination among many stakeholders and incumbent protocols, Economic incentives, adversarial behaviors, and market dynamics are not fully modeled, Domain-specific constraints (safety-critical systems, enterprise IT) may limit transferability

Claims (10)

ClaimDirectionConfidenceOutcomeDetails
Autonomous agents are moving from tools into a layer of social infrastructure: they browse, purchase, deploy software, manage systems, and increasingly interact with one another. Adoption Rate positive high degree of autonomous agent activity across social and economic functions (browsing, purchasing, deploying software, managing systems, inter-agent interaction)
0.02
As these systems scale, the bottleneck shifts away from raw model capability toward coordination. Organizational Efficiency negative high primary system bottleneck (model capability versus coordination capacity)
0.02
Agents need to form reliable relationships, organize multi-agent work, exchange value, support an AI economy, and stay safe and accountable under real-world oversight. Organizational Efficiency positive high requirements for multi-agent operation (reliability of relationships, work organization, value exchange, safety, accountability)
0.02
This paper introduces the Foundation Protocol (FP), a graph-first coordination layer for an emerging human-AI society. Organizational Efficiency positive high existence of a proposed coordination layer (Foundation Protocol)
0.02
FP unifies heterogeneous entities, including agents, tools, resources, humans, institutions, and organizations. Organizational Efficiency positive high ability to represent and integrate diverse entity types within the protocol
0.02
FP supports native multi-party organization and event-based collaboration. Team Performance positive high support for multi-party organizational constructs and event-based collaboration mechanisms
0.02
FP provides economic primitives for metering, receipts, and settlement. Market Structure positive high availability of built-in primitives for metering usage, issuing receipts, and performing settlement
0.02
FP treats policy, provenance, and audit as first-class concerns. Governance And Regulation positive high integration of policy, provenance, and audit mechanisms into the protocol
0.02
FP is designed to wrap and bridge existing protocols rather than replace them, enabling incremental adoption while reducing integration and governance overhead. Adoption Rate positive high ability to interoperate with existing protocols and reduce integration/governance overhead during adoption
0.02
The aim is to keep autonomous agency composable while keeping accountability non-negotiable, so that coordination itself can become shared infrastructure for a human-AI society that is open, pluralistic, and governable. Governance And Regulation positive high feasibility of composable autonomous agency combined with enforceable accountability leading to open, pluralistic, governable coordination infrastructure
0.02

Notes