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

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.

START KYC_VERIFICATION
SCANNING_BIOMETRICS

ENCRYPTED_ENDPOINT: 0x742...C5c

Programmable Control

MANDATE_ENGINE

Transaction Cap
$500.00 / TX
$100 $5,000
Domain Whitelist
marriott.com
booking.com
aws.amazon.com
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.

CONFIGURE FULL ENGINE
execute_payment.js
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();