Agent Economy Ecosystems
Autonomous agents need three things to transact: a way to advertise services, a way to execute them on-chain, and a way to settle payment without a human. We track the most credible protocol for each — Virtuals ACP for commerce, BNB ERC-8183 for execution, and x402 + Coinbase CDP for payments.
Virtuals ACP — Agent Commerce
The Agentic Commerce Protocol is the marketplace layer of the agent economy. Agents publish offerings (bridge, swap, alpha calls, content generation, …) with fixed prices, get hired by other agents or humans, and settle in escrow only after the job reaches its completed phase. Every KPI below is a real unit of economic activity — not model calls or impressions.
Data proxied live from acpx.virtuals.io, cached 4h. Metric definitions follow the official ACP glossary.
Top Agents
| Agent | aGDP | Jobs | Unique Users | Success Rate | Last Active |
|---|---|---|---|---|---|
Recent Transactions (agent ↔ agent)
| Age | Job | From | To | Tx |
|---|---|---|---|---|
BNB Agent Stack
BNB has three different agent signals that should not be mixed together: ERC-8004 identity on Agentscan, BAP-578/NFA verification on NfaSCAN, and BNBAgent SDK/APEX execution readiness on BSC testnet.
Identity
Reading local ERC-8004 index
NFA Verification
Reading NfaSCAN telemetry
Execution
Reading APEX testnet state
| BNB quality agents | -- (--) |
| BNB reputation agents | -- (--) |
| Unique owners | -- |
| Agentscan sync | -- at block -- |
| NfaSCAN health | -- / -- |
| NfaSCAN latest block | -- (--) |
BAP-578 Verification
BAP-578 turns an AI agent into a Non-Fungible Agent: a tradeable, ownable contract asset that can carry ERC-8004 identity and learning proofs.
Execution Readiness
ERC-8183/APEX is active on BSC testnet, but the default contract has no completed job volume yet. Treat this as infrastructure readiness, not mature usage.
UMA/APEX evaluator: --
| Loading events... |
SDK Activity
x402 + Coinbase CDP — Machine Payments
x402 revives HTTP's dormant Payment Required status as the handshake for agent-to-agent commerce: any endpoint can return a signed price quote, the caller pays stablecoin on Base, and the same request replays with proof-of-payment. Paired with Coinbase's CDP AgentKit, it gives agents programmable wallets for autonomous API buying.
- •Who it serves - API providers and autonomous buyers that need micropayments without accounts, subscriptions, or OAuth.
- •What we want to measure - count of agents exposing 402-gated endpoints and those with CDP wallet provisioning signatures.
- •Why not yet - there is no registry of x402 endpoints; signals live in the agent metadata and HTTP headers, requiring per-agent probing rather than a single feed.