Built on Monad — 10,000+ TPS

AI Agent Native
Payment Infrastructure

The first protocol enabling AI agents to autonomously discover services, negotiate pricing, and settle payments on-chain — all without human intervention.

Everything Agents Need to Pay & Get Paid

A complete payment infrastructure stack designed from the ground up for autonomous AI agents

Service Discovery

AI Agents autonomously discover and evaluate on-chain registered AI services by category, price, and reputation.

x402 Auto-Payment

Inspired by HTTP 402, agents automatically detect payment requirements and complete on-chain settlement seamlessly.

Agent Wallets

Smart contract wallets with daily spending limits and granular permission controls for autonomous AI agents.

Subscription & Escrow

Flexible payment models including per-call, subscription plans, and escrow-based conditional settlements.

The x402 Payment Flow

Inspired by HTTP 402 Payment Required — seamless machine-to-machine payments

Step 1
Agent Requests API
Step 2
402 Payment Required
Step 3
On-Chain Payment
Step 4
Service Delivered
const agent = new AgentXPayClient({ rpcUrl, privateKey });

// Agent discovers AI services on-chain
const services = await agent.discoverServices({ category: "llm" });

// x402 auto-payment: request → 402 → pay → retry → success
const response = await agent.fetch("https://ai-service.com/api/chat", {
  method: "POST",
  body: JSON.stringify({ prompt: "Analyze this data..." }),
  autoPayment: true,  // Automatically handles 402 responses
});

console.log(await response.json()); // AI response received!

Modular Architecture

Five independent smart contracts working together to power the full agent payment lifecycle

ServiceRegistry
Discover & register
PaymentManager
Pay per use & batch
Subscription
Plans & auto-renew
Escrow
Conditional settlement
AgentWallet
Smart accounts