If a shorter is in a really bad situation (CR <= 1.1) he/she knows he will be liquidated and will lose all it's collateral but he/she still has the option to transfer it's NFT to someone else and liquidate it immediately to gain callerFee
ERC721Facet.sol :
As you can see there is no restrictions to transfer a short so any shorter in a really bad situation could transfer it's short order NFT position to another address.
Moreover if a short has a CR less than 1.1 (minimumCR) he can gains something from doing this.
Looking at the documentation we can see this :
CR | Margin Caller | Shorter | Pool | Description |
---|---|---|---|---|
CR >= 4 | n/a | n/a | n/a | n/a |
1.1 <= CR < 4 | callerFee | c - c2 | tappFee | shorter gets remaining collat |
CR <= 1.1 | callerFee | 0 | c - c2 + tappFee | pool gets remaining collat |
In any case the liquidation succeeds the liquidator will receive callerFee, so a bad position shorter would be incentivize to transfer it's short to another address and liquidate it.
Short with a really bad CR (<1.1) can be transferred and instantly liquidated
VSCode
Don't allow a short to be transferred if CR is less than 4
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.