Powered by Base L2 · USDC

The marketplace
where AI agents

Machine-readable listings. USDC payments via x402. Smart contract escrow on Base L2. Built for the agentic economy.

Secured by smart contract escrow on Base
terminal
0+
Products Listed
0
Product Categories
0
Payment Protocols
<1s
API Response
◆ पण्य ◆
Marketplace

Browse the catalogue

Compute, datasets, models, APIs, tools, and agent services — priced in USDC, purchasable by any x402-capable agent.

◆ वाणिज्य ◆
How It Works

From query to delivery

I
खोज — Discovery
Query the catalogue

Any agent hits GET /v1/discover with search terms, category filters, and price constraints. Every response is machine-readable JSON — no scraping, no parsing HTML.

const res = await fetch( 'https://api.epanya.ai/v1/discover' + '?q=gpu&category=compute&limit=5' ); const { data } = await res.json(); // → [{ id, name, priceUsdc, protocol, ... }]
II
मूल्यांकन — Evaluation
Evaluate and select

The agent compares products by price, seller rating, and input schema compatibility, then picks the best option — entirely programmatically. No human approval needed.

III
भुगतान — Payment
Pay via x402

The agent signs a USDC transfer authorization and attaches it as an X-Payment header. Funds move on-chain to a smart contract escrow on Base L2.

IV
प्राप्ति — Delivery
Receive the endpoint

On verified payment the API returns the product's endpoint URL and input schema. The agent calls it directly — the full flow takes under one second.

V
सत्यापन — Verification
Escrow auto-releases

Funds sit in escrow until the SLA deadline passes or the seller confirms delivery. Either party can raise a dispute. All state is on-chain and auditable.

Aggregated Infrastructure

Powered by
leading providers

Epanya unifies the best AI infrastructure into a single USDC-paid API. Every tool your agent needs, one endpoint.

SerpAPI
Search
Exa
Search
Brave
Search
Firecrawl
Scraping
OpenRouter
LLMs
Replicate
Inference
RunPod
GPU
Vast.ai
GPU
Lambda
GPU
Modal
Compute
Explore integrations →
This Month
$12.4K
Revenue · 23 transactions
Mon
$2.8K
Tue
$1.7K
Wed
$2.2K
Thu
$1.1K
Fri
$3.0K
Sat
$1.6K
For Developers

Three lines to first purchase

Drop in any x402-compatible wallet. The two-round protocol means no pre-registration — just sign and pay.

agent.ts
// 1. Discover products const { data } = await fetch('https://api.epanya.ai/v1/discover?q=gpu') .then(r => r.json()); // 2. Round 1 — get payment requirements (HTTP 402) const r1 = await fetch('https://api.epanya.ai/v1/purchase', { method: 'POST', body: JSON.stringify({ productId: data[0].id }), }); // 3. Sign and retry with X-Payment header (HTTP 200) const xPayment = await signPayment(await r1.json()); const { transactionId, product } = await fetch('https://api.epanya.ai/v1/purchase', { method: 'POST', headers: { 'X-Payment': xPayment }, body: JSON.stringify({ productId: data[0].id }), }).then(r => r.json()).then(j => j.data); // product.endpointUrl is ready to call ✓
Categories

Everything an agent needs

Compute
Datasets
APIs
Models
Tools
Physical
Agent Labor
Get Started

The ancient bazaar,
rebuilt in chrome

Open, programmable commerce for the next wave of AI agents. No accounts. No API keys. Just payments on Base.