Skip to main content
An agentic payment is a transfer made under the x402 standard, which lets software pay for something without a person in the loop. transfer_count_agentic_total counts those payments, and it is part of transfer_count_total for the same asset and day, so the two never add together.

Coverage

Every issuer with agentic transfers, and the chains they happened on. One row per issuer.
IssuerChains
agorapolygon, solana
circlealgorand, base, polygon, solana
jpycoinpolygon
phantomsolana
stablecoinbase
tetherpolygon, solana
worldlibertyfinancialsolana

Tables

One row per asset per day. Each measure is its own table in metrics_assets, named for its value column plus _daily.
ColumnTypeDescription
timestampTIMESTAMPMidnight UTC of the day measured.
asset_idSTRINGIdentifier of the asset, for example usdc. Joins dimensions.assets.
transfer_count_agentic_nativeFLOAT64Number of agentic (x402) transfers on the day, summed across the asset’s natively-issued deployments.
transfer_count_agentic_bridgedFLOAT64Number of agentic (x402) transfers on the day, summed across the asset’s bridged deployments.
transfer_count_agentic_totalFLOAT64Number of agentic (x402) transfers on the day, summed across every deployment. A genuine total.
transfer_volume_agentic_nativeFLOAT64Value transferred by agentic (x402) flows on the day, USD, summed across the asset’s natively-issued deployments.
transfer_volume_agentic_bridgedFLOAT64Value transferred by agentic (x402) flows on the day, USD, summed across the asset’s bridged deployments.
transfer_volume_agentic_totalFLOAT64Value transferred by agentic (x402) flows on the day, USD, summed across every deployment. A genuine total.
agentic_user_dauINT64Distinct addresses making agentic (x402) payments in the asset on the day, across every deployment.
agentic_user_wauINT64Distinct addresses making agentic (x402) payments in the asset over the trailing week, across every deployment.
agentic_user_mauINT64Distinct addresses making agentic (x402) payments in the asset over the trailing month, across every deployment.

Sample queries

Each measure is its own table, so this joins three of them on asset_id at one timestamp. transfer_count_total is the denominator that turns the count into a share of the asset’s activity.