ArcPay
The Payment SDK for AI Agents
Voice-controlled, ERC-4337 gasless, 28 modules. Built for autonomous commerce on Arc.
Click to try voice command
๐ง Powered by Gemini 3 Flash
Multimodal AI that understands voice, images, and context to execute payments autonomously
๐ค Voice Commands
"Send 50 to writer-bot"
Gemini understands:
- โข Action: pay
- โข Amount: 50 USDC
- โข Recipient: writer-bot
โ Payment executed
๐ธ Vision Payments
[Invoice Image]
Gemini extracts:
- โข Amount: $150
- โข Recipient: 0x123...
- โข Due: Jan 30, 2026
โ Invoice paid
๐ฆ Delivery Verification
[Delivery Photo]
Gemini analyzes:
- โข Package visible โ
- โข At front door โ
- โข Confidence: 95%
โ Escrow released
๐ค Function Calling
Gemini doesn't just parseโit EXECUTES.
Direct smart contract calls:
And 15+ more...
Complete Payment Toolkit
28 modules for every payment scenario
AI Agent
Voice + Vision payments
GeminiVoice
Speech-to-payment
Vision
Invoice & receipt AI
Escrow
Multi-party + Arbiter
Streaming
Per-second payments
Channels
x402 micropayments
x402Privacy
Stealth addresses
Contacts
Pay by name
Templates
Reusable payments
Links
Shareable pay links
Requests
Request payments
Split
Split bills
Gasless
Sponsor user gas
Bridge
Cross-chain USDC
FX Swap
USDC โ EURC
Compliance
KYC/AML checks
5 Smart Contracts โข 150+ APIs โข 28 Modules โข React Hooks
Why Developers Love ArcPay
// 150+ lines of code
import { ethers } from 'ethers';
import { Circle } from '@circle-fin/...';
import { x402 } from 'x402';
const provider = new ethers.Provider(...);
const signer = provider.getSigner();
const contract = new ethers.Contract(...);
await contract.approve(...);
await contract.transfer(...);
// ... 140 more lines// Voice command
await agent.executeVoice();
// "Send 50 to writer-bot"
// Or one line
await pay('0x...', '50');
// Or with image
await agent.payInvoice(img);
// That's it! ๐Hours of setup
5 minutes
5 packages
1 import
Complex integration
AI handles it
๐ Live on Arc Testnet
Escrow โข Streaming โข Channels โข Privacy โข Agent Registry โข Smart Wallet โข Subscriptions โข Bridge โข And 17 more...
Ready to Build AI-Powered Commerce?
Built for Agentic Commerce on Arc Hackathon 2026