Liquidation Trigger Accuracy
Liquidation Trigger Accuracy is the precision with which a protocol determines the exact moment a user's collateral falls below the required threshold, necessitating a liquidation. If this trigger is imprecise, the protocol might either fail to liquidate a risky position in time, leading to bad debt, or unfairly liquidate a healthy position, causing user loss and distrust.
This accuracy depends on the combination of real-time price feeds, deterministic margin calculation, and the avoidance of rounding errors that could shift the trigger point. Because the liquidation event is the most critical safety mechanism in a derivative protocol, the math behind it must be beyond reproach.
This requires rigorous testing of the trigger logic under extreme market volatility and a clear, transparent definition of how the liquidation threshold is calculated. Ensuring this accuracy is the primary defense against systemic contagion in decentralized finance.