Spearbit's isolated-mode review for Aave V3 found one medium and one low finding. The medium-severity supply cap drift accumulates over time but is bounded by the protocol's daily reconciliation job; positions in isolated mode should not need to act on this finding directly.
// findings · 2
- [MEDIUM]
Supply cap accounting drifts by up to 0.1% during borrow-against-supplied-aToken flows in isolated mode. The drift accumulates over many operations.
Pool.supplyWithPermitisolated-mode accountingSupply cap accounting drifts during borrow-against-supplied-aToken flows in isolated mode.
ref: page 4 finding 2affects:isolated-mode - [LOW]
Debt ceiling check in isolated mode does not include accrued interest, allowing positions to slightly exceed the ceiling between updates.
DebtCeiling checkAccrued interest is excluded from the ceiling check.
ref: page 6 finding 4affects:isolated-mode