Skip to content

Commit 8adb026

Browse files
docs: explicit x402 Etherlink support callout - Base + Etherlink both declared
1 parent 696e03e commit 8adb026

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,9 @@ for (const entry of history) {
194194
195195
## x402 Protocol Support
196196
197-
Agent Wallet natively supports the [x402 protocol](https://x402.org) — the open standard for HTTP 402 machine payments. Your agent can automatically pay any x402-enabled API (Stripe, Coinbase, etc.) using USDC on Base, while respecting on-chain spend limits.
197+
> **March 2026:** x402 just landed on Etherlink (Tezos L2). agent-wallet-sdk explicitly supports x402 on both **Base** (primary, USDC-native) and **Etherlink** — making it one of the first non-custodial SDKs to span both x402 chains. [Submit your agent to the x402 Bazaar](https://x402.org/bazaar) to get indexed.
198+
199+
Agent Wallet natively supports the [x402 protocol](https://x402.org) — the open standard for HTTP 402 machine payments. Your agent can automatically pay any x402-enabled API (Stripe, Coinbase, etc.) using USDC on Base or Etherlink, while respecting on-chain spend limits.
198200
199201
### Quick Start
200202
@@ -275,7 +277,7 @@ Client parses payment requirements (amount, token, recipient, network)
275277
276278
Budget check (client-side caps + on-chain spend limits)
277279
278-
AgentWallet executes USDC transfer on Base
280+
AgentWallet executes USDC transfer on Base or Etherlink
279281
280282
Client retries request with X-PAYMENT header (payment proof)
281283

0 commit comments

Comments
 (0)