lookx402 methodology · glossary · faq

lookx402 vs Etherscan / Basescan

A general-purpose explorer is fine for general questions. The agentic economy is not a general question. Updated 2026-05-10.

TL;DR

Use Basescan for raw block / tx / contract inspection on Base. Use lookx402 when the question is about who is running x402 traffic, what services they pay, and how often — i.e. anything beyond a single transaction.

Critical caveat

If you read an x402 transaction on Etherscan / Basescan and assume From is the AI agent — you are wrong. tx.from is the facilitator (e.g. Coinbase Developer Platform). The real agent is the EIP-3009 authorizer, in topics[1] of the AuthorizationUsed event. Generic explorers do not decode this. lookx402 does. See the methodology for the precise extraction logic.

Side-by-side

lookx402Etherscan / Basescan
Scopex402 protocol only — narrow but deepEvery contract, every tx, every chain — broad but shallow
Default attribution of tx.fromFacilitator (correctly identified as relay, not agent)Shown as the sender, often misread as the actor
EIP-3009 AuthorizationUsed decodingBuilt-in — extracts authorizer from topics[1]Shown raw, you decode by hand or via contract ABI
Per-agent aggregate viewYes — /agent/0x... with full lifetime statsAddress page shows all activity, not x402-aggregated
Behavioral archetypes9 categories, hourly classifierNone
Dyads (payer ↔ merchant pairs)YesNo — must reconstruct from tx logs
JSON APIFree, no key, /apiFree + paid tiers, key required for high volume
SEO-indexed profile pagesYes — JSON-LD ItemList + Person-style markupLimited — generic per-address pages
x402-specific glossary & FAQ/glossary + /faqNone
Real-time RSS of notable events/feed.xmlNone

When to use Basescan

When to use lookx402

What an Etherscan-only view misses about x402

Bottom line

Basescan is for transactions. lookx402 is for actors. If you are tracking AI agent payments and you only ever look at Basescan, you will conclude that Coinbase Developer Platform is the largest agent in the agentic economy — which is exactly backwards.

Related: lookx402 vs x402scan · lookx402 vs Dune Analytics · how lookx402 decodes x402 · facilitator vs agent