About the Depeg Risk Monitor

A real-time monitoring system for stablecoin depeg risk across EVM chains. Built by Webacy.

Understanding Risk Scores

Each stablecoin receives a risk score from 0–100. Higher scores indicate greater depeg risk. Tiers: Critical (≥80), Warning (≥60), Watch (≥40), OK (<40).

For weights, components, and how the score is computed, see How the score is computed in Docs. For the full methodology (velocity, token-type adjustments, example calculation), see Model.

Reading the Dashboard

The overview table shows symbol, chain, score, tier, price, peg, % off, and more. For a complete list of every column and filter, see the Data dictionary in Docs.

Using Filters

Full filter reference: Data dictionary.

Search

Type in the search box to filter by symbol, name, or contract address. Search is case-insensitive.

Filter Dropdowns

  • Chain — Show only tokens on a specific blockchain
  • Currency — Filter by peg type (USD, EUR, XAU, etc.)
  • Tier — Show only critical, warning, watch, or ok tokens

Saved Views

Save your current filter combination for quick access later:

  1. Apply your desired filters
  2. Type a name in the "Save view as..." field
  3. Click "Save view"
  4. Click the saved view button anytime to restore those filters

Saved views are stored in your browser and persist across sessions.

Data Sources

Prices are aggregated from multiple sources:

SourceTypeDescription
DeFiLlamaAggregated APIAggregated prices from multiple DEX protocols
CoinGeckoAggregated APICEX + DEX aggregated prices
DEXScreenerDEX APIReal-time prices from highest liquidity pools
BitqueryOn-chain IndexerVWAP from actual DEX trades (on-chain)
0x APIQuote EngineExecutable quotes with slippage estimates
Update Frequency: Data is refreshed every 30 minutes via automated pipelines.

Important: Data Limitations

Prices are estimates, not executable quotes

The prices shown are aggregated/averaged values from APIs, not the actual price you would receive when executing a trade on-chain. The true executable price depends on the state of liquidity pools at the moment of execution.

This distinction matters most for:

  • Thinly traded tokens — Low liquidity means large slippage
  • Depegged or collapsing stables — Prices may be stale or inaccurate
  • Long-tail assets — May only have liquidity on one DEX/chain

For precise execution prices, especially during incidents, always verify against on-chain liquidity pools directly.

What we DO provide for liquidity context:

  • Liquidity Tier — Based on 60-minute trading volume (high/medium/low/very low)
  • Slippage Estimates — From 0x API for $10k and $100k trade sizes
  • On-chain VWAP — Volume-weighted average from actual DEX trades (via Bitquery)
  • Multi-source Consensus — When sources disagree, we flag it and use the price closest to peg

Future Improvements

We're exploring LP-aware pricing that would query liquidity pool state directly to show executable prices for specific trade sizes. This would provide more accurate data for risk assessment during incidents.

Special Token Types

Not all stablecoins are pegged to exactly $1. The system handles different types:

TypeExpected BehaviorExamples
StandardTrades at ~$1.00 (±1%)USDC, USDT, DAI
Yield-bearingTrades above peg (accrues yield)sUSDe, USDY, sUSDS
Gold-backedTracks gold spot price (~$2,700/oz)PAXG, XAUT
EUR-peggedTracks EUR/USD rate (~$1.08)EURS, agEUR
Other currenciesTracks respective FX ratesGYEN (JPY), CNGN (NGN)

Dashboard Pages

Overview

Main dashboard showing all active stablecoins with their current risk scores. Use filters to narrow down the view.

Vault Universe

ERC-4626 vault risk ratings across 2,100+ vaults on 6 chains. Each vault receives a listing verdict, withdrawal risk level, and 90-day score history. See documentation →

Graveyard

Historical archive of dead or shutdown stablecoin projects (e.g., UST, USDR). Excluded from the main view but preserved for research.

Events

Historical log of significant depeg events with detailed analysis of what happened and when.

Model

Interactive scoring model with feature weights, tier thresholds, token type adjustments, and an example calculation. See docs →

Frequently Asked Questions

Why does a token show a high % off but low risk score?

Some tokens (like yield-bearing stablecoins) are expected to trade above their base peg. The system adjusts expectations based on token type.

Why is a token missing from the dashboard?

Some tokens are excluded due to: (1) being dead/collapsed projects, (2) data quality issues, (3) not actually being stablecoins (e.g., LP tokens). Check the Graveyard page for dead projects.

How often is data updated?

The monitoring pipeline runs every 30 minutes. FX rates (for non-USD pegs) update hourly.

What do the icons next to prices mean?

The icon shows where the price data comes from:

  • 🦙 — DeFiLlama (aggregated DEX prices)
  • 🦎 — CoinGecko (CEX + DEX aggregated)
  • 📊 — DEXScreener (real-time DEX prices)
  • ⛓️ — Bitquery (on-chain VWAP from liquidity pools)
  • 📡 — No DEX data, using external API
  • 🔄 — Price corrected (original deviated too much)
  • ⚠️ — Sources disagree (using best estimate)

Built by Webacy — Protecting users in Web3