A single autonomous buying agent placed two real orders, one on a Shopify merchant and one on a WooCommerce merchant, settled both non-custodially through Boson escrow, and the funds landed in each merchant's own wallet on Base Sepolia (testnet). Every step below resolves to an artifact anyone can verify on-chain.
The agent presents a Facet KYA identity token (ES256, issued by Facet's KYA issuer). Each merchant Terminal verifies it before anything else, so every merchant sees a known, attested agent rather than an anonymous script.
The agent queries the Universal Business Index for "makeup brushes" and "flowers near Austin" and gets back LaRuce Beauty and Pecan & Petal with their Terminal endpoints and capabilities. No scraping, no hardcoded merchant list.
Each merchant Terminal returns a landed quote (goods, shipping, tax). The agent never sets the price. LaRuce Angle Contour brush 38.58 USDC, Pecan & Petal Sunflower and Rose Medley 64.20 USDC.
For each leg the buyer wallet signs an ERC-3009 authorization for the exact quoted amount. The signing key stays on the client. No key ever touches a Facet server.
A gasless relayer submits each signed authorization. The Boson x402B protocol commits the exchange and moves the buyer's USDC into the Boson escrow Diamond. Two transactions, one per leg, both to the same escrow contract, both successful.
to is the Boson escrow, status Success (see ledger below).The USDC sits in the Boson escrow, held by the protocol, not by Facet and not by the merchant, until each merchant fulfills. Both exchanges are in the committed state.
Both exchanges redeemed and completed on 2026-07-09, about a day after commit, and the escrow released directly to each seller's own treasury: 38.3871 USDC to LaRuce, 63.879 USDC to Pecan & Petal — the order total less Boson's 0.5% protocol fee. Facet was not in the path for either transfer.
from is the Boson escrow, to is each seller's own treasury (see ledger below).| Leg | Item | Amount | Exchange | Commit tx | Withdraw tx | State |
|---|---|---|---|---|---|---|
| LaRuce BeautyShopify · seller 25 | Angle Contour brush | 38.58 USDC | 205 | 0x82712e3d…653d29 | 0x687466…0cbc4 | settled |
| Pecan & PetalWooCommerce · seller 30 | Sunflower and Rose Medley | 64.20 USDC | 206 | 0xcc871c46…b2fd7 | 0xa215c2…c99979 | settled |
Every claim here resolves to a public transaction. Six steps, no access to anything of ours required.
sepolia.basescan.org. Confirm Status: Success and that To is the Boson escrow 0x7de418…4ade.Transfer event: 38.58 and 64.20 out of the buyer wallet 0xC0D344…D21E.0x687466…0cbc4 and 0xa215c2…c99979. Confirm Status: Success and that From is the Boson escrow 0x7de418…4ade.Transfer event on each: 38.3871 USDC lands at LaRuce's treasury 0x8cdb42…e905a, 63.879 USDC at Pecan & Petal's treasury 0xe01233…2d11f — the order total less Boson's 0.5% fee, straight from escrow to each merchant's own wallet.One request drove a KYA-verified agent to discover two merchants, quote them, and commit two on-chain Boson escrow orders across two different commerce backends, non-custodially and gaslessly — and both orders have since settled, with funds landing directly in each merchant's own wallet. Facet held neither the funds nor the key at any point. Every line above is anchored to a transaction on Base Sepolia (testnet).