The StabilityPool
has a function to allow manager role to finalize liquidation process by calling liquidateBorrower
, in LendingPool
, all borrower's collateral (RAACNFTs) will be transferred to StabilityPool
, but StabilityPool
does not offer a way to use those NFTs, which cause them to be locked in contract.
In LendingPool::finalizeLiquidation
:
We see upon liquidation, all collateralized NFTs will be transferred to StabilityPool
, but this contract does not provide any interface which handles the operation on RAACNFTs, and those NFTs which get transferred will be lost.
All transferred RAACNFTs will be stuck in StabilityPool
Manual review
Consider allowing managers or trusted roles to transfer out RAACNFTs for further usage.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.