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.
Circle Gateway settles its x402 payments in batches that credit each seller with a net amount, so on chains where Gateway runs a batch counts as one payment per seller it credits, at that net value, and the paying addresses are not part of the user counts.
Coverage
Every issuer with agentic transfers, and the chains they happened on. One row per issuer.| Issuer | Chains |
|---|---|
agora | polygon, solana |
circle | algorand, arc, base, polygon, solana, xdc |
jpycoin | polygon |
phantom | solana |
stablecoin | base |
tether | polygon, solana |
worldlibertyfinancial | solana |
Tables
- Asset
- Deployment
One row per asset per day. Each measure is its own table in
metrics_assets, named for its value column plus _daily.| Column | Type | Description |
|---|---|---|
timestamp | TIMESTAMP | Midnight UTC of the day measured. |
asset_id | STRING | Identifier of the asset, for example usdc. Joins dimensions.assets. |
transfer_count_agentic_native | FLOAT64 | Number of agentic (x402) transfers on the day, summed across the asset’s natively-issued deployments. |
transfer_count_agentic_bridged | FLOAT64 | Number of agentic (x402) transfers on the day, summed across the asset’s bridged deployments. |
transfer_count_agentic_total | FLOAT64 | Number of agentic (x402) transfers on the day, summed across every deployment. A genuine total. |
transfer_volume_agentic_native | FLOAT64 | Value transferred by agentic (x402) flows on the day, USD, summed across the asset’s natively-issued deployments. |
transfer_volume_agentic_bridged | FLOAT64 | Value transferred by agentic (x402) flows on the day, USD, summed across the asset’s bridged deployments. |
transfer_volume_agentic_total | FLOAT64 | Value transferred by agentic (x402) flows on the day, USD, summed across every deployment. A genuine total. |
agentic_user_dau | INT64 | Distinct addresses making agentic (x402) payments in the asset on the day, across every deployment. |
agentic_user_wau | INT64 | Distinct addresses making agentic (x402) payments in the asset over the trailing week, across every deployment. |
agentic_user_mau | INT64 | Distinct addresses making agentic (x402) payments in the asset over the trailing month, across every deployment. |
Sample queries
- Assets by agentic payments
- One asset over time
- By chain
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.