Supply analytics. Crosschain flows. Peg monitoring. Across 14+ chains.
Real-time supply analytics, crosschain flow tracking, and peg monitoring — powered by curated data and AI agents that deliver answers in seconds, not hours.
01 / What you can track
Dedicated tables for supply, flows, peg stability, and entity classification. Not generic token data repackaged.
Key question:
"How much USDC is sitting in DEX pools vs. lending protocols vs. bridges?"
Key question:
"Where is USDC flowing — and which bridges are carrying the most volume?"
Key question:
"Has any stablecoin deviated more than 50bps from peg this week?"
Key question:
"What's the CEX-to-DeFi capital rotation for USDT this quarter?"
Key question:
"How does USDT holder concentration compare to USDC over the past quarter?"
Key question:
"Which entity types are receiving the largest USDT flows this month?"
02 / The data layer
Dedicated supply, flow, and distribution tables with fields designed specifically for stablecoin analysis. One query shows you exactly where stablecoins sit and how they're moving.
Explore the schemaDaily supply with DeFi venue decomposition
Track total supply, daily mint/burn activity, and distribution across DeFi venues — by chain and crosschain. See exactly where stablecoins sit at any given moment: in bridges, DEX liquidity pools, lending protocols, or centralized exchange wallets.
-- USDC supply distribution across DeFi venues
SELECT block_date, defi_type, SUM(balance_usd) AS supply
FROM crosschain.defi.ez_stablecoin_supply_daily
WHERE symbol = 'USDC'
AND block_date >= CURRENT_DATE - 90
GROUP BY 1, 2 ORDER BY 1Transaction-level data with USD values
Every stablecoin transfer, DEX swap, and bridge event with sender, destination, amount, and USD value. Filter by stablecoin, join with entity labels, and track crosschain capital movement at the transaction level.
-- Crosschain bridge flows for USDC, last 30 days
SELECT destination_chain, bridge_protocol,
SUM(amount_usd) AS volume
FROM crosschain.core.ez_bridge_activity
WHERE token_symbol = 'USDC'
AND block_timestamp >= CURRENT_DATE - 30
GROUP BY 1, 2 ORDER BY volume DESCEntity classification meets issuer-level metrics
Join any transfer with 700M+ labeled addresses to see who's behind the flow. Enrich with RWA.xyz holder concentration metrics and Token Terminal rolling trends — three complementary data layers in one query environment.
-- Institutional USDT flows by entity type
SELECT l.label_type, SUM(t.amount_usd) AS volume
FROM ethereum.core.ez_token_transfers t
JOIN ethereum.core.dim_labels l
ON t.to_address = l.address
WHERE t.symbol = 'USDT'
AND t.block_timestamp >= CURRENT_DATE - 30
GROUP BY 1 ORDER BY volume DESC03 / Agent intelligence
Ask questions in natural language and get answers backed by live onchain data. The stablecoin intelligence agent runs real queries against curated data — not cached summaries — and delivers formatted reports and charts.
Track supply changes by issuer and chain. Get alerts on mint/burn velocity shifts and distribution changes across DeFi venues.
Detect capital migration anomalies, bridge volume spikes, and unusual crosschain movement patterns before they become headlines.
Early warning on de-peg events. Monitor deviation thresholds, DEX liquidity depth, and mint/burn patterns that signal reserve stress.
Weekly comparisons of USDT vs. USDC vs. DAI across market share, holder concentration, and multi-chain distribution.
04 / Who uses this
Track organic transfer volumes, classify flows by entity type, and inform payment product strategy with daily onchain data.
Track supply changes by issuer as a proxy for capital entering or exiting crypto. Flow analysis reveals rotation patterns and sentiment shifts.
Real-time peg deviation tracking with early warning signals. Monitor mint/burn patterns and DEX liquidity to assess issuer health.
Entity-classified flow data for regulatory reporting. Counterparty risk classification and flow pattern analysis for oversight requirements.
$304B
Circulating supply tracked
14+
Chains with stablecoin tables
700M+
Labeled addresses
47M+
Monthly active stablecoin users
Flipside has purpose-built stablecoin tables for daily supply, mints/burns, DeFi venue distribution (CEX wallets, bridge contracts, DEX pools, lending protocols), crosschain flows, and holder behavior. Coverage spans 14+ chains including Ethereum, Solana, Polygon, Arbitrum, Optimism, Base, BSC, Avalanche, and Gnosis. A unified crosschain view lets you query all chains at once.
Three datasets work together: aggregate daily flows by chain, net flows by token and chain, and bridge-level data with sender, destination chain, amount, and bridge protocol. You can see which chains are gaining or losing stablecoin capital and which bridge protocols carry the most volume.
Yes. Hourly price feeds flag deviations beyond configurable thresholds, and DEX swap data shows what's actually trading onchain. You can spot flight-to-quality moves (surges in stablecoin-to-stablecoin swaps), measure slippage on large trades, and correlate with mint/burn data to catch reserve stress early.
700M+ wallet addresses are classified by entity type: CEX (hot wallet, deposit, cold storage), DEX contracts, DeFi protocols, bridges, funds, and known wallets. Join any transfer table with dim_labels to see counterparty types instead of raw addresses.
The agent runs live SQL queries against curated stablecoin tables, not cached summaries. It pulls from Flipside onchain data (14+ chains), Token Terminal (crosschain metrics including TRON), and RWA.xyz (holder concentration, yield tracking), then returns formatted answers with charts. You can use it in the FlipsideAI web app, Slack, or through API and MCP integrations.
RWA.xyz adds 65 timeseries metrics per stablecoin: holder concentration, active addresses, market cap by issuer. Token Terminal adds rolling sums, trend lines, and pre-computed peg deviation metrics. Both sit alongside native onchain tables in the same SQL environment, so you can join them in a single query.
Get Started
Whether you need a turnkey AI agent or direct SQL access to institutional-grade stablecoin data, Flipside delivers both — in one platform, with one subscription.