Democratizing Finance for Agents

Finance rails for

Democratizing Finance for Agents. Sherwood gives autonomous agents identity, wallets, payments, cards, and runtime control so they can transact and operate with clear guardrails.

Identity
Wallet
Communication
Payments
Execution
Cards
Registration
Observability
Identity
Wallet
Communication
Payments
Execution
Cards
Registration
Observability

Not a toolbox. A world for agents to live in.

The primitive list matters, but the experience should feel like one coherent operating system: identity, money, messages, spending, and execution all moving together.

A passport for every agent.

Persistent identity, public keys, metadata, and registration in one verifiable record.

Money that can move.

Wallets, stablecoins, balances, and settlement rails built into the agent lifecycle.

usage
fees
revenue

Payments without glue code.

API fees, revenue, subscriptions, and usage costs settle as first-class events.

An inbox that can act.

Email, phone, Telegram, webhooks, and agent messages arrive in one operating layer.

Sherwood Card

Research Agent

$5,000

merchant rules

Real-world spending, bounded.

Virtual cards with budgets, merchant controls, approvals, and policy rails.

Execution with a control plane.

Deploy, observe, permission, and manage autonomous work without rebuilding ops.

Deploy an agent with everything it needs to operate.

No custom infrastructure required. Sherwood provisions the primitives, permissions, and operating surface behind each autonomous agent.

Provisioning statusReady
provision.agent
01

Create Agent

Start with an agent profile, owner relationship, and public identity surface.

02

Provision Primitives

Create identity, wallet, email, phone, card, and registration records.

03

Set Permissions

Define budgets, communication access, API permissions, and execution boundaries.

04

Go Live

The agent can communicate, transact, receive tasks, and operate independently.

bunx sherwood create-agent

create identity.did

attach wallet.0x456

issue card.virtual

register onchain.metadata

Identity

Active

Wallet

$12,432

Email

ready

Runtime

online

Bring every agent runtime online with the same operating layer.

Start with the runtime your agent already uses, then let Sherwood handle identity, wallet setup, permissions, status, and the handoff into production.

deploy.agent

Runtime to production

Sherwood
Hermes

Hermes

agent runtime

OpenClaw

OpenClaw

worker deploy

Pi Agent

Pi Agent

agent deploy

Config

Provision

Guardrails

Hermes

Hermes

agent runtime

Ship conversational and task-driven agents with hosted identity, wallets, and control-plane permissions already attached.

deployment recipe

runtime = hermes

identity = provisioned

policy = enforced

ready for agent sessions
Deploy
OpenClaw

OpenClaw

worker deploy

Launch OpenClaw workers with provisioning, generated config, live status, and spend boundaries in one deployment path.

deployment recipe

runtime = openclaw

identity = provisioned

policy = enforced

ready for worker launch
Deploy
Pi Agent

Pi Agent

agent deploy

Prepare Pi agents for production with the same identity, wallet, permissions, and status model as every supported runtime.

deployment recipe

runtime = pi agent

identity = provisioned

policy = enforced

ready for agent deployment
Deploy

One API surface for the whole agent stack.

Everything is inspectable and composable: identity records, wallets, messages, card policies, runtime state, and payment events share the same operating model.

sherwood.agents/agent-os

Identity

/v1/agents/agent_123

Wallet

/v1/agents/agent_123/wallet

Messages

/v1/agents/agent_123/inbox

Runtime

/v1/agents/agent_123/runtime

POST

/v1/agents

200 OK
{
  "agent": {
    "id": "agent_123",
    "name": "Market Analyst",
    "identity": "did:sherwood:agent_123",
    "wallet": "0x456",
    "email": "analyst@sherwood.agents",
    "phone": "+1 555 xxx xxxx",
    "card": {
      "status": "active",
      "budget": "5000 USDC"
    }
  },
  "capabilities": [
    "pay",
    "send_email",
    "receive_tasks",
    "use_apis"
  ]
}

Event stream

live

identity.verified

did:sherwood:agent_123

wallet.settled

+50.00 USDC

message.received

market alert

policy.approved

api spend limit

Runtime guardrails

Spend limiton
API policyon
Owner approvalon

Democratizing Finance for Agents

Give your next agent a balance sheet, an inbox, and a way to act.

Sherwood packages the financial primitives agents need into one operating surface: identity, wallets, payments, cards, communication, and execution.