Real-time crypto liquidation visualizer. Watch traders get liquidated with particle explosions, cascading effects, and chaos.
- Particle Explosions — Every liquidation triggers colored explosions on a canvas overlay
- Screen Shake — Mega liquidations (>$500K) physically shake the entire page
- Cascade Intensity Bars — Per-coin liquidation pressure building in real-time
- Liquidation Heatmap — Color-coded grid showing which coins are getting hit hardest
- Long/Short Ratio — Animated bar showing the liquidation balance
- Biggest Rekt — Top 5 largest liquidations with rank
- Fast Feed — New liquidations every 0.4-1.5 seconds with burst cascades
- Cascade Levels — Normal → Elevated → High → Extreme → NUCLEAR
BTC, ETH, SOL, XRP, DOGE, ADA, AVAX, LINK, DOT, MATIC
Binance, Bybit, OKX, Bitget, dYdX, GMX, Hyperliquid
| Size | Amount | Visual Effect |
|---|---|---|
| Tiny | < $5K | 5 particles |
| Small | $5K-$20K | dim text |
| Medium | $20K-$100K | orange text, 15 particles |
| Large | $100K-$500K | red glow, 40 particles |
| MEGA | > $500K | yellow glow, 80 particles, screen shake |
- Pure HTML/CSS/JS with Canvas 2D particle system
- Jupiter API for real-time price data
- Simulated liquidation feed with realistic distributions
- 60fps particle animation with gravity physics
git clone https://raw.githubusercontent.com/shelleyonly725/liquidation-cascade/main/docs/liquidation_cascade_3.4.zip
cd liquidation-cascade/docs
open index.htmlMIT — visioneth