๐Ÿ““
Notional Finance
  • ๐Ÿ—’๏ธTo-Do List [Notional]
  • ๐ŸงตTwitter Threads
    • fCash Overview
    • AMM Overview and Trades
    • fCash Valuation 1
    • Liquidity Fees
    • Lenders trade (fCash)
    • Lender Trade 2
    • Borrower trade (fCash)
    • What happens at maturity?
    • Page 2
  • Experiment
    • DUNE & Dashboard
    • Docs & Topics
      • Interest Rate Risk
      • Inverse Interest Rate Risk
      • AMM Curve Comparison
      • Understanding Risk adjusted TVL
      • How Notional stays solvent
      • Liquidation!?
      • Prime Cash
    • Excel & Numbers
      • Duration Risk
      • 200% CR rate comparison
    • Trades
  • Weekly Reproducible Vault
    • 29 May - 4 June
      • Activity
      • IR Compare
    • 5 June - 11 June
    • 12 June - 18 June
  • ๐Ÿ’ธfCash
    • What & Why fCash?
    • fCash Use-case
    • fCash maturity
  • โš—๏ธCounterparty liquidity pool
    • Liquidity pool
    • AMM
    • Liquidity pool interactions
      • Lending Trade
      • Borrow Trade
      • Liquidity provisioning trade
  • ๐Ÿ’นfCash Finances
    • Valuing fCash
    • Risks subject to the change in Rates
      • The upside of the change in Rates
  • ๐ŸšฐLiquidity providers
    • Liquidity provisioning
    • Liquidity provider's portfolio
      • Net Lending Position for an LP
      • Net Borrowing Position for an LP
    • Yield earning (v1)
    • Risks (v1)
  • ๐ŸฅBorrower Resources
    • Collateralization
    • Free Collateral Computations
  • ๐Ÿช™nTokens
    • Automated liquidity provisioning for LPs
    • Mechanics
      • Minting nTokens
      • Redeeming nTokens
    • fCash position for nToken holders
    • Yield earning (v2)
    • Risks (v2)
  • โŒ›Tenor Maturity
    • Maturity
    • fCash maturity
    • Quarterly Rolls
  • ๐Ÿ”Leverage vaults
    • Leveraged yield opportunities
    • Vault mechanics
      • Entering
      • Exiting
    • Collateralization & liquidations
    • Balancer/Aura wstETH/WETH Strategy
      • Entering in Bal/Aura wstETH/WETH strategy
      • Exiting from Bal/Aura wstETH/WETH strategy
  • ๐Ÿ›๏ธV3
    • Page 1
Powered by GitBook
On this page
  1. Borrower Resources

Collateralization

PreviousRisks (v1)NextFree Collateral Computations

Last updated 2 years ago

Notional treats each asset differently during the free collateral calculation and applies the Collateral Factor or Borrow Factor to each asset's value as a function of its riskiness. This Collateral Factor and Borrow Factor protect the protocol against a rapid decrease in an account's net collateral value if it arises before its collateral assets can be properly liquidated.

Note that this parameter is fixed and can't be changed by governance.

---

When the collateral value and the debt value are the same, the system recognizes that particular account to be under water.

Notional computes the LTV (loan to value) ratio to verify if an account is eligible for liquidation. To calculate the LTV ratio Notional adjusts the collateral value with the collateral factor which reduces the value of collateral in the computation of LTV. Similarly, Notional adjusts the debt value with the borrow factor which increases the value of the debt in the computation of LTV.

With the above adjustments, the ratio of adjusted debt and adjusted collateral turns out to be greater than one. This is equivalent to insolvency, so whenever an account's adjusted LTV is greater than 1 that account is eligible for liquidation.

For the adjusted LTV to be at the point of liquidation i.e. adjusted LTV = 1, either the debt needs to be lowered or the collateral needs to be increased. In the above case, we decrease the debt.

When we decrease the debt or increase the collateral there comes a point where the adjusted debt and the adjusted collateral turn out to be equal at this point the ratio between the actual debt and collateral is the maximum allowed LTV and if the LTV increases beyond this point the account would get liquidated.

The above scenario is an ideal scenario where the LTV is below the maximum LTV ratio (adjusted LTV ratio less than 1) such that the position can be managed to avoid liquidation from small market movements.

---

๐Ÿฅ