Key Takeaways
- A coalition including Google, IBM, and Circle introduced the Legal Context Protocol (LCP), an open standard that embeds governing law, contract terms, and dispute resolution into AI agent transactions
- LCP fills the legal layer that payment and commerce protocols never addressed — what happens when a deal goes wrong — by exposing legal context at a single URL on every domain
- The spec is co-stewarded by the AAA-ICDR, the world's largest dispute resolution institution, and Integra Ledger, with the goal of eventually donating it to the Linux Foundation
What Is the Legal Context Protocol (LCP)

A coalition including Google, IBM, and Circle introduced the Legal Context Protocol (LCP), an open standard providing a legal framework for AI-driven commerce.
pluang.comOn June 24, 2026, a coalition that includes Google, IBM, and Circle introduced the Legal Context Protocol (LCP), an open standard that gives AI agent transactions a legal framework. LCP is a shared specification for embedding verifiable contract terms, governing law, and dispute resolution mechanisms directly into transactions where agents handle negotiation, procurement, and payment on their own.
Agentic commerce refers to a model where, instead of a human clicking through each step, an AI agent discovers products, negotiates terms, and completes payment on a user's behalf. The plumbing for payments and discovery has come together quickly. What was missing was the layer that governs what happens after a deal closes — proving the agreement and resolving disputes.
Alongside the lead backers, the coalition includes Wayfair, the Stellar Development Foundation, Ava Labs, UiPath, Cardano, Hedera, and the Aptos Foundation, spanning payments and infrastructure. According to the announcement, most agent-driven transactions today lack "verifiable contractual terms, clearly defined governing law, and established mechanisms for resolving disputes."
Why a Legal Layer Is Needed
Once AI agents start forming contracts autonomously, the legal doctrines that traditional commerce assumes begin to break down. One example shared by the American Arbitration Association (AAA) is telling.
At one manufacturer, a configuration error led an agent to complete 12,000 transactions over a single weekend — each carrying unfavorable indemnification clauses — before anyone noticed. The e-commerce rules built around a human pressing a button simply do not carry over when machines negotiate independently.
The problems sort into three buckets. First is authority and ratification: when a procurement agent accepts a counterparty's terms with no human review, is that agreement valid? Second is contract formation: when both sides are machines, when and on what terms is a contract actually formed? Third is performance and enforceability: without a reliable record, disputes over what was actually agreed can drag on for years.
The AAA-ICDR warns that if this gap in legal infrastructure is left unaddressed, simply determining which terms governed a transaction "could spark decades-long litigation." The question of who governs contracts between AI agents is as much a problem for the legal system as it is for technology.
How LCP Works
The design is deliberately simple. Each domain publishes its legal context at a predictable location — https://{any-domain}/.well-known/legal-context.json — and an agent fetches that one URL before transacting. It mirrors how .well-known/openid-configuration made identity discoverable and robots.txt made crawling rules universal: legal context "for every agent, every transaction, every time."
That discovery file points to a terms document and carries a terms URL, a SHA-256 hash for tamper detection, and a flag indicating whether consent is required. The terms themselves can be written as Markdown, JSON, plain text, or PDF, though machine-readable text is recommended so agents can parse them.
What sets LCP apart is its four trust levels. At the lightest, "Informational," an agent locates the terms and proceeding implies consent. "Provable" validates the terms' authenticity via the hash, "Signed" binds parties to specific terms with digital signatures, and the heaviest, "Integrated," wires in dispute resolution, escrow, and compliance hooks.
How It Relates to Payment and Commerce Standards
LCP does not replace existing protocols; it layers on top of them as a complement. The spec stresses that it is technology-agnostic and interoperable, tied to no particular chain or payment rail. In practice it pairs with payment protocols such as x402 and the Machine Payments Protocol (MPP), commerce frameworks like UCP, ACP, and AP2, and identity and authorization systems such as Visa TAP and Mastercard Agent Pay.
If payments are the layer that moves money and commerce is the layer that runs the transaction flow, LCP is the layer that backs the agreement legally. As the comparison below shows, the agentic commerce stack is becoming a division of labor across several layers, and LCP aims to supply the missing final piece.
| Layer | Representative protocols | Role |
|---|---|---|
| Payments | x402 / MPP (Machine Payments Protocol) | Moving funds and executing payments between agents |
| Commerce | UCP / ACP / AP2 | Transaction flow from discovery to checkout and post-purchase |
| Identity & authorization | Visa TAP / Mastercard Agent Pay | Verifying agents and granting payment authority |
| Coordination | A2A / Verifiable Intent | Agent-to-agent coordination and intent verification |
| Legal (LCP) | Legal Context Protocol | Embedding governing law, terms, consent, and dispute resolution |
The governance setup is worth noting. LCP is co-stewarded by the American Arbitration Association-International Centre for Dispute Resolution (AAA-ICDR), the world's largest dispute resolution institution, and the legal-tech company Integra Ledger. Having a neutral, century-old nonprofit with deep arbitration experience involved signals an intent to build a standard that can withstand real-world adjudication and enforcement. The spec is published as "Version 1.0, Draft" for community review under the Apache 2.0 license, and — like MCP and UCP — it is expected to be donated to the Linux Foundation in time.
Conclusion
LCP signals that the agentic commerce conversation is shifting from "how do we pay" to "how do we take responsibility." Even with payments solved (MCP/UCP/Agent Pay), as long as it stays unclear who is liable and under what terms when a deal goes wrong, companies cannot hand large transactions to autonomous agents. LCP tries to dissolve that uncertainty before the transaction — with a single URL.
For now it is a draft, and how many operators will actually publish a .well-known/legal-context.json remains to be seen. Still, the early involvement of an institution like the AAA-ICDR that can carry enforcement, alongside major platforms in the coalition, gives it weight. Retailers and platform operators would do well to start checking now whether their agent-facing terms are written for a world where machines form contracts with machines.





