Skip to content

Latest commit

 

History

History
49 lines (47 loc) · 909 Bytes

aave-v3.md

File metadata and controls

49 lines (47 loc) · 909 Bytes

Course topics

  • Intro
  • Math
    • Supply rate, borrow rate and utilization rate
    • Scaled balance token
  • Contract Architecture
  • Supply
    • AToken
    • Code walkthrough
    • Foundry exercise
  • Borrow
    • LTV
    • Health factor
    • Debt token
    • Code walkthrough
    • Foundry exercise
  • Repay
    • Code walkthrough
    • Foundry exercise
  • Withdraw
    • Code walkthrough
    • Foundry exercise
  • Liquidation
    • Liquidation math
      • Liquidation threshold
      • Liquidation bonus
      • Close factor
    • Code walkthrough
    • Foundry exercise
  • Flash loan simple
    • Code walkthrough
    • Foundry exercise

maybe include in the course

  • Leverage (maybe)
    • Math
    • Foundry exercise
  • Short (maybe)
    • Math
    • Foundry exercise
  • E mode (maybe)
    • Code walkthrough
    • Foundry exercise
  • Isolation mode (maybe)
    • Code walkthrough
    • Foundry exercise

Excluded from course

  • stable debt will be omitted