Skip to content

Commit 696e03e

Browse files
author
Max
committed
feat: add Etherlink x402 support + non-custodial agent section
- Add Etherlink to supported chains (x402 went live on Etherlink March 2026) - Update x402 section to mention Base + Etherlink multichain support - Add 'Why Non-Custodial Matters for Agents' section (3 bullet points) vs OKX OnchainOS and other exchange-based agent wallets - Expand 'Why Non-Custodial Beats Exchange Wallets' competitive section
1 parent 29145c5 commit 696e03e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ for (const entry of history) {
190190
| **Ethereum** | ✅ | High-value operations |
191191
| **Arbitrum** | ✅ | DeFi agents |
192192
| **Polygon** | ✅ | Micropayments |
193+
| **Etherlink** | ✅ | x402 multichain payments |
193194
194195
## x402 Protocol Support
195196
@@ -324,6 +325,14 @@ If you need a quick integration and you're already in the Coinbase ecosystem: th
324325

325326
---
326327

328+
## Why Non-Custodial Matters for Agents
329+
330+
Three reasons agents need non-custodial wallets, not exchange accounts:
331+
332+
- **Agent-sovereign by design.** The agent's private key lives in its own environment -- not on OKX, not on Coinbase, not on anyone's server. No exchange can freeze it, no compliance team can lock it, no API deprecation can kill it.
333+
- **On-chain spend limits, not platform policies.** Custodial wallets enforce limits at the API layer. Those policies can change. This SDK enforces limits inside an EVM contract -- the chain enforces it, not a company.
334+
- **No exchange holds the keys.** When OKX OnchainOS or Coinbase Agentic Wallets hold your agent's key, they own the wallet. If they go down, if they get hacked, if they decide to shut down the product -- your agent stops working. Non-custodial means the wallet is yours as long as the chain runs.
335+
327336
## Why Non-Custodial Beats Exchange Wallets
328337

329338
OKX OnchainOS supports 60+ chains. Coinbase Agentic Wallets are backed by a trillion-dollar exchange. Both look impressive on paper. Here's the problem: **they hold your agent's keys.**

0 commit comments

Comments
 (0)