@tianyuonchain
Under the hood, CDP Shield on Base:
- listens to on-chain events (deposits, borrows, repayments, liquidations)
- aggregates positions per user / per market
- computes health factor, LTV and utilization metrics
- classifies positions into “comfort / warning / danger” bands
On top of that, I’m building alert logic that:
- warns users before they drift into the danger band
- can react to volatility spikes instead of only static thresholds.