Aave
Aave
Lending · Defi

Aave is the largest lending market onchain and the one the rest of DeFi prices itself against: deposit an asset and it earns from the block it lands, post it as collateral and the pool lends against it, borrow and the rate is set by the market every block, with no counterparty, no desk, and no hours.

It has held through every drawdown since 2020 while the venues around it broke, and it did that with rules that are public and mechanical. Every position is over-collateralized, every asset has a loan-to-value and a liquidation line the governance publishes ahead of time, and the oracle that prices your collateral is the same one that prices everyone else's. Nothing about it is discretionary, which is exactly why tens of billions of dollars sit in it. It is the market serious capital trusts.

Those same rules are the reason a position there is work. The health factor you check before bed. The liquidation at four in the morning because ETH moved eight percent while you were asleep. The leverage loop that is one idea and eight transactions. The borrow rate that was three percent when you opened and eleven when you next looked. The market is mechanical; the person holding the position is not, and the people who do well on Aave are the ones who never look away.

Every number Aave keeps about a position is a step in a plug: the price of every asset in it, the loan-to-value the pool assigns it, how much more it will lend, the liquidation line, the health factor, and any one of them can decide what happens next. Supply, borrow, repay, withdraw, flash loans, collateral and E-Mode switches run when a condition is met rather than when a person is awake. A plug holds a position the way the pool holds the market: by rule, every block.

Debt that repays itself the moment the health factor crosses the line you chose. Collateral topped up from a balance sitting idle somewhere else. Leverage entered, or unwound, in one atomic transaction. A borrow that closes when the rate stops making sense and reopens when it does. Yield swept into a position on a schedule you never have to remember.

The positions that survive on Aave are already run this way. A position that is managed and a position that is merely open look identical until the market moves at four in the morning, and by then it is not a decision you get to make.

  • Aave: Wind or Unwind Position

    plug
    boolean
    aave
  • Wind

    plug
    aave
    evm
  • Unwind

    plug
    aave
    evm
  • Wind or Unwind to Maintain Target HF

    plug
    aave
    math
  • Supply if a Token Balance Is 0

    plug
    aave
    evm
  • Supply Idle Balance Weekly

    time
    evm
    boolean
  • Borrow + Weekly Repayments

    time
    aave
    evm
  • Loop WETH/USDC at Target HF

    aave
    evm
    boolean
  • Swarm: Loop WETH/USDC at Target HF

    boolean
    aave
    evm
  • Loop at Target HF + Trailing Stop Loss

    database
    boolean
    aave
  • Borrow + Term Repayment Schedule

    time
    database
    boolean
  • Loop at Target HF + Borrow Rate Exit Guard

    database
    boolean
    aave
  • Loop at Target HF + Borrow Rate Entry & Exit Guard

    aave
    boolean
    evm
  • Borrow Rate Exit Guard (WETH/USDC Loop)

    boolean
    aave
    evm
  • Stop Loss (WETH/USDC Loop)

    boolean
    aave
    evm
  • Take Profit (WETH/USDC Loop)

    boolean
    aave
    evm
  • Trailing Stop Loss (WETH/USDC Loop)

    boolean
    aave
    evm
  • Value to Token Amount

    plug
    aave
    math
  • Target Debt to Debt Delta

    plug
    aave
    boolean
  • Strategy: Loop WETH/USDC at Target HF + Stop Loss

    boolean
    aave
    evm

Posts · 7