Live: XRPL + Base + Celo x402 sellers Base USDC · EVM triage & deep audit SKUs Celo CELO · native fulfillQuery seller Stripe MPP · x402 Strategy Dashboard bundle

Agentic Swarm Marketplace

Three live x402 seller rails for agent-to-agent commerce: XRPL mainnet (T54, XRP), Base mainnet (USDC facilitator), and Celo (native CELO via fulfillQuery). Plus Stripe Machine Payments Protocol checkout and the sellable x402 Strategy Dashboard bundle — alongside paid EVM contract triage, deep audit, and airdrop threat screening. Discovery: /.well-known/x402.json on the public API host.

What It Is

Agentic Swarm Marketplace sells machine-paid SKUs to other agents — no trading, no speculation. Each rail is a receive-only x402 seller: buyers pay per request; the API returns JSON or LLM output after settlement. Base mainnet carries USDC facilitator routes including EVM security SKUs. Operators can also sell via Stripe MPP and the packaged x402 Strategy Dashboard ZIP.

🔐

Base · EVM security

Paid /x402/v1/contract-triage, contract-audit, airdrop-intelligence (USDC, facilitator). Heuristic / automated — not a substitute for a full professional audit.

XRPL Rail (T54)

Machine-native x402 on xrpl:0. Multi-SKU seller; XRP settles to your receive address — no signing keys on the server.

🌿

Celo Rail (api_402)

Native CELO micropayments via HTTP 402 → fulfillQuery on AgentRevenueService. Public route: /celo/query on the API host.

💳

Stripe MPP

Card-led checkout and crypto deposit for the marketplace layer and operator dashboard bundle — alongside per-request x402 sellers.

Architecture

Three live seller rails — same agent-commerce pattern (HTTP 402 → pay → JSON), different settlement assets.

XRPL (T54)

Per-request x402 on xrpl:0. Facilitator verifies XRP; multi-SKU catalog under /t54/.

Base (USDC)

Facilitator x402 on eip155:8453. Full security + research SKUs under /x402/v1/.

Celo (CELO)

Native x402 — no facilitator. Buyer calls fulfillQuery; seller verifies tx at /celo/query.

R&D (optional)

ComputeMarketplace escrow + hybrid XRPL→Celo proofs — testnet experiments only; not required for seller-only ops. See Proof.

Base USDC · EVM security & airdrop screening

The Base mainnet seller (eip155:8453 USDC, x402 facilitator) exposes the same machine-paid SKU shapes as T54 where mirrored: triage, deep audit, monitoring, and airdrop intelligence. Contract triage combines explorer source fetch, optional Slither (when installed server-side), brand/heuristic flags, and on-chain probes (e.g. EIP-7702–style bytecode). Deep audit merges triage, probes, and structured excerpts — useful intelligence for agents and operators, not a formal security certification. Airdrop intelligence scores topics and can optionally merge triage when contractAddress is supplied.

Passive discovery (no payment): /.well-known/x402.json · agent-card.json · mcp.json on api.agentic-swarm-marketplace.com. Smithery / MCP clients: Streamable HTTP MCP.

🛡️

What it is

Automation-first screening and reporting to support agent workflows — honeypot-style heuristics, Slither detectors when available, and Phase-6–style counterparty signals encoded in triage (e.g. known EIP-7702 delegate patterns, deployer hints).

⚖️

What it is not

Not legal advice; not a guarantee that a contract is safe to interact with; not a replacement for a dedicated human audit or bug bounty when stakes are high. Always verify independently.

Stripe Machine Payments Protocol (MPP)

Card-led and crypto deposit flows for the marketplace layer — alongside per-request x402 and T54. Uses Stripe PaymentIntents with payment_method_types: ['crypto'] in deposit mode on Tempo; webhooks fulfill digital orders (e.g. dashboard ZIP download).

💳

Checkout + settlement

HTTP APIs can return payment challenges; the Stripe path creates a PaymentIntent, buyer pays, and Stripe captures when the deposit settles — wired in-repo for marketplace orders.

🔗

Dual-run safe

Defaults keep MPP optional (STRIPE_MPP_ENABLED gate). x402 sellers and soak jobs stay on separate ports; unified reverse proxy can expose /webhooks/stripe on one public hostname.

x402 Strategy Dashboard — operator bundle

Sellable digital product: static HTML viewer + catalog-slim.json snapshot (from x402 Scout pipeline), README, LICENSE. Pack with npm run marketplace:pack → ZIP in dist/. Buyers pay via Stripe; fulfillment serves the bundle after webhook confirmation.

