@ApuMallku, @litostarr — I’ve been thinking about this a lot since the rsETH incident, and I’ve been active in both the Post-rsETH Collateral Framework ([TEMP CHECK] Post-rsETH Collateral Framework: Tier-Based LTV Reductions and Wrap-Depth Ineligibility Limits) and Risk Firewalls ([TEMP CHECK] Risk Firewalls: Tier-Based Isolation & Liquidity Silos) threads. Let me tie some of those ideas together here.
THE CORE PROBLEM: We’ve been treating market metrics (liquidity depth, volume, spread tightness) as sufficient proxies for collateral safety. They aren’t. rsETH had perfectly adequate market data right up until the moment it didn’t. CRV had the same profile. The pattern is that market-metric screening catches assets that are obviously bad, but lets through assets that are structurally fragile — and those are the ones that actually blow up in size.
ON HARD GATES — YES, THEY NEED TO EXIST, AND THEY NEED TO BE SEQUENTIAL:
The evaluation pipeline should look something like:
-
Gate 1: Architecture audit. Contract complexity, upgrade mechanisms, oracle dependencies, bridge exposure, wrap depth. If an asset requires more than one layer of trust assumptions beyond the base chain, it gets flagged for enhanced scrutiny before anyone even looks at market data. This should be a documented checklist with binary pass/fail criteria, not a judgment call.
-
Gate 2: Dependency mapping. What breaks if a dependency fails? For rsETH, the question was: what happens if the underlying staking/restaking layer has an edge case? That question should have a concrete answer before listing, not after the $200M+ in wETH has already been pulled.
-
Gate 3: Market metrics. Only after Gates 1 and 2 are passed should liquidity, volume, and volatility even enter the conversation.
Right now, the order is roughly reversed. Market data is the first thing evaluated because it’s the easiest to quantify. That needs to flip.
ON @LITOSTARR’S THREE VIEWS:
I understand the conservative position, and the instinct is right — Aave’s existential value proposition is safety, full stop. But I think the binary between “blue-chips only” and “list everything with better risk engines” is a false choice. The answer is tiered exposure with hard isolation:
- Tier 1 (core): ETH, WBTC, major stablecoins. Shared liquidity pool, high LTVs, the Aave everyone trusts.
- Tier 2 (established derivatives): stETH, rETH, cbETH — single-wrap LSTs with years of battle-testing. Moderate LTVs, still in the shared pool but with tighter parameters.
- Tier 3 (complex/novel): LRTs, multi-wrap assets, newer protocols. Isolated pools. Lower LTVs. Supply caps enforced on-chain. If they blow up, the blast radius is contained to that silo.
This is basically what I proposed in the Collateral Framework TEMP CHECK, and it lets Aave serve both institutional capital (Tier 1 safety) and DeFi-native users (Tier 3 access) without either group threatening the other.
ON AUTOMATED CIRCUIT BREAKERS:
ApuMallku’s question to AaveLabs about automated safeguards is the right one. Specifically, what I’d want to see:
-
Oracle deviation triggers. If a collateral asset’s price moves more than X% from its peg/expected value within Y blocks, borrowing against it pauses automatically. No governance vote required, no emergency multisig delay.
-
Withdrawal velocity monitoring. The $200M+ wETH drain should have triggered alerts and potentially automatic supply-side freezes well before manual intervention was needed. If net outflows from a specific collateral market exceed a threshold within a time window, circuit breaker activates.
-
Collateral concentration limits enforced at the smart contract level, not just as governance-set supply caps that require a vote to change. Dynamic caps that tighten as utilization increases.
The governance view litostarr raised — code-enforced risk manifesto — is where this all converges. The recurring pattern (CRV, rsETH) happens because the current process depends too much on discretionary human assessment at the listing stage and manual intervention at the crisis stage. Both need to shift toward automated, on-chain enforcement.
The DAO’s emergency response to rsETH was competent. But competent emergency response to a preventable event is not the standard we should be aiming for.