USDC settling on Arc · Base · Polygon
Install once, by hand or by agent. Receive USDC in Claude, ChatGPT, Cursor, your CLI, or your code.
01 — Integrate
Add USDC receiving to your agent, CLI, or codebase in under 60 seconds.
npx -y @aura-payments/mcp-server// ~/.cursor/mcp.json
{
"mcpServers": {
"aura": {
"command": "npx",
"args": ["-y", "@aura-payments/mcp-server"],
"env": { "AURA_API_KEY": "pk_..." }
}
}
}curl https://getaura.sh/install | sh$ aura login $ aura agents create $ aura mandates watch ⟳ 14:23:15 TreasuryBot $1.2K press a to approve...
npm install @aura-payments/sdkimport { AuraClient } from '@aura-payments/sdk'
const aura = new AuraClient({ apiKey })
await aura.agents.create({
name: 'Procurement Bot',
type: 'payment',
})npx -y @aura-payments/mcp-server// ~/.cursor/mcp.json
{
"mcpServers": {
"aura": {
"command": "npx",
"args": ["-y", "@aura-payments/mcp-server"],
"env": { "AURA_API_KEY": "pk_..." }
}
}
}02 — Operate
One command wires Aura into your agent. After that you move USDC by asking, not by wiring endpoints.
33 tools your agent can call over MCP.
Then ask your agent:
“How much USDC did I receive this week?”
aura_insights_overview“What’s the balance of my main wallet?”
aura_get_wallet_balance“Estimate the fee to withdraw 500 USDC to Base.”
aura_estimate_withdrawal“List my escrows awaiting release.”
aura_list_escrowsFree on testnet. No card.
Free during testnet. We're piloting with five teams — we set it up with you.
03 — The receive loop
One MCP config, CLI command, or npm install registers your receiving address.
A payer calls your payment endpoint. USDC is routed via Arc with split rules applied.
Platform, creator, and affiliate shares settle atomically — no manual reconciliation.
On-chain confirmation hits your webhook or SSE stream. Usually under 2 seconds.
One MCP config, CLI command, or npm install registers your receiving address.
A payer calls your payment endpoint. USDC is routed via Arc with split rules applied.
Platform, creator, and affiliate shares settle atomically — no manual reconciliation.
On-chain confirmation hits your webhook or SSE stream. Usually under 2 seconds.
SHIPPING LOG
Live approval inbox in your terminal
aura mandates watch redraws in place as agent spend comes in.
Integer double-entry ledger
Every escrow movement reconciles to zero drift.
One command, fully wired
aura init detects your stack and wires up the SDK, MCP, and AGENTS.md.
Receive and split in one call
Across MCP tools, the CLI, and the SDK — the same primitive everywhere.
Sponsored testnet funding
A treasury fallback auto-refills when the public faucets flake.
04 — Capabilities
Define vendor, seller, and platform percentages once. Every payment distributes atomically — no manual reconciliation.
Lock funds on-chain, release on delivery. Multisig governance and oracle conditions supported.
Autonomous batching, smart rebalancing, and intelligent lending of idle USDC balances.
USDC moves across Arc, Base, and Polygon via fee-aware Circle CCTP routing.
Define vendor, seller, and platform percentages once. Every payment distributes atomically — no manual reconciliation.
Lock funds on-chain, release on delivery. Multisig governance and oracle conditions supported.
Autonomous batching, smart rebalancing, and intelligent lending of idle USDC balances.
USDC moves across Arc, Base, and Polygon via fee-aware Circle CCTP routing.
Define vendor, seller, and platform percentages once. Every payment distributes atomically — no manual reconciliation.
Lock funds on-chain, release on delivery. Multisig governance and oracle conditions supported.
Autonomous batching, smart rebalancing, and intelligent lending of idle USDC balances.
USDC moves across Arc, Base, and Polygon via fee-aware Circle CCTP routing.
FAQ
Six quick answers about wallets, custody, and getting paid in USDC.
No. Aura provisions a Circle Developer-Controlled Wallet for you — Circle manages the keys. You get a USDC receiving address and start free on testnet. If you can call an API, you can get paid.
No. Aura is non-custodial — USDC settles to a wallet you control. Aura is the connector and the software around it, not a custodian of your funds.
Over MCP your agent gets 33 tools: check balances, see what you’ve received, estimate and request withdrawals, list escrows, and read treasury insights. Read tools are safe by default; money-moving tools are annotated and gated.
Any MCP client — Claude Desktop, ChatGPT, Cursor — plus a CLI and a TypeScript SDK. One install, every surface.
Native USDC on Arc (primary), Base, and Polygon, issued through Circle. Cross-chain moves use Circle’s CCTP.
Free on testnet, no card. Production runs on a simple monthly SaaS plan — you keep what you receive; Aura doesn’t take a cut of your payments.
Install once, get paid everywhere your agents work.