Fallback Liquidations
Despite the best efforts of liquidators, positions may not always be inherited promptly under extreme market conditions. In such cases, the underlying protocol executes its own liquidation. This fallback process can result in potential losses for Credit LPs.
Understanding External Protocol Liquidations
When Euler or another underlying protocol liquidates a Twyne position, it has no notion of the internal split between borrower and Credit LP collateral. From its perspective, the liquidation applies to a single combined position.
The challenge for Twyne is to determine how to fairly redistribute the remaining assets between borrowers and Credit LPs following such an external liquidation.
Post-Liquidation Accounting
After an external liquidation, Twyne must:
Assess Remaining Assets: Determine what collateral and debt remain
Prioritize CLP Protection: Ensure CLPs recover maximum possible value
Maintain Over-collaterlization: Keep loan healthy enough that an incentive exists to inherit the position
Prevent Gaming: Avoid creating exploitable conditions
The mathematical framework for this is covered in detail in Section 6.2.1 of the whitepaper. The key insight is that we reset the borrower’s liquidation LTV to the maximum allowed value and redistribute assets accordingly.
Calculating CLP Losses
Credit LPs face potential losses when external liquidations occur. The loss amount depends on several factors:
The borrower’s risk level
The external protocol’s liquidation parameters (incentive and closing factor)
The safety buffer maintained by Twyne
The whitepaper provides detailed loss analysis showing that CLPs are protected as long as specific conditions are met. For typical parameters (5% liquidation incentive, 50% closing factor), CLPs face no losses unless borrowers choose extremely high liquidation LTVs.
Last updated