Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ Real companies using x402 in production with proven scale and transaction volume
- [Coinbase Developer Platform](https://coinbase.com/developer-platform) - Official CDP implementation processing hundreds of thousands of transactions weekly with enterprise-grade reliability and 2-second settlement times.
- [Cloudflare Workers](https://workers.cloudflare.com) - Edge computing platform with x402 integration serving global distributed payment verification at scale across 300+ data centers.

- [AgentCourt](https://agentcourt.to) — B2B dispute resolution API for agent commerce. POST /v1/disputes returns structured ruling with confidence score, legal reasoning, and remedy. 7 policy templates, 42 rules, 50 verdicts stored. $0.05 USDC per dispute on Base mainnet via x402. <100ms avg latency. ([GitHub](https://github.com/vbkotecha/agentcourt-api) | [OpenAPI](https://agentcourt-api-production.up.railway.app/docs) | [Health](https://agentcourt-api-production.up.railway.app/health))
- [AgentServices](https://agentservices.to) — Paid data APIs for AI agents with 13 MCP tools. Crypto prices, technical indicators, DeFi yields, DEX quotes, prediction markets, news, search, IP geolocation, URL metadata, marketing intelligence (sentiment, trends, competitors, content gaps, ad copy), and dispute resolution. $0.01–$0.05 USDC per call on Base via x402. MCP server with streamable-http transport. ([API Docs](https://api.aiservices.to/docs) | [LLMs.txt](https://api.aiservices.to/llms.txt) | [MCP Registry](https://registry.modelcontextprotocol.io/#/server/to.agentservices%2Fagentservices) | [GitHub](https://github.com/vbkotecha/aiservices-api))

### Production Success Metrics

**Key Performance Indicators:**
Expand Down Expand Up @@ -470,6 +473,10 @@ Projects building with or extending x402.
- Cloudflare x402 - Edge payment processing.
- [thirdweb Nebula](https://thirdweb.com/nebula) - AI agent transaction framework.

- [AgentCourt](https://github.com/vbkotecha/agentcourt-api) — Policy-driven dispute resolution API for agent commerce. The "Evaluator" layer for ERC-8183: submit evidence, apply policy rules, get deterministic rulings in under 500ms. 6 policy templates (freelance, milestone, bug bounty, SLA, API quality, physical commerce), 34 rules, ADRP-compatible. x402-ready at $0.05/dispute. Python + JS + TS SDKs, MCP server config, Postman collection. Live API with 50+ verdicts resolved.

- [AgentCourt](https://agentcourt-api-production.up.railway.app) — Policy-driven dispute resolution API for agent commerce. 7 policy templates (freelance delivery, milestone payments, bug bounties, SLA, API quality, physical commerce, scope disputes), 39 deterministic rules, rulings in <30ms. $0.05 USDC per dispute on Base mainnet. Free tier: 100 disputes/month. x402 discovery: [/.well-known/x402](https://agentcourt-api-production.up.railway.app/.well-known/x402) | ([GitHub](https://github.com/vbkotecha/agentcourt-api)) | ([Landing](https://vbkotecha.github.io/agentcourt-api/))

### Tools & Services

- [Pylon](https://pylonapi.com) — x402-payable utility API gateway for AI agents. 20 capabilities (web extraction, search, translation, code execution, image generation, and more) on Base mainnet. MCP server (`npx @pylonapi/mcp`), agent reputation network, and gateway orchestration. USDC on Base. ([GitHub](https://github.com/pylon-apis/pylon-mcp))
Expand All @@ -486,6 +493,7 @@ Projects building with or extending x402.
- [AgentStore](https://agentstore.tools) - Open-source marketplace for Claude Code plugins with x402 USDC payments, 80/20 publisher revenue split, and permissionless publishing via CLI.
- [AIAgentStore.ai](https://aiagentstore.ai/developer) - Insights for founders with x402 payments.
- [Einstein AI](https://emc2ai.io) - AI blockchain intelligence with 23 x402 endpoints. Whale tracking, smart money, launchpad monitoring, security audits.
- [AgentServices](https://agentservices.to) — 52 paid API endpoints for AI agents: crypto data, technical indicators, DeFi yields, portfolio analysis, cross-DEX arbitrage scanning, market intelligence, and inference gateway. 37 MCP tools, LangChain/CrewAI SDKs, ElizaOS plugin. $0.002-$0.25/call in USDC on Base. 13 free endpoints. ([GitHub](https://github.com/vbkotecha/aiservices-api))
- [Rug Munch Intelligence](https://cryptorugmunch.app) - AI-powered crypto risk intelligence with 19 x402 endpoints. Rug pull detection, honeypot scoring, deployer tracking, holder deep-dive, KOL shill detection, social OSINT, and LLM forensic analysis (Claude Sonnet/Opus). $0.02–$2.00 USDC on Base. MCP server (19 tools), A2A agent card, AgentKit plugin. [Example Agent](https://github.com/CryptoRugMunch/x402-trading-agent) | [AgentKit](https://github.com/CryptoRugMunch/rug-agent-kit)
- [Apollo Intelligence Network](https://apolloai.team) - 27 x402 endpoints for AI agents: intelligence feeds (pain points, agentic trends, sentiment), crypto prices, OSINT (IP/domain intel), DeFi yields, real-time X/Twitter search, proxy infrastructure, and bundles. MCP server with 26 tools. USDC on Base. ([GitHub](https://github.com/bnmbnmai/mcp-proxy)) | ([npm](https://www.npmjs.com/package/@apollo_ai/mcp-proxy))
- [Moltalyzer](https://moltalyzer.xyz) - Three AI intelligence feeds for agents: hourly Moltbook community digests, daily GitHub trending repos, and daily Polymarket insider detection via x402 micropayments on Base.
Expand Down