Architecture

A control plane between intent and settlement.

Every request from an agent passes through scoped keys and a policy engine before value ever moves. Settlement happens on Base.

Agents & Operators
bots · rovers · services
01
Session Keys
scoped · time-boxed
02
Policy Engine
limits · allowlists · approvals
03
Programmable Wallets
per-agent vaults
04
Settlement · Base
USDC · low latency
05

Value never moves on trust alone.

An agent authenticates with a session key carrying a narrow scope. The policy engine evaluates the request against its limits and allowlists. Only a passing check reaches a programmable wallet, and only then does settlement occur on Base.

  • Scopes are minted per task, not per agent.
  • Policies are versioned and auditable.
  • Every step emits an event you can subscribe to.
Primitives

Six primitives. One stack.

Session Keys

Live

Short-lived, scope-limited keys. An agent gets exactly the permissions it needs, for exactly as long as it needs them.

Policy Engine

Live

Declarative rules evaluated before every transfer. Daily caps, per-transaction limits, contract allowlists, and human approval thresholds.

Programmable Wallets

Live

Per-agent vaults with isolated balances. Fund, freeze, and revoke without touching the agent runtime.

Event Stream

Beta

A real-time feed of every authorization, check, and settlement. Wire it to your own observability stack.

Robotics Bridge

Soon

A hardware-facing adapter so physical operators can request and receive funds at the edge.

Simulation Lab

Soon

Replay any policy against historical traffic before you ship it. Catch the runaway loop offline.