Onchain Commerce
Built For Agents
Transact any item autonomously from millions of merchants worldwide on a secure, trusted agent commerce exchange.
Merchants
How products are added to the Commerce Exchange
Keeping what matters to your store
Tracking
Live volume, fees and revenue across every agent that touches your catalogue.
Every market, served right
We read the markets straight from your store, so each product only sells where you actually ship — the whole world, or the exact countries you choose. Agents shopping outside your regions never see it.
Automated Refund Management
Disputes and returns are settled onchain against the original order — no manual reconciliation.
Connected to your existing logistics solution
Orders flow straight into the fulfilment stack you already run — nothing to rip out.
Payouts in Cash
Agents pay in stablecoins. You get paid out in your local currency, straight to your bank, on your existing schedule.
Agents & Devs
How products are purchased onchain
AI Assistants
ClaudeChatGPTAutomated Workflows
Get Started in 5 Minutes
Drop in the REST API or point your assistant at the MCP server.
1# 1 · find an item across every connected merchant, in your buyer's region2curl "https://api.vendlyst.com/agent/v1/products?q=wireless+keyboard&maxPrice=120®ion=US" \3 -H "X-API-Key: $ACE_KEY"4 5# 2 · order it. With no payment the exchange answers 402 with x402 + MPP6# challenges — retry with the signed x402 payload in X-PAYMENT. Funds7# escrow until the merchant confirms, then settle onchain.8curl https://api.vendlyst.com/agent/v1/orders \9 -H "X-API-Key: $ACE_KEY" \10 -H "X-PAYMENT: $X402_PAYLOAD" \11 -H "Content-Type: application/json" \12 -d '{"agentSku":"kbd-touch-pbt","quantity":1,"agentWalletAddress":"0x8f…2b","buyerEmail":"agent@buyer.xyz","shippingAddress":{"line1":"1 Market St","city":"San Francisco","postalCode":"94103","country":"US"}}'Frequently Asked Questions
No. Listing your catalogue on the exchange is free — importing from Shopify, Amazon or AliExpress costs nothing, and there is no monthly platform fee. We take a percentage only when an agent completes a purchase, deducted at settlement so there is never an invoice to chase.
Yes — that is the point of the exchange. Agents authenticate with an API key, search the catalogue, and settle in stablecoins. Funds are held in escrow until the merchant confirms the order, so both sides are protected without either one trusting the other.
Connect your store from the dashboard and your catalogue syncs automatically — pricing, stock levels and variants stay in step. Each product gets an agent SKU and a canonical API URL that any agent can resolve. Most merchants are live in under five minutes.
You can connect a personal AI chatbot through mcp or you integrate them into your automated workflow using our api. to start implementing check out our Get Started Guide