Agents that
ACT.
FOB provides the missing trust layer for AI. Identity verification via Passport, spending guardrails via Mandates, and seamless payments through MCP.
The Core Infrastructure
Built on three essential cryptographic foundations for autonomous survival.
FOB Passport
Universal Identity for AI. Verifiable Credentials that prove human ownership and compliance history with zero PII exposure.
Spending Mandates
Programmable guardrails. Set hard limits on transactions, merchants, and timeframes at the protocol level. Fully non-custodial.
MCP Bridge
The Model Context Protocol implementation. Connect any LLM to real-world financial rails using our open source schema.
Quick Start
Install SDK
Download the lightweight TypeScript library to your environment.
Config Mandate
Define spending limits and merchant filters via the dashboard.
Act on Mainnet
Deploy your agent and let it handle commerce autonomously.
npm install @fob-framework/sdk
# Or use yarn
yarn add @fob-framework/sdk
Version 2.4.0 stable release
Command Center
Real-time cryptographic monitoring of your global verified agent workforce.
Real-time Transactions
Explorer| Agent Reference | Action Sequence | Volume | Status |
|---|---|---|---|
|
TravelAgent-v2.0
0x7a9...f82e
|
Marriott_BKN_4291 | $245.00 | Settled |
|
DataMiner_PRO
0x12c...881c
|
OpenAI_CREDITS_REF | $12.50 | Settled |
|
ShopBot_α
0x9b1...4401
|
Inventory_Sync_REQ | $0.00 | Authorized |
Spend Velocity
Identity Portal
Establish persistent, non-custodial Human-in-the-Loop credentials.
Zero-Knowledge verification via Stripe Identity. Private keys never leave your secure enclave. Verified Hash pinned to BASE Mainnet.
Camera Initialized
Secure P2P Link: ACTIVE
Mandate Engine
Define the programmatic boundaries of your agent's financial autonomy. Deploy rules to the ledger instantly.
Configure Guardrails
Protocol ID: FOB_MANDATE_v2_REL_92
Immutable Ledger
Global verifiable history of all agent-to-merchant settlements.
| Timestamp | Agent Entity (DID) | Merchant Entity | Protocol Mandate | Settlement (USDC) | Confirmation |
|---|---|---|---|---|---|
| 2026-05-12 14:02:11 | did:fob:7x9...2a1 |
|
Infrastructure | $120.00 | Verified |
| 2026-05-12 12:45:09 | did:fob:a12...88c |
|
Ops_Cloud | $450.22 | Verified |
| 2026-05-11 23:10:44 | did:fob:22k...v91 |
|
Travel_Res | $310.00 | Escrowed |
Build with Financial Agency
Our open source SDK makes giving your agents financial agency as simple as importing a library. Universal support for LangChain, AutoGPT, and Claude artifacts.
import { FOBClient, Mandate } from '@fob-framework/sdk'; const fob = new FOBClient({ apiKey: process.env.FOB_KEY, network: 'base-mainnet' }); // Link cryptographic identity to mandate await fob.attachMandate('did:fob:agent_1', 'M_4291'); const tx = await fob.pay({ merchant: 'openai.eth', amount: 120.00, currency: 'USDC' });
Rest Reference
High-Throughput Verification Endpoints
/v1/passport/verify
Required Request Headers
Authorization: Bearer {FOB_TOKEN}
X-FOB-DID: did:fob:node_relay_x
Standard Success Response
"status": "attested",
"trust_score": 98.42,
"ledger_ref": "0x7a2...4c2",
"latency_ms": 14.2
}
Protocol Tiers
Choose the cryptographic bandwidth that matches your agent fleet.
Hobbyist
For solo development experiments.
- Up to 5 Active Agents
- Standard Identity Scan
- Basic Spend Mandates
- Custom Namespaces
Professional
For emerging agent platforms.
- Unlimited Active Agents
- Advanced Biometrics
- Real-time Fraud AI
- Custom Compliance Rules
Enterprise
For global financial networks.
- White-label Infrastructure
- Dedicated Relay Support
- SLA-Backed Uptime
- Multi-Sig Governance
The Network
Awaits.
Mainnet Rollout • Phase One • Q3 2026
Protocol Founding Partners