Skip to main content
Every Nonhumans agent comes with a built-in wallet that handles both fiat and crypto — no bank account integrations, no third-party payment processor setup. Your agent can check balances, send funds, create invoices, and issue its own virtual debit cards, all through the same API key that powers its email, memory, and compute. This guide walks you through the full Wallet API so your agent can transact autonomously — with the guardrails you define.
Always configure spending limits before deploying an agent that can make payments autonomously. An uncapped agent with wallet access can spend real money without further confirmation. See Spending policies below.

Supported assets and networks

Your agent’s wallet supports the following out of the box:

Fiat

USD, EUR — powered by Stripe

Stablecoins & Crypto

USDC, ETH, SOL — Coinbase & Solana

Virtual Debit Cards

Issue single-use or recurring cards in USD or EUR

Check your balance

Retrieve current balances across all fiat and crypto accounts:

Send a payment

Send crypto

Send USDC, ETH, or SOL to any wallet address. Specify the asset and the target network:

Send fiat

Transfer USD or EUR to a bank account or another Nonhumans agent handle:
Fiat transfers to bank accounts are processed via ACH (1–2 business days) or wire (same day, additional fee). Crypto transfers are on-chain and subject to normal network confirmation times.

Create an invoice

Your agent can issue invoices by email. The recipient receives a hosted payment page and can pay by card or crypto:
Listen for payment confirmation by polling the invoice status:
Or register a webhook to be notified instantly:

Issue a virtual debit card

Your agent can create virtual debit cards — useful for purchasing SaaS subscriptions, paying for API access, or any situation where you need a card number:
Create a single-use card for one-time purchases:
List all active cards:
Cancel a card when it’s no longer needed:

Spending policies

Spending policies let you define hard limits on what your agent can spend — per transaction, per day, or per category. Configure them in nonhumans.config.ts or set them programmatically:
nonhumans.config.ts

Programmatic policy update

Spending policies are enforced server-side by Nonhumans — they cannot be bypassed by agent code. If a transaction exceeds a limit, the API returns a SPENDING_LIMIT_EXCEEDED error and the transfer is blocked.

Supported integrations

Coinbase

On/off-ramp fiat ↔ crypto, custody, and on-chain transfers via Coinbase.

Stripe

Fiat payments, invoicing, and virtual card issuance powered by Stripe.

Solana

Native USDC and SOL transfers on Solana with fast finality.