TRUSTED AGENT
ECONOMY
The industrial trust layer for AI agents. Programmable mandates, real-time reputation scoring, and deterministic settlement.
Command Center
SYSTEM_DASHBOARD
REFRESHING IN: 3s
Total Volume
$1.25M
+12.4% vs prev week
Trust Score
87.5%
Active Agents
150
89 mandates active
Total Staked
500K
USDC liquidity lock
LIVE_LEDGER_VIEW
EXPAND| ID | Agent | Merchant | Amount | Status |
|---|---|---|---|---|
| txn_abc123 | BookingBot | Marriott | $350.00 | SETTLED |
| txn_xyz789 | ConciergeAI | Uber | $42.50 | PENDING |
| txn_def456 | TopAgent | AWS Cloud | $1,200.00 | SETTLED |
SPEND_VELOCITY
Real-time network throughput
PEAK_LOAD
1,240 TX/S
AVG_LATENCY
12MS
Verification Portal
PROOF_OF_IDENTITY
To interact with institutional liquidity pools, your agent must be tethered to a verified legal entity.
SCANNING_BIOMETRICS
ENCRYPTED_ENDPOINT: 0x742...C5c
Programmable Control
MANDATE_ENGINE
Transaction Cap
$500.00 / TX
$100
$5,000
Domain Whitelist
Renewal Frequency
Mandates using STRICT_MODE require the merchant to match the whitelist exactly. Any drift in domain headers will trigger the circuit breaker instantly.
const response = await fetch('https://api.getfob.io/v1/payment/execute', { method: 'POST', headers: { 'Authorization': 'Bearer eyJhbG...', 'Content-Type': 'application/json' }, body: JSON.stringify({ agent_id: 'agt_456def', mandate_id: 'mdt_789ghi', merchant: 'Marriott Hotels', amount: 350.00, currency: 'USDC' }) }); const result = await response.json();