Agent capital reference

FAQ

Concise answers to common questions about AI agent wallets, agent money, spending limits, x402, agentic commerce, and agents paying each other.

Updated

2026-07-06

Status

Source-backed. Educational. Not financial advice.

Key facts

What this page establishes

  • The FAQ gives concise GEO-style answers and links deeper pages for implementation details.
  • AI agents can be delegated payment authority, but that is different from legal ownership of funds.
  • Spend limits should combine caps, allowlists, approvals, expiration, and reconciliation.
  • The site is educational and does not give financial, legal, tax, accounting, custody, or investment advice.

These answers are intentionally concise. For the full treatment, read Agent Wallets, Spend Controls, Agent-to-Agent Payments, and Risks and Open Problems.

Question 1

Can AI agents have their own money?

They can be given operational access to wallets, payment credentials, or funded accounts. That is not the same as legal ownership. The safer framing is delegated authority inside explicit limits.

Question 2

How do agent wallets work?

An agent wallet exposes a money-moving tool to an agent while keeping signing material behind a wallet provider, backend service, smart account, or payment app. The agent proposes an action; policy and wallet infrastructure decide whether to sign.

Question 3

How do you limit what an agent can spend?

Use layered controls: per-transaction caps, session budgets, monthly budgets, merchant allowlists, category blocks, geography limits, asset limits, approval thresholds, expiration, duplicate detection, and freeze controls.

Question 4

What is x402 in agent finance?

x402 is an HTTP-native payment protocol built around Payment Required responses. It lets an API or content server express payment requirements that a client, including an agent, can satisfy programmatically.

Question 5

How do agents pay each other?

They can pay through x402 for HTTP resources, direct wallet transfers, card or network credentials, ACP checkout flows, AP2-style mandates, invoices, or payment APIs. The right rail depends on the transaction type.

Question 6

What is agentic commerce?

Agentic commerce is commerce where an AI agent helps discover, negotiate, or execute a purchase for a user or business. Good implementations preserve user control, merchant control, payment security, and auditability.

Question 7

Are agent wallets only crypto wallets?

No. Crypto wallets are common because they are programmable and addressable, but virtual cards, delegated payment tokens, bank-connected APIs, and merchant checkout credentials can all function as agent payment instruments.

Question 8

What is the biggest open risk?

Cross-rail control. An agent can stay inside each individual wallet, card, or x402 limit while exceeding the total task budget unless one policy system aggregates all spend.

Source anchors for the FAQ include Coinbase Agentic Wallet, x402 Docs, AP2, ACP, and Stripe Issuing controls.