👻
Aave Book
Ctrlk
  • Introduction
  • TradFi vs DeFi: Lending
  • Market forces x Interest Rate Models
  • On Indexes
  • Scaling and ATokens
  • Deposit & Borrow Interest
  • Stable borrowing
  • Liquidation
    • 🚧TODO: Full example
    • 🚧Under construction: oracles
  • Primer
    • Bitmap & Masks
    • WadRayLibrary
    • PercentageMath
    • Embedded vs Linked Libraries
  • Functions
    • General Execution flow
    • Architecture & Design choices
    • Common Functions
    • supply
    • withdraw
    • borrow
    • repay
    • liquidate
    • 🚧swapBorrowRateMode
    • 🚧setUserUseReserveAsCollateral
  • Contracts
    • AToken
    • StableDebtToken
    • VariableDebtToken
    • DefaultReserveInterestRateStrategy
    • L2
  • Audit findings
    • 🚧Under construction
  • Appendix
    • Simple, Compound, APR, APY
  • Aave Features
    • Risk Management
    • Other features
Powered by GitBook
On this page
  • TODO:
  • Full Example
  • Competitive liquidation

Was this helpful?

Edit
  1. Liquidation

🚧TODO: Full example

TODO:

Full Example

  • https://docs.google.com/spreadsheets/d/1DRLIDCo-tUKF13NJoo9od1FmvUnrjeHibKzhZJ48Ar0/edit#gid=550821971

  • modify the example with the correct close factor, liquidation incentive, penalties, etc.

Competitive liquidation

  • how/why competitive

  • compare to other mechanisms

Links

  • https://docs.aave.com/faq/borrowing#when-could-my-stable-rate-be-rebalanced

  • https://mymerlin.io/website/liquidation-on-aave/

  • https://docs.aave.com/risk/asset-risk/risk-parameters

  • https://docs.aave.com/faq/liquidations

  • https://docs.aave.com/developers/guides/liquidations

PreviousLiquidationNextUnder construction: oracles

Last updated 2 years ago

Was this helpful?