@asgpay/fund
v1.0.1
Published
ASG Pay Fund — one-link funding for AI agent wallets. Stripe checkout, crypto bridge, and credit card deposits. Fund any agent wallet in one click.
Downloads
356
Maintainers
Readme
What is @asgpay/fund?
@asgpay/fund generates single payment links to fund any AI agent wallet. Supports credit card (Stripe Checkout), bank transfer, and crypto deposits — one link, any method.
Part of the ASG Pay ecosystem.
Install
npm install @asgpay/fundQuick Start
import { createFundingLink } from '@asgpay/fund';
const link = await createFundingLink({
agentId: 'agent-research-001',
amount: 50,
methods: ['card', 'crypto'],
});
// → https://fund.asgcard.dev/pay/abc123How It Works
- Generate a funding link for your agent wallet
- User clicks link → Stripe Checkout or crypto deposit
- Funds arrive as USDC in the agent's wallet
- Agent can now pay for API calls via ASG Pay
ASG Pay Ecosystem
| Package | Purpose | |---------|---------| | @asgpay/pay | Multi-chain payment SDK (x402 + MPP) | | @asgpay/sdk | Virtual Mastercard management | | @asgpay/cli | Card creation & management CLI | | @asgpay/mcp-server | AI agent tools (Claude, Codex, Cursor) | | @asgpay/fund | ← You are here. Agent funding. | | @asgpay/agent-cash | Autonomous virtual credit cards | | @asgpay/create-app | Project scaffolding |
Links
- 🌐 fund.asgcard.dev · 📦 @asgpay/pay · 𝕏 @ASGCardx402
