x402 Servers
Dimensional table mapping x402 server payment addresses to service origins, accepted payment pairs, and service categories. One row perpay_to_address. Join to x402_transfers to label server activity.
Columns
| Column | Type | Description |
|---|---|---|
| pay_to_address | varchar | Wallet address receiving x402 payments. EVM addresses lowercased; Solana/Tron/Keeta base58 case preserved. Join key to x402_transfers.to_address. |
| primary_origin | varchar | Canonical https origin for the server (e.g. https://acp-x402.virtuals.io). Deployment/preview domains deprioritized; placeholder domains excluded. PayAI addresses fall back to https://payai.network. |
| accepts | variant | Array of distinct {chain, token_address} payment pairs. Networks normalized from CAIP-2 via chainlist. |
| seller_metadata | variant | Operator identity from Dexter marketplace: {displayName, logoUrl, payTo, twitterHandle}. NULL if not listed. |
| category | varchar | Service category. Trusted source label where available; otherwise inferred via AI_CLASSIFY. |
| _updated_at | timestamp_ntz | When this row was last rebuilt. |
Categories
| Category | Description |
|---|---|
| Analytics | Market data, financial metrics, on-chain analytics, trading signals |
| Data | Data feeds, APIs, indexing, enrichment, information retrieval |
| DeFi | Token swaps, lending, yield farming, liquidity pools, staking, bridges |
| Tools | Developer tools, utilities, SDKs, code execution, contract interaction |
| Infrastructure | Compute, storage, hosting, networking, RPC nodes, oracles |
| AI Services | AI-powered APIs, text generation, analysis, prediction, ML endpoints |
| Predictions | Prediction markets, betting, game outcomes, forecasting |
| Agent Services | Agent-to-agent communication, agent discovery, agent orchestration |
| Content Generation | Image, video, audio generation, creative content, media APIs |
| Identity | Identity verification, KYC, OSINT, address lookup, reputation scoring |
| Other | Services that do not fit other categories |
Data Sources
Server registrations are ingested daily from 6 facilitator discovery APIs (CDP Bazaar, PayAI, Thirdweb, Dexter marketplace, Dexter discovery, x402scout) plus a manually curated seed of known servers not covered by any automated registry. Categories are determined in two ways:- Trusted source labels — Dexter marketplace, x402scout, and the manual seed provide pre-mapped categories
- AI inference — remaining servers are classified using Snowflake
AI_CLASSIFYon primary origin and resource descriptions