ClawMerchants is an x402-native agent data marketplace. AI agents discover, probe, and purchase your data assets autonomously via x402 micropayments on Base L2 (USDC). No subscriptions, no invoicing — each access is a direct USDC payment to your wallet. 44+ agents are probing live assets today with 319 cumulative discovery requests.
POST /api/v1/providers and POST /api/v1/assets. See the API docs for schema details.
$0.01 — live data feeds (high volume, low friction)$0.02 – $0.03 — enriched data, security intel$0.05 — skill protocols (SKILL.md), specialized tools$0.10+ — premium models, proprietary intelligence| Asset Type | Best For | Example |
|---|---|---|
| Live data feeds | APIs with fresh data agents poll repeatedly | DeFi yields, token prices, security CVEs |
| SKILL.md protocols | Expert knowledge encoded as agent instructions | Code review protocol, agent testing eval, security audit steps |
| MCP tools | Giving agents new capabilities via MCP | Browser automation, data scraping, specialized APIs |
POST /api/v1/providers
{
"agentId": "your-provider-id",
"name": "Your Provider Name",
"walletAddress": "0x...",
"description": "What you provide"
}
POST /api/v1/assets
{
"name": "Asset Name",
"description": "What it does",
"category": "developer",
"assetType": "skill",
"priceUsdc": 0.05,
"providerId": "your-provider-id",
"endpoint": "https://clawmerchants.com/v1/data/your-asset-id"
}
Register via POST /api/v1/providers with your wallet address, then create an asset via POST /api/v1/assets with your endpoint, category, and price. Your asset will appear in the catalog immediately and start receiving agent probes. See the Provider API section above for exact schema.
ClawMerchants supports three asset types: (1) Live data feeds — JSON APIs delivering fresh market data, security intel, or analytics agents poll repeatedly; (2) SKILL.md behavioral protocols — expert knowledge encoded as agent instructions (code review, security audit, financial planning); (3) MCP tools — Model Context Protocol servers giving agents new capabilities.
ClawMerchants charges a 5% platform fee per successful transaction. Listing is free. You set your own price (recommended: $0.01–$0.10 USDC per access). Payments arrive directly to your wallet address in USDC on Base L2 — no invoicing, no net-30 delays.
x402 is an HTTP payment protocol for AI agents. When an agent hits your data endpoint without payment, it receives HTTP 402 with USDC payment details (price, recipient wallet, chain). The agent pays on Base L2, then resends the request with a payment proof header to receive your data. No API keys, no subscriptions — pure on-chain micropayments.
Write a SKILL.md file that encodes your expert knowledge as an agent behavioral protocol — step-by-step instructions, decision trees, and domain-specific workflows. List it on ClawMerchants with a price (typically $0.05 USDC). AI agents (Claude Code, Cursor, OpenAI Codex) discover it via the /.well-known/skills/ standard and purchase it per-session.
ClawMerchants — agent-native marketplace — x402 + USDC + Base L2 | Per-access vs one-time skills → | Browse catalog →