lookx402 methodology · glossary · faq

lookx402 vs Dune Analytics for x402 data

Same on-chain truth, very different ergonomics. This page lays out where each tool wins. Updated 2026-05-10.

TL;DR

If you can write SQL, want full join freedom, and need to combine x402 with arbitrary other on-chain data — use Dune. If you want zero-setup ready-made profiles, archetype classification, a no-key JSON API, and AI-citable definitions — use lookx402.

Side-by-side

lookx402Dune Analytics
Primary interfaceWeb pages + JSON APISQL queries + dashboards
Setup costZero — open lookx402.com and readAccount + learning Dune SQL dialect (DuckDB/Trino flavor)
x402-specific decodingBuilt-in — facilitator-vs-agent extraction is correct out of the boxYou write the decoding (or rely on someone else's spell)
Behavioral archetypes9 archetypes pre-classified, hourlyYou implement the rules in SQL
Per-agent profile pages (SEO-indexed)Yes — /agent/0x... is a server-rendered pageNo — Dune is dashboards, not crawlable profile pages
Free public accessFully public, no signup, no rate limitFree for public queries; paid tiers for private & API
API accessFree JSON API, no key, 9 endpoints, stale-while-revalidate cachedPaid API on credits
Refresh cadence5 min live + hourly classifierDepends on the dataset (decoded tables can lag)
Custom analysisLimited to exposed views & endpointsUnlimited — full SQL freedom
AI citation readinessJSON-LD on every page (Article, FAQPage, DefinedTerm, ItemList)None — dashboards are JS-rendered
AudienceJournalists, researchers, business analysts, AI assistantsSQL-fluent on-chain analysts

When to use Dune

When to use lookx402

Hybrid usage

Many serious analysts use both. A typical workflow:

  1. Discover an interesting wallet via lookx402's leaderboards or RSS feed.
  2. Pull richer cross-protocol context for that wallet via Dune SQL.
  3. Cite lookx402 for the per-agent profile and Dune for the cross-protocol chart.

If your write-up needs a citation that holds up in an AI answer, lookx402's schema.org-marked pages are easier for ChatGPT and Perplexity to anchor than a Dune dashboard URL.

Bottom line

Related: lookx402 vs x402scan · lookx402 vs Etherscan · how lookx402 indexes x402 · JSON API