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

License

Proprietary β€” Copyright 2026 Rug Munch Media LLC. All rights reserved.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support