Settlement Layer
A settlement layer is the underlying blockchain or network where a payment is finally and irreversibly recorded.
Also known as: settlement network, base layer
What is a settlement layer?
A settlement layer is the underlying blockchain or network where a payment is finally and irreversibly recorded. Whatever happens above it — price negotiation, payment authorization, receipt generation — the settlement layer is where value actually moves from one party to another and the record becomes permanent.
The distinction matters because most of a payment flow is coordination, not settlement. An HTTP 402 challenge tells an agent what to pay; a facilitator verifies the payment is well-formed; a receipt proves the payment happened. None of those steps move money. The settlement layer does, and it is the single source of truth for whether a payer actually paid.
The settlement layer in an x402 payment
In the x402 protocol, the settlement layer is typically Base, an Ethereum Layer 2. When an AI agent hits a paid endpoint, the server responds with HTTP 402 and a payment requirement. The agent's wallet signs a USDC transfer, the facilitator verifies and submits it, and the transfer is confirmed on Base in roughly two seconds.
Everything before that confirmation is reversible in the trivial sense that nothing has happened yet. After confirmation, the payment is final. The server can safely run the tool handler or return the resource, because there is no mechanism for the agent to claw the funds back.
Why Base works as a settlement layer for agents
Agent payments are small and frequent — a single agent might make thousands of $0.01 calls in a day. That rules out settlement layers where confirmation takes minutes or transaction fees exceed the payment itself. Base settles in about two seconds with fees low enough that a one-cent USDC transfer remains economical.
Base also inherits Ethereum's security model as a Layer 2, which is what gives finality its weight: once a transfer is recorded, the cost of rewriting that history is prohibitive. For a seller pricing MCP tool calls at $0.01 each, that is the property that replaces the entire chargeback-and-dispute apparatus of card payments.
Settlement finality vs chargebacks
Card networks settle slowly and conditionally — funds arrive in days and can be reversed for up to 120 days through chargebacks. That model assumes a human cardholder who might dispute a purchase. It breaks down when the buyer is software making thousands of automated calls.
On-chain settlement inverts the model: the payment is verified before the work is done, settles in seconds, and cannot be reversed. The seller takes no credit risk and the buyer gets a signed Ed25519 receipt plus a transaction hash as proof. Disputes shift from "reverse the payment" to "prove what was delivered", which receipts handle.
Settlement layers and the Loomal Index
Every paid listing on the Loomal Index settles on Base. When a seller claims an MCP server listing and attaches a per-call price (minimum $0.01), agent payments flow through the x402 protocol and land as USDC transfers on the Base settlement layer, with Loomal taking a 5% fee on settled transactions — currently waived.
Sellers never interact with the chain directly: the facilitator handles verification and submission, and the console shows settled revenue per listing. The settlement layer stays invisible until you want to audit it — at which point every payment resolves to a public Base transaction.