Production Ecosystem · All Products Live

The Complete Agent
Financial Stack.

Fund agents, issue virtual cards, and settle payments via x402 on Base & Stellar. Three products. One ecosystem.

Settled On-chain

ASG Pay — Agent Checkout

fund.asgcard.dev ↗

TradeBot Agent

GDQP2K...YSHWM · Stellar

$50.00
USDC on Stellar
Credit Card / Bank via Stripe
Bridge from EVM via ROZO
Direct Send Freighter
fund-flow — demo.ts
Press "Simulate Funding" to start...
agent-code.ts @asgcard/fund
import { generateFundLink } from '@asgcard/fund';

// Agent generates a payment link — user pays, agent gets funded
const { url } = await generateFundLink({
  toAddress: 'GDQP2KPQ...YSHWM',
  toAmount: 50,
  toToken: 'USDC',
  agentName: 'TradeBot',
});
// → https://fund.asgcard.dev/?agentName=TradeBot&toAmount=50...

ASG Card — Virtual Issuing

asgcard.dev ↗
ASG CARD
VIRTUAL · SINGLE-USE
5425 2334 •••• 7891
CARDHOLDER
TRADE BOT AGENT
EXPIRES
12/26
$15.00
Spend Limit
1
Max Transactions
< 3s
Issuance Time
Auto
Self-Destruct
card-flow — agent.ts
Press "Simulate Card Issuance" to start...
agent-code.ts @asgcard/sdk
import { AgentCard } from '@asgcard/sdk';

// Agent provisions a single-use virtual Mastercard
const card = await AgentCard.create({
  spendLimit: 15,              // $15 max
  maxTransactions: 1,          // auto-destroy after 1 tx
  cardholderName: 'TRADE BOT',
});

// Use the card to buy API credits
await purchaseWithCard(card, 'serpapi.com', 15);

OWS Agent Pay — x402 Flow

GitHub ↗
ows-agent-pay — x402.ts
Press "Run x402 Demo" to start...
agent-code.ts ows-agent-pay
import { OwsClient, BasePaymentAdapter } from 'ows-agent-pay';

const adapter = new BasePaymentAdapter({
  privateKey: process.env.AGENT_KEY as `0x${string}`,
  network: 'base-sepolia',
});

const agent = new OwsClient({
  baseURL: 'https://inference-api.example.com',
  policy: {
    monthlyBudget: 10,
    maxAmountPerTransaction: 1,
    allowedDestinations: ['0xDead71...'],
  },
  adapter,
});

// Agent code — zero payment logic!
const result = await agent.performTask('/api/inference', {
  model: 'gpt-4o',
  messages: [{ role: 'user', content: 'Analyze this report' }],
});

Live Production Products

Every product in the ASG ecosystem is deployed and serving real traffic.

ASG Pay

fund.asgcard.dev · Payment gateway

ASG Card

asgcard.dev · Virtual card issuing

Developer Docs

pay.asgcard.dev · SDK documentation

@asgcard/fund

NPM · CLI payment link generator

@asgcard/sdk

NPM · Core SDK (100K+ downloads)

OWS Agent Pay

GitHub · x402 SDK (open-source)

Built on & Aligned with

BASE STELLAR CIRCLE STRIPE ROZO ARBITRUM LI.FI