ASG Pay gives every AI agent a financial identity — virtual cards, multi-chain settlement, and policy-gated spending. One SDK. Seventeen networks. Zero payment code.
npx @asgpay/cli onboard
Integrated with leading infrastructure
Businesses, agents, and consumers connect through ASG Pay. Funds route seamlessly to cards, blockchains, and APIs.
From funding to spending to settlement — a complete financial stack built for machines.
Your agent gets a virtual card on demand. Spend anywhere cards are accepted — SaaS, APIs, cloud compute. Real-time transaction monitoring included.
asgcard.devShare a URL. Anyone funds your agent via crypto or card. No wallet required for senders.
fund.asgcard.dev17 chains, auto-routing, x402 negotiation, Uniswap V3 swap. Install and your agent can pay for anything.
npm i @asgcard/pay
API returns 402? SDK handles payment negotiation, signing, and settlement. Zero code.
Agents never touch private keys. OWS adapter enforces policies before every signature.
Claude, GPT, Gemini. Issue cards, check balances — via natural language.
import { ASGPay, OwsAdapter } from '@asgcard/pay' const adapter = new OwsAdapter({ wallet: localWallet, policies: { maxPerTransaction: '10.00', dailyLimit: '100.00', approvedChains: ['base', 'stellar'] } }) const pay = new ASGPay({ adapter }) // Agent autonomously pays for API access const result = await pay.handlePayment({ to: 'api-provider.eth', amount: '0.50', currency: 'USDC' }) // → { status: 'settled', chain: 'base', txHash: '0xab3...' }
ChainRouter scores 17 networks by fee, speed, and your strategy preference. Picks the optimal path for every transaction.
Private keys never leave the OWS wallet. Agents operate with scoped API keys. Policy engine validates every signing request.
On-chain finality in seconds on L2s. Fiat via Stripe MPP settles same-day. Full transaction log with webhook callbacks.
Battle-tested across 29 test suites. Every adapter, router, policy engine, and settlement path is covered.
Your agent doesn't think about chains. The router handles it.
Start with the SDK. Fund your agent. Let it operate autonomously.