🔬
Product Docs
  • Welcome to AZKA FINANCE
  • AZKA Token Murabaha Overview
    • General
    • System Components
    • Protocol Architecture
    • Token Types
    • Use Cases
    • AZKA RoadMap
  • Murabaha Pools V1
    • Providing Liquidity
    • Pool Metrics
    • vROI
    • Murabaha Fee Rate Curve
    • Shariah Considerations
  • Executing Murabaha V1
    • Pre-Requisites
    • Initiating Murabaha
    • Executing Murabaha
    • Quote Methodology
      • Amount of Murabaha Token Required (AMTR)
      • Required Amount of Currency (RAC)
    • Shariah Considerations
  • Managing Murabaha V1
    • Managing Murabaha
    • Liquidation Parameters
    • Liquidation Mechanics
    • Shariah Considerations
  • Token Murabaha Risk Framework
    • General
    • Asset Risk
    • Liquidity Pool Risk
    • Liquidation Risk
    • Risk Parameters
  • AZKA Token Design and Tokenomics
    • General
    • Specific Utilities (AZKA, vAZKA, dLP)
    • Token Distribution
    • vAZKA
      • vAZKA Reward Distribution
    • dLP (Dynamic LP)
      • Initiating dLP
      • vAZKA Murabaha Eligibility
      • Managing Eligibility
      • Claiming vAZKA
  • Governance
    • General
    • DAO Structure and Policies
    • azTeams
  • Developer Docs
    • Murabaha Pools
    • Executing Murabaha
    • Liquidations
Powered by GitBook
On this page
  1. Managing Murabaha V1

Liquidation Parameters

This section pertains to the dynamics of how AZKA manages Collateral and facilitates Liquidations. In AZKA collateral is not isolated, as in all deposited collateral for a user will be used to secure any and all debts of that user. Users can deposit any of the supported collateral types.

A users 'Debt to Collateral Ratio' (DTC) for some user is determined by:

Users DTC=Sum of all Debts in USDSum Collateral Value in USD\text{Users DTC} = \frac{\text{Sum of all Debts in USD}}{\text{Sum Collateral Value in USD}}Users DTC=Sum Collateral Value in USDSum of all Debts in USD​

All assets listed as collateral have their own unique Liquidation Threshold and Liquidation Penalty on values above the liquidation threshold.

For each wallet/user, the maximum DTC they can have when executing a Murabaha is calculated as the weighted average of the maximum DTC for each collateral asset deposited by the user and its respective value:

User Max DTC=∑i(Collateral (i) in USD×max DTC of Collateral (i))Total Collateral Value in USD{\small \text{User Max DTC} = \frac{\displaystyle\sum_{i} \left( \text{Collateral (i) in USD} \times \text{max DTC of Collateral (i)} \right)}{\text{Total Collateral Value in USD}}}User Max DTC=Total Collateral Value in USDi∑​(Collateral (i) in USD×max DTC of Collateral (i))​

Each User will also have a unique Liquidation Threshold based on the same approach, whereby the users Liquidation Threshold is a weighted average of the Liquidation Thresholds for each collateral asset deposited by the user and their value:

User Liquidation Threshold=∑i(Collateral (i) in USD×Liquidation Threshold (i))Total Collateral Value in USD{\small \text{User Liquidation Threshold} = \frac{\displaystyle\sum_{i} \left( \text{Collateral (i) in USD} \times \text{Liquidation Threshold (i)} \right)}{\text{Total Collateral Value in USD}}}User Liquidation Threshold=Total Collateral Value in USDi∑​(Collateral (i) in USD×Liquidation Threshold (i))​

If the users DTC becomes equal or greater thanthe the users unique Liquidation Threshold, then this will trigger a liquidation event. If a users debt reaches it expiry this will also trigger a liquidation event. Liquidation Events incur a penalty that is payed to the Liquidator.

The WALP (Weighted Average Liquidation Bonus) is given by:

WALB=∑i(Collateral (i) in USD×Liquidation Bonus(i))Total Collateral Value in USD{\small \text{WALB} = \frac{\displaystyle\sum_{i} \left( \text{Collateral (i) in USD} \times \text{Liquidation Bonus(i)} \right)}{\text{Total Collateral Value in USD}}}WALB=Total Collateral Value in USDi∑​(Collateral (i) in USD×Liquidation Bonus(i))​

PreviousManaging MurabahaNextLiquidation Mechanics

Last updated 1 year ago