Stablecoins
Raw stablecoin transfer volume tells you nothing on its own — context is everything. This dataset matches every transfer to its onchain trigger across 9 activity categories and classifies every holder by venue type. 346 SQL models, 38 chains, Dune's proprietary classification layer.
Monitor stablecoin adoption and market stability for policy decisions
Analyze stablecoin flows and integration into traditional finance
Track stablecoin usage patterns and cross-border flows
Monitor supply distribution and competitive positioning
Research adoption trends, DeFi flows, and market impact
Access comprehensive data for informed regulatory decisions
Size the market, track share by chain, and spot adoption breakouts.
Track float, mint and burn flows, and where balances actually sit.
Quantify exposure to CEXs, bridges, and lending in a single SQL query.
Separate DEX, CEX, bridge, and P2P flows from raw transfer noise.
| Key features(Updated Feb '26) | Dune | Competitor avg. |
|---|---|---|
| Chains covered | 38 | ~12 |
| Stablecoins tracked | 208 | ~50 |
| Activity categories | 9 | 0 |
| Address categories | 11 | 0 |
| Transfer-level classification | ||
| Data composability (SQL/joining) | ||
| Non-USD currency coverage | ||
| Daily balance snapshots | ||
| Project-level address labeling |
The dataset has two label dimensions.
Address-level labels — every address in the enriched balances table is bucketed into one of 11 economic-function categories: DEX, Lending, Bridge, Yield, Issuer, Treasury, CEX, Burn, unidentified smart contract, whale, and unidentified.
Activity-level labels — every transfer in the enriched activity table is classified into one of 9 activity categories (flashloan, dex_swap, issuer, yield, cex, lending, bridge, dex_liquidity, unidentified) using a deterministic precedence waterfall.
These are not Dune's general-purpose public labels. They're purpose-built for stablecoin analysis — distinguishing dex_liquidity from dex_execution, lending_liquidity from lending_execution, and issuer_operations from issuer_treasury, distinctions that generic labels don't make.
Labels are recomputed on every pipeline run from per-protocol models (Uniswap, Curve, Aave, Morpho, major bridges, the CEX address universe, and more), so new activity flows through automatically. Entity labels and manual attribution are updated periodically as new relevant activity is uncovered.
Coverage goes beyond a single category tag:
unidentified_whale category, separate from generic unlabeled EOAs.Named-entity attribution for centralized exchanges and large institutional holders (e.g. identifying a specific Coinbase hot wallet) is in active development. Until that ships, customers should expect category-level tagging plus whale flagging, with named-entity coverage rolling out incrementally.
The enriched tables add two layers of context on top of the foundational tables.
balances_enriched adds an economic-function category and subcategory to every address holding a stablecoin. Every dollar of supply is bucketed by where capital is sitting and what role it serves.
activity_enriched classifies every individual transfer by what action it represents — a DEX swap, a lending supply or repay, a bridge deposit, a CEX deposit/withdraw, a flashloan leg, an issuer/PSM flow, a yield deposit/withdraw.
The practical difference: raw transfers tell you that value moved. The enriched tables tell you why— someone supplied to a lending market, bridged out, swapped on a DEX, or deposited to a CEX. That's the difference between net balances and an analyzable economic dataset.
Steakhouse Financial was the embedded research and methodology partner on the dataset. Their work covered:
Steakhouse's role was methodology, classification design, and validation.
Yes — this is one of the dataset's core strengths.
The dataset is intentionally unopinionated on adjusted volume. Other providers ship a single pre-baked formula. Dune exposes the activity classification underneath, so you define what counts as “real” volume — for example, excluding dex_swap, flashloan, and intra-CEX transfers.
Because everything sits in DuneSQL with full composability, the same methodology applies to every issuer in the dataset at once — USDC, USDT, RLUSD, PYUSD, EURC, BRL stablecoins, and more — for genuine apples-to-apples comparison. With opinionated providers, you get the vendor's number per token and have to trust it. With Dune, you own the methodology.
The building blocks are all in the dataset today:
A packaged monitoring layer — alerts, named-entity attribution, and leadership-ready briefs — is on the roadmap and is directly tied to the named-entity work described above.
Where Dune is distinctly stronger:
Where other providers are currently ahead:
Yes. The address labels, activity categories, and economic-function taxonomy are all embedded inside the enriched tables — there's no separate labels SKU. A subscription to the enriched stablecoin dataset gives you the full classified view.
Note: any third-party named-entity label set layered in later — for high-confidence attribution to specific institutions — may be packaged as a private add-on, since upstream licensing flows through separately.
Produced byDune in collaboration withSteakhouse Financial.
Stablecoin circulating supply shows where stablecoins actually live across the onchain economy, excluding bridge-locked or issuer-escrowed balances that don't represent circulating value. This view helps you understand how supply is distributed across venues such as CEX, DEX, lending markets, treasuries, and yield products, and how those allocations shift across chains and market regimes.
Stablecoin activity traces how value moves through the onchain system, but raw transfer volume alone is a weak signal. Similar transfer patterns can represent very different behaviors, so volume without context often misleads.
| No rows returned. | ||||
Stablecoin analysis comes down to two questions: where is capital sitting right now, and how did it get there?
Foundation tables give you the raw infrastructure, normalized transfers and balances across EVM, Solana, and Tron, free to query. Enriched tables go further: every transfer classified by economic intent, every address labeled by venue type, with full methodology transparency across all chains.
Free to explore. Enterprise to unlock the full picture.
The raw data behind the enriched layers. Raw transfer events and daily balance snapshots across EVM, Solana, and TRON, plus a multichain balances view, with no labels or enrichment applied.
Open access transfer, balance, token, and multichain tables for baseline stablecoin analysis.
Every balance, labeled by holder type. Measure where stablecoin balances sit across CEX, DEX, bridge, lending, treasury, yield, issuer, burn, and unlabeled buckets. Daily snapshots with standardized address-category taxonomy and EOA versus smart-contract differentiation help track deployment patterns, concentration risk, and structural balance shifts over time.
Enterprise holder-category tables for balance distribution, concentration, and venue exposure analysis.
SELECT blockchain, address_category, SUM(balance_usd) AS total_usd FROM dune.stablecore.stablecoins_evm_balances_enriched WHERE day >= CURRENT_DATE - INTERVAL '7' DAY GROUP BY 1, 2 ORDER BY 3 DESC LIMIT 20
From transfer noise to signal. Track why stablecoins move, not just how much they move. Transfer volume on its own is often ambiguous, so each transfer is qualified with trigger-aware logic and classified into an economic action. Use this to separate DEX, bridge, CEX, lending, and issuer flows.
Enterprise transfer-intent tables for separating DEX, bridge, CEX, lending, issuer, and other economic flows.
SELECT category, blockchain, SUM(amount_usd) AS volume_usd FROM dune.stablecore.stablecoins_evm_activity_enriched WHERE block_time >= CURRENT_DATE - INTERVAL '7' DAY GROUP BY 1, 2 ORDER BY 3 DESC LIMIT 20
Foundation tables are free to query for everyone. Enriched tables add the classification layer and require an Enterprise plan.
| Capability | Foundation | Balances enriched | Activity enriched |
|---|---|---|---|
| Raw transfers | |||
| Daily balance snapshots | |||
| Multichain unified view | |||
| Address category labeling | |||
| Venue classification (CEX, DEX, bridge, lending…) | |||
| Transfer-level intent (DEX swap, CEX deposit, bridge…) | |||
| Trigger attribution (the function that caused the transfer) | |||
| Holder concentration analysis | |||
| Refresh cadence | Daily | Daily | Daily |
| Access | Free | Enterprise | Enterprise |
Flexible pricing based on your actual usage. Start with a preview dataset today.
Missing a stablecoin?
Sync the full stablecoins schema to Snowflake, BigQuery, or Databricks. No API limits.
Query the stablecoins schema directly in Dune's SQL editor. Start from a template or write your own.
Programmatic access to the stablecoins schema. Same shape, REST-ready for pipelines, integrations, and product features.
Plug stablecoins data into Claude, Cursor, Codex, and other MCP-compatible agents.

Local currency stablecoins report
A comprehensive analysis of non-USD stablecoins covering supply, activity, holder distribution, and regional adoption. Written in partnership with Visa.