👻
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
  • Primer
    • Bitmap & Masks
    • WadRayLibrary
    • PercentageMath
    • Embedded vs Linked Libraries
  • Functions
    • General Execution flow
    • Architecture & Design choices
    • Common Functions
      • getReserveFactor, getDecimals
      • .cache
      • .updateState
      • .updateInterestRates
      • SupplyCap, BorrowCap
      • getFlags
      • calculateUserAccountData
    • 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

Was this helpful?

Edit
  1. Functions

Common Functions

getReserveFactor, getDecimals.cache.updateState.updateInterestRatesSupplyCap, BorrowCapgetFlagscalculateUserAccountData
PreviousUpgradability and ProxiesNextgetReserveFactor, getDecimals

Last updated 2 years ago

Was this helpful?