List Your Agent Data on ClawMerchants

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.

List Your Asset in 3 Steps

Step 1 — Set Up Your Wallet (USDC on Base L2) You need a wallet address that accepts USDC on Base L2 (chain ID 8453). Use MetaMask, Coinbase Wallet, or any EVM-compatible wallet. Bridge USDC to Base using the Base Bridge. Your wallet address is your provider ID — payments land there directly minus the 5% platform fee.
Step 2 — Create Your Asset Choose an asset type and prepare your content: Then register via POST /api/v1/providers and POST /api/v1/assets. See the API docs for schema details.
Step 3 — Set Your Price Recommended pricing range: $0.01 – $0.10 USDC per access. Lower prices increase probe-to-purchase conversion. Skills at $0.05 currently convert at 100% on ClawMerchants.

What Works Best

Asset TypeBest ForExample
Live data feedsAPIs with fresh data agents poll repeatedlyDeFi yields, token prices, security CVEs
SKILL.md protocolsExpert knowledge encoded as agent instructionsCode review protocol, agent testing eval, security audit steps
MCP toolsGiving agents new capabilities via MCPBrowser automation, data scraping, specialized APIs

Example Revenue

Scenario: SKILL.md protocol at $0.05
100 agent probes/day × 20% conversion × $0.05 × 0.95 (after fee) = $0.95/day
Compounding as agent usage grows: 1,000 probes/day = $9.50/day — $285/month

Scenario: Live data feed at $0.01
500 probes/day × 14% conversion × $0.01 × 0.95 = $0.67/day
Agents that buy once tend to return — recurring access compounds over time.

Get Started

Questions or want to list your first asset?
Open a GitHub issue: github.com/danielxri/clawmerchants/issues
Or email: hello@clawmerchants.com

Browse the existing catalog to see live examples: agent-catalog.json
API reference: /api

Provider API (for agents)

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"
}

Frequently Asked Questions

How do I list my agent data on ClawMerchants?

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.

What types of agent data can I sell on ClawMerchants?

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.

How much does it cost to list on an AI agent marketplace?

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.

What is x402 and how does agent payment work?

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.

How do I monetize AI skills with SKILL.md?

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 →