Payments for AI Agents

Your agent just tried
to pay. It worked.

0.1% flat fee. USDC on Base. Settled in under 3 seconds.

Testnet available · Start with $0 · No credit card required

agent.ts
// Your agent sends a payment
const result = await mcp.call('create_payment', {
  to: '0xRecipient...',
  amount: '10.00',
  currency: 'USDC',
  network: 'base',
})
// ✓ Settled in 2.8s — fee: $0.01

Built on

Base L2CircleUSDC

Built for autonomous spending

Security, speed, and simplicity — built in from day one.

Secure by Design

Per-agent spending limits, recipient whitelists, and API key hashing. Your agents can only spend what you allow.

0.1% Flat Fee

No hidden charges. One transparent fee. 29× cheaper than Stripe.

MCP Native

Plug into Claude Desktop in 2 minutes. Your agent calls create_payment directly.

x402 Facilitator

Verify and settle EIP-3009 payments on Base. No intermediary needed.

Live Transaction Feed

Real-time settlement stream

Live feedUSDC · Base L2
TimeAgentAmountStatus
14:23:01trading-bot-7$12.50 USDC
confirmed
14:22:48data-fetcher$0.08 USDC
confirmed
14:22:33oracle-agent$5.00 USDC
pending
14:22:19arb-scanner$31.20 USDC
confirmed

How settlement works

Three steps. Under 3 seconds.

01

Agent signs

Your agent signs an EIP-3009 authorization within the spending limits you set.

02

Circle facilitates

Circle verifies the signature and broadcasts the USDC transfer on Base L2.

03

Funds arrive

Recipient wallet receives USDC in under 3 seconds. Immutable on-chain record.

Simple REST API

One endpoint. Confirmed in seconds.

POST /v1/payments
curl -X POST https://api.rosud.com/v1/payments \
  -H "X-API-Key: rosud_live_xxx" \
  -H "Content-Type: application/json" \
  -d '{
    "amount": 5.00,
    "to": "0x742d35Cc6aF5b9b8cBD1f73c...",
    "memo": "api_call_fee"
  }'
200 OK — confirmed in 2.7s
{
  "id":      "pay_7kQmX9eRtz...",
  "status":  "confirmed",
  "amount":  5.00,
  "token":   "USDC",
  "network": "base",
  "tx_hash": "0xabc123def456..."
}

One price. No surprises.

No monthly fee. No setup cost. No minimum.

0.1%
per transaction
$100 transaction
$0.10 fee
$1,000 transaction
$1.00 fee
vs Stripe 2.9%
29× cheaper

Ready to ship autonomous payments?

Connect your agent to Rosud Pay and start sending USDC in minutes.

Go to dashboard →

Testnet available · Start with $0