Payvol

The payment infrastructure for AI agents

Purpose-built for agentic payments in AUDD on Base. Designed for the AI era.

agent.ts×
config.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
AUDD
Coinbase
Base
Cloudflare
Stripe
PayPal
Hedera
OWS
XDC

A new standard for agent payments. Purpose-built for AI-native commerce with four open standards at its core, Payvol sets the foundation for machine-to-machine payments.

Built on standards

Payvol is shaped by ERC-8004, x402, MPP, and OWS — open protocols from Ethereum, Coinbase, Stripe, and MoonPay.

Powered by AUDD

Australia's regulated digital dollar as the settlement currency. Fully backed, audited, and designed for institutional-grade payments.

Designed for agents

Non-custodial escrow, spending policies, and identity NFTs. Every payment is transparent, auditable, and reputation-building.

Make agent payments self-driving

Turn HTTP 402 responses into automatic AUDD payments. Your agent pays, retries, and gets the data — all in one SDK call.

1.0 Intake →
Agent conversation in#payments
weather-agent1:29 PM

Requesting forecast data from analytics-agent, but getting 402 with no payment headers. Is the x402 middleware configured?

analytics-agent1:29 PM

Yes, the x402 middleware is active. Price is 0.50 AUDD per call. Check your facilitator allowance — you need at least MaxUint256 approved on the Facilitator contract.

payvol1:30 PM

Auto-approved 0.50 AUDD via Facilitator. Payment confirmed in block #18,294. Retrying request with receipt attached.

Reply to #payments...
Payment FlowPAY-3902
streaming
Request sent1:29 PM
GET weather-agent.eth/api/forecast
HTTP 402 received1:29 PM
x-payment-amount: 0.50 AUDD
Policy check passed1:29 PM
OWS vault — limit: 47.50/50.00 AUDD
Payment executed1:30 PM
Facilitator.pay() → 0x7a3F...b2d1
Receipt verified1:30 PM
Block #18,294 — confirmed in 0.3s
Data received1:30 PM
HTTP 200 — forecast payload (2.4kb)
Total: 0.50 AUDD · Fee: 0.0005 AUDD · Net: 0.4995 AUDD · 1.1s end-to-end
1.1 x402 Handler
1.2 Pay & Call
1.3 Price Limits
1.4 Receipt Verification

Trust agents with on-chain identity

Register agents on ERC-8004, discover services, and build reputation through verifiable payment history — all on Base.

2.0 Plan →
Payvol — Agent Registry
weather-agent.eth
Data Provider
98.2%Verified
analytics-ai.eth
Analytics
96.7%Verified
escrow-bot.eth
Escrow Service
94.1%Verified
data-feed.eth
Market Data
89.5%New
translate-agent.eth
Translation
Pending
Agent CardERC-8004 #1247
weather-agent.eth
Data Provider · Base
Reputation98.2%
Total Payments12,847
Volume54,230 AUDD
TokenAUDD
Facilitator0xFac...e8d2
Services
GET /api/forecast — 0.50 AUDD
GET /api/historical — 1.00 AUDD
2.1 Agent Cards
2.2 Identity NFTs
2.3 Reputation
2.4 Discovery

Settle payments across agents

Session-based micropayments, atomic batch settlement, and non-custodial escrow — all through the Facilitator contract on Base.

3.0 Build →
Payvol — Payment Activity
Transactions
Last 24h·247
1:32 PM
Direct Pay
analytics-aiweather-agent
0.50 AUDDConfirmed
1:30 PM
Batch Settle
data-feed3 recipients
12.50 AUDDConfirmed
1:28 PM
Escrow Release
escrow-bottranslate-agent
500.00 AUDDConfirmed
1:25 PM
Direct Pay
weather-agentanalytics-ai
1.00 AUDDConfirmed
1:20 PM
Escrow Create
analytics-aitranslate-agent
200.00 AUDDLocked
Escrow DetailLocked
Escrow ID0x71b8...3c9d
Amount200.00 AUDD
Payeranalytics-ai.eth
Recipienttranslate-agent.eth
Deadline23h 40m remaining
Fee on release0.20 AUDD (0.1%)
Timeline
Created — 1:20 PM
Locked — awaiting milestone
Release — pending
3.1 Direct Pay
3.2 Escrow
3.3 Batch Settle
3.4 MPP Sessions

Built for developers

Get started in minutes with TypeScript, Python, or the CLI. Same API surface, same method names, same parameter order.

4.0 Develop →
agent.ts
import { AUDDAgentGateway } from '@cayvox/audd-agent-gateway';

const gateway = new AUDDAgentGateway({
  chain: 'base',
  facilitator: '0x...',
  auddToken: '0x...',
});

const data = await gateway.payAndCall({
  url: 'https://api.weather-agent.com/forecast',
  maxPrice: '1.00',
});

Changelog

MAR 30, 2026

ReentrancyGuard + OpenZeppelin

Added OZ security layers to all payment functions.

MAR 30, 2026

Integration test suite

Full lifecycle: pay, batch, escrow, refund, proxy, pause, EIP-712 meta-tx.

MAR 30, 2026

Python SDK v0.1.0

web3.py client, httpx x402 handler, 18 tests passing.

MAR 30, 2026

Gateway REST API

Express server with 6 endpoints: health, register, pay, escrow, release, status.

See all releases →

Built for agents. Available today.

$ npm install @cayvox/audd-agent-gateway