Accept payments from AI agents.
Your customers’ agents will buy from you whether you’re ready or not. Become a verified merchant on SafeSpend so the ones who’re acting safely actually find you — and the ones who aren’t, can’t spoof your storefront.
Business details
Your ENS identity
Customers’ agents see and trust ENS names instead of hex addresses. We’ll register <slug>.safespend.eth under the official safespend.eth namespace and point it at your wallet.
Resolved via Ethereum mainnet ENS. Same address works for any EVM chain — Avalanche, Base, Arbitrum, Optimism — all of them.
Embed “Pay with SafeSpend” on your storefront
Drop this snippet anywhere your existing checkout lives. Customer agents will see your verified ENS identity and route through their owner’s SafeSpend policy.
<!-- Drop into your checkout -->
<script src="https://safespend.eth.limo/embed.js" async></script>
<safespend-pay
merchant="<slug>.safespend.eth"
receiver="0x..."
amount-usd="22.00"
on-approved="window.location.href='/order/confirmed'"
></safespend-pay>This onboarding flow is a prototype showing how the merchant side of agent-native commerce could work. The contract layer, ENS subname allowlist, and policy enforcement are all live (see the demo on the home page). Auto-registration and the embeddable button are stubs for the pitch — turning this into a real merchant signup is the obvious next build.