Overview of the x402 Earning Strategy Dashboard: KPIs, seven earning playbooks for swarm agents, and marketplace service breakdowns.

Overview — Multi-tab dashboard: global metrics, seven agent earning playbooks (buy–resell, DeFi intelligence, audit, compliance, compute broker, alerts, pipeline composer), and category breakdown. Headline numbers reflect the catalog analysis baked into each build; refresh data with npm run catalog:scout-slim before packing.

Live endpoints

Single source of truth: docs/endpoints.json — regenerate with npm run docs:sync-endpoints (reads PUBLIC_API_ORIGIN, T54_SELLER_PUBLIC_BASE_URL, X402_SELLER_PUBLIC_URL, CELO_402_PUBLIC_URL, and MARKETPLACE_PUBLIC_BASE_URL from .env). Use stable HTTPS and mainnet settlement (eip155:8453 USDC, xrpl:0 XRP, eip155:42220 CELO) for real inbound sales — see PUBLIC_MAINNET_OPERATIONS.md. After unified Caddy + tunnel, run npm run stack:unified:wire first, then sync and commit so GitHub Pages matches your live origins.

Try unpaid probes on the API host (expect HTTP 402): Base query · Celo query · T54 hello. This www site is static GitHub Pages — paid routes run on api.

Loading…

Connect your agent (MCP)

Use the repo’s MCP server so Cursor, Claude Desktop, Smithery, or Glama can call paid SKUs as tools (including contract_triage, contract_audit, airdrop_intelligence): the bridge pays HTTP 402 invoices via x402_broker_client when your .env is configured. Public Streamable HTTP endpoint: api.agentic-swarm-marketplace.com/mcp. Copy-paste configs live in mcp-integration.md.

📄

llms.txt (agent SEO)

Machine-readable overview, stable raw links to OpenAPI and endpoints.json, payment expectations, MCP pointers — for crawlers and external LLMs.

Open llms.txt

🧩

MCP setup

Windows PowerShell launcher, Cursor mcp.json, Claude Desktop absolute paths, dry-run and preflight commands.

mcp-integration.md

Celo native x402 seller — api_402

Live on the unified API host at /celo/query (Celo Sepolia today; mainnet contract deploy on roadmap). HTTP 402 with CELO payment terms; buyers submit AgentRevenueService.fulfillQuery, then retry with X-Payment-Tx-Hash.

Service details

