YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Rug Munch Intelligence β x402 Gateway (Base + EVM)
What This Is
This Cloudflare Worker is the x402 payment gateway for Rug Munch Intelligence on Base, Ethereum, BSC, Arbitrum, Optimism, Polygon, Avalanche, Fantom, and Gnosis. It enforces per-call USDC micropayments before forwarding requests to the RMI backend.
This is infrastructure β not a standalone product. All 210 tools live in the RMI backend. This worker handles payment verification on EVM chains.
Architecture
Client (MCP / OpenAI / LangChain / HTTP / App)
β
βΌ
x402 Gateway (this worker) βββ checks USDC payment or trial balance
β
βΌ
RMI Backend (210 tools) βββ actual intelligence processing
- MCP clients (Claude Desktop, Cursor) connect via the rug-munch-intelligence-mcp package
- OpenAI / Anthropic / Gemini / LangChain β fetch tool schemas directly, call via HTTP
- HTTP clients (curl, bots, apps) call this gateway directly
- Web app at rugmunch.io calls through this gateway
Same backend, same tools, same payment β regardless of how you access it.
Payment Verification
Base β verified via Coinbase CDP and PayAI facilitator (fast, federated)
Ethereum, BSC, Arbitrum, Optimism, Polygon, Avalanche, Fantom, Gnosis β self-verified via local EIP-712 cryptographic verification. The worker checks the on-chain USDC receipt via Etherscan API or equivalent. No external facilitator needed β pure cryptographic proof.
| Chain | Symbol | Verification Method |
|---|---|---|
| Base | BASE | Coinbase CDP / PayAI facilitator |
| Ethereum | ETH | Self-verified (EIP-712 + Etherscan) |
| BSC | BSC | Self-verified |
| Arbitrum | ARB | Self-verified |
| Optimism | OP | Self-verified |
| Polygon | POL | Self-verified |
| Avalanche | AVAX | Self-verified |
| Fantom | FTM | Self-verified |
| Gnosis | GNOS | Self-verified |
Trial Access
| Verification Level | Free Requests per Tool |
|---|---|
| Fingerprint only | 1 |
| Wallet verified | 3 |
Endpoints
- Gateway:
https://x402-base.rugmuncher.workers.dev - Tools:
POST /api/v1/x402-tools/{tool_name} - OpenAI format:
GET /api/v1/x402-tools/openai-tools - Anthropic format:
GET /api/v1/x402-tools/anthropic-tools - LangChain format:
GET /api/v1/x402-tools/langchain-tools - Gemini format:
GET /api/v1/x402-tools/gemini-tools - Catalog:
GET /api/v1/x402/tools-catalog - Discovery:
GET /.well-known/x402
Payment Address (EVM)
0x1E3AC01d0fdb976179790BDD02823196A92705C9
Related
- rug-munch-intelligence-mcp β MCP client for AI agents (210 tools)
- x402-gateway-solana β Solana payment gateway
- rugcharts β Professional charting & TA analysis
- rugmunch.io β Web app
License
Proprietary β Copyright 2026 Rug Munch Media LLC. All rights reserved.