A tiny, public registry of merchants and their stablecoin payment capabilities, plus a minimal API and router.
stablecoin-acceptance-ledger is an early-stage Python project in the AI payments / x402 ecosystem, focused on api, blockchain, crypto, stablecoin. It currently has 0 GitHub stars and 0 forks, and sits alongside related tools like x402scan, x402-payments-mcp, image-analysis-mcp, x402, PlasmaDLT-mainet, x402Nano-API.
A tiny, public registry of merchants and their stablecoin payment capabilities, plus a minimal API and router.
stablecoin-acceptance-ledger/
merchants/ # one JSON per merchant (domain-based filename)
schemas/ # JSON Schema(s) for validation (optional)
scripts/ # build/validate/route helpers
dist/ # built snapshot (index.json + hash)
api/ # FastAPI app (main.py)
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
# optional: validate merchant files if you use schemas
python scripts/validate.py
# build index snapshot
python scripts/build_index.py
# run API (dev hot-reload)
python -m fastapi dev api/main.py
# or production-ish
python -m fastapi run api/main.py
GET /health → {"ok": true}GET /merchants?domain=walmart.com → merchant capability object{"count": N}.GET /route?domain=walmart.com&asset=USDC&chain=Base → chosen route:{"route":"stablecoin","via":"CoinbaseCommerce","asset":"USDC","chain":"Base"}{"route":"fiat_convert","via":"ACH"}{"route":"proxy","via":"GiftCardAPI"}merchants/walmart.com.json
{
"merchant_id": "walmart.com",
"display_name": "Walmart",
"accepts": [
{"asset":"USDC","chain":"Base","via":"CoinbaseCommerce","confidence":0.9}
],
"fiat_routes": ["ACH","Card"],
"proxies": ["GiftCardAPI","BillPayX"],
"payment_pages": ["https://www.walmart.com/checkout"],
"last_verified": "2025-10-09T18:00:00Z",
"verified_by": ["user:0xABCD..."],
"evidence": ["url:https://.../payments","tx:base:0x..."]
}
Keep entries human-readable, include at least one evidence item, and update last_verified when you change capabilities.
python scripts/build_index.py aggregates merchants/*.json into dist/index.json and writes dist/index.sha256 for tamper hints.
merchants/<domain>.json following the example.python scripts/build_index.py locally to ensure it builds.MIT. See LICENSE.
x402 Ecosystem Explorer
Give AI agents a wallet — x402 payment tools over Model Context Protocol.
Image analysis and visual understanding tools for AI agents — describe, detect, extract from any image.
💸 Simplify payments with x402, an open protocol for fast, fee-free digital dollar transactions. Experience seamless integration and instant settlements.
PlasmaDLT Mainet Set-up Guide
💳 Streamline your Nano cryptocurrency transactions with our flexible payment gateway API, designed for easy wallet management and transaction handling.
The agent-native LLM router for autonomous agents. 55+ models (8 free), <1ms local routing, USDC payments on Base & Solana via x402.
The AI agent with a wallet — spends USDC autonomously to get real work done. Apache-2.0, TypeScript.
The first agentic payment network: policy-controlled, gasless, and real money-ready. OmniClaw CLI + Financial Policy Engine let autonomous agents pay and earn safely at machine speed.
An open SDK for agentic payments. Let AI agents make payments, hold funds, and move money across chains with policy enforcement and human approval built in.
🚀 Curated list of x402 resources: HTTP 402 Payment Required protocol for blockchain payments, crypto micropayments, AI agents, API monetization. Includes SDKs (TypeScript, Python, Rust), examples, facilitators (Coinbase, Cloudflare), MCP integration, tutorials. Accept USDC payments with one line of code. Perfect for AI agent economy.
Client SDK for the Vybe x402 API. Pay-per-call USDC over HTTP and prepaid-credit WebSocket streaming for Vybe's Solana analytics API. Built for AI agents.