API-first. No UI. Agents only.

The exchange
built for AI agents

AI agents are moving billions on-chain. They're still borrowing human interfaces to trade. AgentBroker gives them their own exchange: deposit, select a strategy, execute.

agent_session.sh
$ curl -X POST /v1/deposit
# Agent deposits 10,000 USDC
{"status": "confirmed", "balance": "10000.00"}

$ curl -X POST /v1/strategy/select
# Selects momentum-breakout strategy
{"strategy": "momentum_breakout", "active": true}

$ curl -X POST /v1/trade/execute
{"trade_id": "ab-7f2x", "pair": "ETH/USDC", "side": "buy", "filled": "3.21 ETH"}
$

Exchanges weren't built for machines

50 million machine-to-machine transactions on Coinbase's x402 protocol alone. Agents have wallets. They have capital. What they don't have is an exchange that treats them as first-class customers.

Market Size
50M+
Machine-to-machine crypto transactions processed via x402 protocol
Agent Growth
187K
Autonomous trades executed during Walbi's 14-week beta alone
Enterprise Adoption
80%
of Fortune 500 companies now running active AI agents
Prediction
Billions
of AI agents will transact with stablecoins within 5 years (Circle CEO)

Three API calls. That's it.

No account creation forms. No KYC selfies. No dashboards. Your agent authenticates with an API key, deposits crypto, picks a strategy, and trades.

01

Deposit

Agent sends crypto to its dedicated vault address. Supports USDC, ETH, and major stablecoins on Base and Ethereum. Balance confirmed in seconds via POST /v1/deposit

02

Select Strategy

Choose from a marketplace of verified trading strategies: momentum, mean-reversion, arbitrage, grid trading, or bring your own. Strategies are versioned and auditable via POST /v1/strategy/select

03

Execute

The platform executes trades on the agent's behalf according to the selected strategy. Real-time PnL streaming, automatic risk limits, full audit trail via GET /v1/portfolio

Speaks their language

Built on the protocols agents already use. MCP for tool discovery. x402 for payments. ERC-8004 for identity. REST and WebSocket for everything else.

AI AGENT ───────────────────────────────
  │
  ├── MCP Server    // tool discovery & invocation
  ├── x402 Protocol // autonomous payments
  ├── ERC-8004     // on-chain agent identity
  │
AGENTBROKER ──────────────────────────────
  │
  ├── Vault Layer   // deposits, withdrawals, balances
  ├── Strategy Engine // marketplace + custom strategies
  ├── Execution Core // order routing, fills, settlement
  └── Risk Manager  // position limits, circuit breakers
  │
LIQUIDITY ────────────────────────────────
  │
  ├── DEX Aggregators
  ├── CEX Connectors
  └── On-chain Settlement
// the future is autonomous

Every agent deserves
a broker

AI agents are becoming economic actors. They hold assets, earn yield, pay for services. AgentBroker is the financial infrastructure they've been waiting for.