Purpose
Tracking TVL across Uniswap stablecoin pools allows us to identify:- Major liquidity withdrawals that could precede peg depegging
- Imbalances across decentralized liquidity venues
- Reduced arbitrage efficiency for stabilizing price deviations
API Endpoint
Endpoint:- None required.
Example Query (GraphQL)
- Replace PAIR_CONTRACT_ADDRESS with the address of the stablecoin pair you want to monitor (e.g., USDC/DAI, USDC/USDT).
Example Response (truncated)
Important Fields
Field Purpose- date Daily timestamp (UTC)
- reserveUSD Current pool liquidity in USD
- dailyVolumeUSD Daily trading volume (optional secondary signal)
TVL Evaluation Criteria
We track daily percentage changes in liquidity:- Stable (Low Risk): Daily TVL change between -5% and +5%
- Moderate Risk: Daily TVL change between -10% and -5%, or +5% and +10%
- High Risk: Daily TVL change exceeding ±10% Significant liquidity reductions are flagged for investigation.
Rate Limits and Notes
- No formal rate limits, but best practice is querying once daily.
- TVL on Uniswap can fluctuate more sharply due to individual trader movements compared to Curve.
- Key stablecoin pairs monitored:
Last Word
- Monitoring TVL across Uniswap’s stablecoin pools strengthens the overall early detection capacity for stablecoin stress.
- Rapid liquidity movements can signal emerging risk even before peg deviations or volume surges are visible.