Natrium docs
  • ๐ŸงชOverview
    • ๐Ÿ“–Introducing Natrium
    • ๐Ÿ”ฎVision
  • โš™๏ธProtocol Overview
    • ๐ŸŒProtocol architecture
      • โšœ๏ธNatrium Core & Enterprise
    • ๐ŸŒŠLiquidations
    • ๐Ÿ“ˆInterest Rate Models
    • โšกOracles
    • โš–๏ธProtocol Fees
  • ๐Ÿ’ฐTokenomics
    • ๐Ÿš€Presale & Launch
    • ๐ŸงฌNTM & NaCl
  • โš’๏ธDev Docs
    • ๐Ÿ”‘Contract specs
      • Isolated Pools (Layer 1)
        • Bucket config
        • Supply underlying asset
        • Withdraw underlying asset
        • Deposit OverCollateralized asset
        • Borrow
        • Repay
        • Withdraw OverCollaterlized asset
        • Liquidate
      • Shufflers (Layer 2)
        • Contract functionalities
          • Shuffler Creation
          • Shuffler Management
          • Supply Cap Management
          • Risk Exposure Management
      • Error Library
        • Error lib
  • ๐Ÿ“šLibrary
    • Brand Assets
    • Community Links
    • Legal Disclaimer
Powered by GitBook
On this page
  1. โš™๏ธProtocol Overview

๐ŸŒŠLiquidations

Liquidation algorithm

PreviousNatrium Core & EnterpriseNextInterest Rate Models

Last updated 1 year ago

CtrlK

In the event of financial instability, identified by a Loan-to-Value (LTV) surpassing the specified Liquidation LTV (LLTV), an account becomes eligible for liquidation within the system.

The liquidation process is transparent: liquidators can sell the entire debt of the account and, in return, receive the corresponding collateral value along with an additional incentive.

The Liquidation Incentive (LI) is determined by the LLTV of the market, calculated through the formula:

$LI = \min(M, \frac{1}{\beta \times LLTV + (1-\beta)} -1)$, where $\beta = 0.3$ and $M= 0.20$

Parameters are subject to refinement, but this represents the order of magnitude

Here's an illustration of how the Liquidation Incentive varies with LLTV:

Natrium also incorporates a mechanism to handle bad debt events. In traditional lending pool designs, bad debt typically remains in the market indefinitely.

In Natrium, if a liquidation results in an account having remaining debt and no collateral, the loss is acknowledged and distributed proportionally among all lenders. This ensures that the market remains fully operational even after a bad debt event, making it a resilient and user-friendly system.