For some extra technical context regarding the existing problem, apart from the aforementioned that actions involving exclusively non-affected assets still work normally, there are 2 additional non-affected dynamics, that can be important for integrators:
- Transfer of aTokens works as usual, on all assets.
- Partially a consequence of 1), it is possible to do liquidations whenever the debt closed is a non-affected asset, even if the collateral is affected, if the liquidator chooses to receive aTokens of the collateral instead of underlying. This is done by passing the parameter
receiveAToken
astrue
when calling theliquidationCall()
function on theLendingPool
of Aave v2 Polygon.
For example, a position with WETH collateral (affected asset) and DAI borrowings (non-affected) can be liquidated this way.
This is quite important for liquidators to take into account.