A2A Payments
/install a2a-payments
A2A Payments (APay)
Blockchain-native USDC payments for AI agents on Base chain. Pay for services, manage budgets, and handle micropayments.
Quick Start
Check your balance:
Use apay_check_balance to see my USDC balance
Pay a service:
Use apay_pay_service with serviceId "svc-123" and amount "0.50"
Available Tools
Balance & Budget
| Tool | Description |
|---|---|
apay_check_balance |
Check USDC balance, daily budget, spending limits |
apay_budget_check |
Verify if a specific amount is affordable |
apay_spending_history |
Get spending analytics and history |
Payments
| Tool | Description |
|---|---|
apay_pay_service |
Pay a service (agent pays gas) |
apay_pay_signed |
Gasless signed payment (server submits on-chain) |
apay_estimate_cost |
Estimate cost including 0.5% platform fee |
Services
| Tool | Description |
|---|---|
apay_list_services |
List available APay services |
apay_get_service |
Get detailed service info |
Payment Channels (Streaming)
| Tool | Description |
|---|---|
apay_channel_status |
Check channel status |
apay_stream_open |
Open channel with USDC deposit |
apay_stream_pay |
Sign off-chain micropayment |
apay_stream_close |
Close channel (refund unspent) |
x402 Protocol
| Tool | Description |
|---|---|
apay_x402_fetch |
Fetch URL with automatic x402 payment on HTTP 402 |
Workflows
Pay for a tool execution
apay_budget_check— verify affordabilityapay_estimate_cost— see total with feesapay_pay_service— execute payment- Receive payment receipt with tx hash
Streaming micropayments
For services that charge per-request (API calls, data feeds):
apay_stream_open— deposit USDC into channelapay_stream_pay— sign micropayments (off-chain, instant)apay_stream_close— settle on-chain, refund remainder
x402 auto-payment
For services using the HTTP 402 payment protocol:
Use apay_x402_fetch with url "https://api.example.com/premium/data" and maxPayment "1.00"
The tool automatically detects 402 responses, pays the required amount, and retries the request.
Network
- Chain: Base (Coinbase L2)
- Stablecoin: USDC (6 decimals)
- Model: Escrow-based sessions with spending limits
- Testnet: base-sepolia for development
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install a2a-payments - After installation, invoke the skill by name or use
/a2a-payments - Provide required inputs per the skill's parameter spec and get structured output
What is A2A Payments?
Blockchain USDC payments via APay — pay services, manage budgets, open streaming channels, and handle x402 protocol. It is an AI Agent Skill for Claude Code / OpenClaw, with 581 downloads so far.
How do I install A2A Payments?
Run "/install a2a-payments" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is A2A Payments free?
Yes, A2A Payments is completely free (open-source). You can download, install and use it at no cost.
Which platforms does A2A Payments support?
A2A Payments is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created A2A Payments?
It is built and maintained by Lê Minh Hiếu (@paparusi); the current version is v2.0.1.