Nøbody lets agents move money.

Wallets, payments, and controls for autonomous AI agents.

Transactions
CounterpartyAmountCategoryDate
Anthropic APIBase
0.01 USDC
$0.01
API Call2m ago
DEX SwapSolana
5.0 SOL
$750
Trading5m ago
0x742d...bD18Base
10.00 USDC
$10
Transfer8m ago
Agent #341Base
50.00 USDC
$50
Funding12m ago
Serper SearchSolana
0.05 USDC
$0.05
API Call15m ago
1–5 of 5
per page:5

Everything your agents need.

One platform for wallets, payments, and controls.

Your agent gets a bank account

One API call creates a wallet with addresses on every supported chain.

const wallet = await nobody.wallets.create({
  name: "trading-bot",
  chains: ["base", "solana"]
});
Learn more

Agents pay for APIs automatically

No API keys, no registration. Your agent pays per call with USDC.

const result = await nobody.pay({
  to: "api.anthropic.com",
  amount: "0.01"
});
Learn more

You stay in control

Set daily budgets, transaction limits, and approved addresses.

await nobody.controls.set(wallet.id, {
  dailyLimit: "100",
  approvedAddresses: ["0x742d..."]
});
Learn more

Scale to hundreds of agents

Master keys let you create and manage agent fleets programmatically.

const fleet = await nobody.fleet.create({
  count: 50,
  template: "data-collector"
});
Learn more

See everything at a glance.

Real-time visibility into every agent's balance, spending, and controls.

app.nobody.finance/dashboard

Agent Overview

Last updated: 2m ago
trading-botBase
$23.40 today$1,249.00
data-agentBase
$8.12 today$432.50
research-01Solana
$2.05 today$156.80
scraper-03Base
$0.00 today$87.20
Total fleet balance$1,925.50

Integrations

Claude CodeCursorChatGPTEthereumBaseSolana

TypeScript SDK · REST API · CLI · MCP

Start building today.

npm install nobody-finance