Why Stablecoins?
The last point matters most for agentic commerce: AI agents can hold and transact with stablecoins directly. No credit card numbers, no bank accounts, no personally identifiable information. An agent wallet plus stablecoins is the native payment method for machine-to-machine commerce.
Supported Tokens
Prism settles using any ERC-20 token that implementstransferWithAuthorization (ERC-3009). This is the standard that lets the wallet sign a payment off-chain and have Prism execute it on-chain.
Tokens currently enabled:
In x402 payment requirements, the
asset field is the token’s ERC-20 contract address — not the symbol shown above. See the API Reference for example values.How Settlement Works
1
Payment Initiated
An AI agent’s wallet holds stablecoins. The agent initiates a payment via
a commerce protocol (x402, UCP) by submitting a signed payment
with the request.
2
On-Chain Transfer
The Spectrum settlement layer executes the stablecoin transfer from the
agent’s wallet to the merchant’s wallet on-chain.
3
Verification
Spectrum verifies the on-chain transaction: correct amount, correct token,
correct recipient, transaction confirmed on the blockchain.
4
Confirmation
Prism confirms the payment to the SDK middleware, which allows the original
request to proceed.
5
Webhook Notification
Prism delivers a webhook to the merchant’s configured endpoint with full
transaction details — amount, token, chain, transaction hash, and timestamp.
Settlement on Different Chains
Settlement happens on the chain specified in the payment requirements. Merchants configure their preferred chain(s) in the Prism Console, and the payment response tells the agent which chain to pay on. Prism can settle on any EVM-compatible chain. Adding a new network is a contract deployment on our side. Enabled chains:
Need a chain that isn’t listed? Let us know.
Chain selection guidance:
- Accept payments on multiple chains for maximum compatibility with different agent wallets
- Consider your agents’ chain preferences — settlement is simplest when both sides use the same chain
- L2 chains generally offer faster settlement and lower gas costs
Merchant Payouts
Once stablecoins settle to the merchant’s wallet, they’re yours. Options include:- Hold stablecoins — Keep the USD-denominated balance as-is
- Transfer — Move funds to another wallet or treasury address
- Re-invest — Use stablecoins in DeFi or other on-chain activity