Dozens of paid APIs live on Algorand's x402 bazaar — data, scraping, verification, market feeds — each payable per request in USDC. No accounts, no API keys, no gas. Caravan is the route in: one config line for agents, one page for the curious.
This demo runs on Algorand's TestNet — a practice network where the money is free and nothing is at risk. Three minutes gets you trading:
Install the free Pera Wallet app (iOS/Android) and create an account. Then switch it to TestNet: Settings → Developer Settings → Node Settings → TestNet.
Copy your address from Pera, then claim free TestNet funds: ALGO faucet first, then the USDC faucet (choose “Algorand Testnet”).
Hit Connect Pera Wallet (top right), scan the QR with the app, and buy your first API call below for a tenth of a cent. Your phone confirms every payment — nothing moves without your approval.
Every button below moves real value from your wallet, settled on Algorand in seconds. Prices are per call — cents, not commitments.
🔒 The buttons unlock once you connect — hit Connect Pera Wallet in the top-right corner. On TestNet this is free faucet money, so click without fear.
The full map of the bazaar — every live paid service, junk filtered out, ranked by real settled usage.
Point at any x402 URL — get latency, price, supported networks, and its reputation in the bazaar.
Pay once. Caravan finds the right merchants and pays them for you, returning composed results with every on-chain receipt.
Every payment settles on Algorand — follow any line to the block explorer.
The Trust column is Caravan's own work: the Cartographer patrols every endpoint in the bazaar hourly — uptime, latency, protocol conformance — and scores each merchant 0–100. Trust is earned over patrols, never granted.
| Merchant | Sells | Trust | Price | Paid uses |
|---|
Reading the bazaar…
One config line gives Claude, Cursor, or any MCP client a wallet and the whole bazaar.
{
"mcpServers": {
"caravan": {
"command": "npx",
"args": ["caravan-x402-mcp"],
"env": {
"CARAVAN_MNEMONIC": "<wallet mnemonic>",
"CARAVAN_NETWORK": "testnet"
}
}
}
}