From c859d86a2ad459003ccc1e6ee228ba18960a9d32 Mon Sep 17 00:00:00 2001 From: Claude Fable 5 Date: Fri, 31 Jul 2026 12:43:22 -0400 Subject: [PATCH 1/2] =?UTF-8?q?fix(copy):=20last=20false=20chain=20claim?= =?UTF-8?q?=20on=20homepage=20x402=20explainer=20=E2=80=94=20Base=20or=20P?= =?UTF-8?q?olygon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to #113; the merge conductor's live grep found this one surviving line (index.html:2577). Co-Authored-By: Claude Fable 5 --- api/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/public/index.html b/api/public/index.html index fe18f357..15d7e9a3 100644 --- a/api/public/index.html +++ b/api/public/index.html @@ -2574,7 +2574,7 @@

Frequently asked

What is x402 and how does it work? + -

x402 is an open HTTP payment protocol - an extension of the classic 402 Payment Required status code. When an AI agent calls a tool without a pre-purchased balance, the server responds with a 402 containing a USDC price and wallet address. The agent signs a payment on-chain (Base, Solana, or Ethereum), includes the signed receipt in a retry request, and the endpoint unlocks immediately - all without a human or credit card. Arch Tools is the first production API platform to implement x402 natively. Learn more at x402.org.

+

x402 is an open HTTP payment protocol - an extension of the classic 402 Payment Required status code. When an AI agent calls a tool without a pre-purchased balance, the server responds with a 402 containing a USDC price and wallet address. The agent signs a payment on-chain (Base or Polygon), includes the signed receipt in a retry request, and the endpoint unlocks immediately - all without a human or credit card. Arch Tools is the first production API platform to implement x402 natively. Learn more at x402.org.

From 4af89d3f399fa98acc6e44f59005d54ff5355c75 Mon Sep 17 00:00:00 2001 From: Claude Fable 5 Date: Fri, 31 Jul 2026 12:43:36 -0400 Subject: [PATCH 2/2] fix(copy): same chain claim in preview-landing.html Co-Authored-By: Claude Fable 5 --- api/public/preview-landing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/public/preview-landing.html b/api/public/preview-landing.html index def65be3..bae95113 100644 --- a/api/public/preview-landing.html +++ b/api/public/preview-landing.html @@ -2549,7 +2549,7 @@

Frequently asked

What is x402 and how does it work? + -

x402 is an open HTTP payment protocol - an extension of the classic 402 Payment Required status code. When an AI agent calls a tool without a pre-purchased balance, the server responds with a 402 containing a USDC price and wallet address. The agent signs a payment on-chain (Base, Solana, or Ethereum), includes the signed receipt in a retry request, and the endpoint unlocks immediately - all without a human or credit card. Arch Tools is the first production API platform to implement x402 natively. Learn more at x402.org.

+

x402 is an open HTTP payment protocol - an extension of the classic 402 Payment Required status code. When an AI agent calls a tool without a pre-purchased balance, the server responds with a 402 containing a USDC price and wallet address. The agent signs a payment on-chain (Base or Polygon), includes the signed receipt in a retry request, and the endpoint unlocks immediately - all without a human or credit card. Arch Tools is the first production API platform to implement x402 natively. Learn more at x402.org.