Liquidation Auction Mechanics
Liquidation auction mechanics define the process by which a protocol sells off the collateral of an under-collateralized position. When a loan reaches a liquidation threshold, the protocol puts the collateral up for auction to recover the debt.
The design of these auctions is critical to ensuring that the debt is repaid while minimizing the impact on the collateral price. If the auction process is too slow or inefficient, it may fail to recover enough value, leading to bad debt.
Different protocols use various methods, such as English auctions, Dutch auctions, or automated liquidation via AMMs. The choice of mechanism affects the cost of liquidation for the borrower and the potential profit for the liquidator.
Optimizing these mechanics is essential for maintaining protocol health and minimizing slippage during market downturns. It is a core aspect of financial engineering in decentralized lending.