Tab Docs

Networks & receipts

The canonical network profiles, USDC contracts, and what a Tab receipt proves.

Network profiles

Every network reference in Tab derives from one canonical profile table — UI surfaces never hand-assemble chain names or explorer links.

NetworkCAIP-2USDCExplorerRole
Baseeip155:84530x8335…2913basescan.orgLive float
Arbitrum Oneeip155:421610xaf88…5831arbiscan.ioLive float
Base Sepoliaeip155:845320x036C…CF7esepolia.basescan.orgTest rail

There is no Polygon: floats are Base + Arbitrum One. Base Sepolia carries the testFunds flag — anything that moves money on it is labeled "Sandbox funds — no real value".

Receipts

Every agent payment attempt writes a receipt — including the ones that didn't pay:

StatusMeaning
settledMoney verifiably moved; the receipt holds the transaction hash
pendingSubmitted, awaiting settlement — submitted is not settled
failedAttempted and did not complete; the reason is recorded
blockedRefused before any money moved (cap exceeded, agent paused) — the reason is recorded

Receipts capture the cap context at the moment of the attempt (cap, committed spend before, amount) so evidence stays truthful even after the cap changes later.

Reading the UI

Green in Tab means exactly one thing: verified money truth — a settled receipt, an on-chain confirmation, a delivered grant. Progress, success toasts, and completed setup steps are ink, never green.

On this page