The Live Feed is a real-time viewer of the last 100 transactions on the network. It’s the fastest way to confirm your integration is actually settling on-chain — you submit a payment, and seconds later it scrolls into view with a Basescan link. Integrators use it daily; it needs no setup.

What each row shows

Because agent IDs are masked, you identify your transactions by the prefix you know, the amount, and the timestamp — or definitively by opening the settlement hash you got back from the API in the same row.

Filters and stats overlay

Filter the feed by status, amount range, and time range to cut the noise during busy periods. The stats overlay above the feed summarizes the network in real time:
  • 24h volume (USDC) and success rate (%)
  • Live TPS — transactions per second right now
  • Average settlement time and peak-usage window
These are the same network-wide numbers the Observatory reports; the Live Feed adds the per-transaction detail underneath them.

Exporting the view

  • CSV download — exports the currently filtered view, one row per transaction, for spreadsheets or bug reports.
  • APIGET /activity/feed returns the same data programmatically:
Response
GET /activity/feed is in beta: the response shape may change before mainnet, and it’s available to beta integrators only. Poll at 5–10 second intervals. For real-time events about your own payments, webhooks remain the supported production mechanism.

Four ways teams use it

Run the Quickstart, then watch your sandbox payment appear in the feed within seconds. Seeing your settlement_tx hash in the feed and on Sepolia Basescan is end-to-end proof — API accepted it, Policy Service approved it, chain finalized it.
Have a settlement hash from a log or a webhook payload? Find it in the feed to see its status and finality age, then click through to Basescan for the raw on-chain view. If the hash never appears, the payment failed before settlement — check the API error and Error Handling.
The feed is real network activity, not a marketing mock. A screenshot — or the live page on a screen — shows genuine agent payments settling with on-chain proof one click away.
Put the feed on a dashboard screen during a launch and watch live TPS and the success rate as your traffic ramps. If failures start scrolling by, you’ll see it here before your aggregated metrics move.
The Live Feed shows the whole network with masked identities. For unmasked, per-agent analytics on your own account — credit utilization, spend patterns, alerts — use Wallet Usage Analytics, which requires login.

Next steps

Wallet Usage Analytics

Authenticated, unmasked analytics for your own agents.

Observatory

Network health and status behind the numbers in the stats overlay.

Webhooks

The production way to react to your own settlements in real time.