Caddy routes /celo/*api_402 on port 8042. Discovery uses CELO_402_PUBLIC_URL (provider swarm-self in x402_providers.json).

HTTP 402 CELO CAIP-2 eip155:11142220 fulfillQuery

What it is

Constitution-bound LLM Q&A sold for native CELO — low-fee, mobile-friendly, EVM-compatible Celo rail for agent buyers.

What you run

npm run api:402 (or npm run stack:unified:start). Set REVENUE_SERVICE_ADDRESS + CHAIN_ID on the API host.

RoutePublic pathRole
queryGET/POST /celo/query?q=Paid constitution-safe Q&A (402 → CELO tx → 200)
healthGET /celo/healthChain id, revenue contract, LLM probe (free)

T54 x402 seller — XRPL mainnet

Completed in-repo: multi-SKU HTTP 402 + x402 payment flow; XRP on xrpl:0 via T54 facilitator. Receive-only seller (r...) — no signing keys on the server.

Service details

Structured JSON per route; discovery builds public resource_url values from T54_SELLER_PUBLIC_BASE_URL + each SKU path in x402_providers.json.

x402 v2 XRP CAIP-2 xrpl:0 T54 facilitator

What it is

FastAPI seller returning machine-readable 402 challenges; buyers pay in XRP; facilitator verifies and settles on-ledger.

What it ships

Multiple paid GET routes (drops-priced), free /health with SKU catalog — see table below.

Per-request machine pay on XRPL (x402 + T54) is separate from the packaged HTML dashboard sold via Stripe — same ecosystem, different SKU shape.

SKUPathRole
hello/helloMicropayment ping
structured-query/x402/v1/queryConstitution-safe short Q&A
research-brief/x402/v1/research-briefMulti-section research brief
constitution-audit/x402/v1/constitution-auditPrompt / ethics heuristic review
agent-commerce-data/x402/v1/agent-commerce-dataPremium proof + x402 commerce JSON bundle (?depth=standard|full)
airdrop-intelligence/x402/v1/airdrop-intelligenceAirdrop / incentive screening (Farm Score, risk flags); optional contractAddress merges EVM triage
contract-triage/x402/v1/contract-triageFast EVM contract screen — Slither hot detectors, Phase 6–style EIP-7702 / deployer signals
contract-audit/x402/v1/contract-auditDeep audit pipeline (Slither + on-chain intel, up to 3 addresses)
contract-monitor/x402/v1/contract-monitor30-day monitoring subscription (webhook alerts; T54: GET with query params per SKU)

R&D Proof & Milestones

Historical testnet experiments (hybrid XRPL + ComputeMarketplace escrow). Production inbound sales use the three x402 sellers above — not private escrow. T54 · Celo api_402 · Base USDC.

96/9624h cycles
24/246h cycles
100%Success rate
120Total XRPL txs
1080Total Celo txs
68sAvg settlement

6h soak: 24 cycles · 24h soak: 96 cycles. Both 100% success, zero failures.

Hybrid XRPL → ComputeMarketplace (testnet R&D)

XRPL Tx D055E8F6CE7B...DC192 View on XRPL
Celo Task ID 42 View Marketplace

Contracts & Explorer Links

Celo Sepolia testnet artifacts for optional R&D (ComputeMarketplace escrow). The live Celo seller uses AgentRevenueService — set REVENUE_SERVICE_ADDRESS on your API host (see Celo x402).

ComputeMarketplace (R&D) 0xad8eaf9436b2580172e65d537ef9cf7d5f06a5a9 Verified Verified Source on Blockscout
Treasury 0xD92264f5f6a98B62ff635e0F0b77c8A059Eb3Bb6 Explorer
Finance Distributor 0xCF3572136265A5ED34D412200E63017e39223592 Explorer

Celo Sepolia (R&D): Blockscout · XRPL: Mainnet Explorer

x402 Agent Commerce Upgrade

HTTP 402 micropayments on the Celo native seller path (api_402). Validated buy + discovery cycles on testnet; production sellers are listed in Live endpoints.

391h cycles
26/26Buy success
13/13Discovery
100%Success rate
3.5sAvg buy latency
0Errors

Celo wallet → api_402 seller (same pattern as Base/T54). Arcana, Agoragentic, Bazaar discovery for buy-side integration.

View 1h Soak Report View JSON Summary View Cycle Log x402 Integration Doc

Reports & Documentation

Public-safe reports and architecture docs. Links open in the GitHub repo.

x402 1-Hour Soak Test

26 buy cycles, 13 discovery cycles. 100% success. Celo-native agent commerce.

View Report

Live XRPL → Celo Proof

Presentation-grade proof with verifiable XRPL + Celo tx hashes.

View Report

6-Hour Soak Test

24/24 cycles, 216 Celo txs. 100% success.

View Report

24-Hour Soak Test

96/96 cycles, 864 Celo txs. 100% success.

View Report

Architecture

System overview, multi-rail design, LangGraph workflow.

View Doc

XRPL Payments

Payment modes, wallet setup, integration guide.

View Doc

Stripe MPP + marketplace

Machine Payments Protocol, PaymentIntents, Tempo deposit, webhook fulfillment.

STRIPE_MPP_INTEGRATION.md

x402 Strategy Dashboard bundle

Operator ZIP: HTML viewer, catalog snapshot, pack workflow.

MARKETPLACE_DASHBOARD_BUNDLE.md

T54 x402 seller (XRPL)

Runbook: Cloudflare Tunnel / ngrok, env vars, 24/7 startup, multi-SKU discovery.

View Doc

EVM counterparty intel (example audit)

Read-only contract intelligence report (Base meme-token case study): EIP-7702 delegates, deployer overlap, holder cross-reference — informs triage signals in-repo.

audit_report_v2.md

x402 discovery keyword scan

CDP + PayAI catalogs: airdrop-adjacent substring hits (weak signal). JSON summary for agents; pair with Airdrop Scout.

Read report JSON Airdrop intelligence

Ecosystem Alignment

Why multi-rail x402 sellers matter for agents.

Celo

Mobile-first, low-fee L2. Native CELO micropayments via fulfillQuery — ideal for agent buyers already on Celo.

XRPL

Machine-native payments. Fast finality. XRP on mainnet via T54 facilitator — built for programmatic value transfer.

Base + Bazaar

USDC facilitator x402 for Coinbase Bazaar discovery, EVM security SKUs, and broad agent client compatibility.

Roadmap