Aave (AAVE) Whitepaper Explained
Aave is one of the largest decentralised lending and borrowing protocols in DeFi — a system of smart contracts that allows users to deposit cryptocurrency as collateral, borrow against it, and earn yield on deposits without a bank or centralised intermediary. It introduced flash loans and runs across Ethereum and multiple Layer 2 networks.
How Aave lending works
Aave operates as a liquidity protocol: suppliers deposit assets into pools and earn interest from borrowers. Interest rates are set algorithmically — when demand for borrowing is low relative to available liquidity, rates are low; as pools fill up and utilisation approaches 100%, rates rise sharply to attract new deposits and discourage further borrowing.
Suppliers receive aTokens (e.g., aETH, aUSDC) that represent their deposit plus accruing interest. aTokens are standard ERC-20 tokens and can be transferred, used as collateral in other protocols, or held as yield-bearing assets.
Overcollateralisation and liquidations
All Aave loans are overcollateralised — borrowers must deposit more value than they borrow. Each asset has a loan-to-value (LTV) ratio set by governance. For example, an 80% LTV ratio means a user who deposits $1,000 of ETH can borrow up to $800 of another asset.
If the value of a borrower's collateral falls below the liquidation threshold (typically a few percentage points below the LTV ceiling), external liquidators can repay part of the debt and claim the collateral at a discount. Liquidators are incentivised by this discount to monitor positions and act quickly. Chainlink price feeds (via Chainlink) are used to determine real-time collateral values for liquidation decisions.
Flash loans
Aave's flash loan feature allows uncollateralised loans that must be borrowed and repaid within a single transaction. If the funds are not returned, the transaction reverts with no net state change. Flash loans charge a 0.05% fee on the borrowed amount.
Primary use cases: arbitrage (borrow asset A, swap to asset B on one DEX, swap back on another DEX where the price differs, repay the loan, pocket the difference), collateral swaps (replace one collateral asset with another in a single atomic transaction), and self-liquidation (close your own position if you're near liquidation without additional capital).
AAVE token and governance
The AAVE token is the governance and safety mechanism for the protocol. Token holders vote on:
- Adding new supported assets and their risk parameters
- Protocol fee structures and treasury allocations
- The Safety Module staking rewards rate
- GHO stablecoin parameters
AAVE stakers lock tokens into the Safety Module — a backstop reserve that can be slashed (up to 30%) in a shortfall event (bad debt that exceeds available reserves). Stakers earn staking rewards in return for this risk. The Safety Module aligns staker incentives with protocol solvency.
GHO stablecoin
GHO is a decentralised, overcollateralised stablecoin native to Aave. Users mint GHO by depositing collateral to the Aave protocol. The minting interest rate is set by governance and flows to the Aave DAO treasury rather than to liquidity suppliers.
AAVE stakers receive a discount on GHO borrowing rates (the exact discount tier is set by governance and subject to change), creating an additional incentive to hold and stake AAVE beyond governance participation. This is an example of layered tokenomics design — compare it with the simpler utility models described in our tokenomics reference guide.
Aave V3 and multi-chain deployment
Aave V3 introduced three key features: Efficiency Mode (eMode), Isolation Mode, and Portals. eMode allows higher LTV ratios for correlated assets (e.g., borrowing USDC against USDT at 97% LTV since both are stablecoins). Isolation Mode limits newly added risky assets to a single-asset borrowing cap. Portals enable cross-chain liquidity transfers between Aave markets.
Aave is deployed on Ethereum mainnet, Polygon, Arbitrum, Optimism, Avalanche, and other chains, making it one of the most broadly deployed DeFi protocols by number of networks.
AAVE tokenomics at a glance
| Parameter | Value |
|---|---|
| Total supply | 16 million AAVE (fixed) |
| Circulating supply | ~15 million AAVE |
| Safety Module TVL | ~$350 million staked |
| Slash cap | 30% of staked AAVE per shortfall event |
| GHO discount (AAVE stakers) | Set by governance vote |
How Aave relates to other DeFi protocols
Aave operates alongside — and frequently interacts with — Uniswap (users swap borrowed assets), 1inch (aggregates DEX liquidity for swapping collateral), and Lido (stETH is one of Aave's most-used collateral assets). Browse the DeFi category for more whitepaper analyses.
DeFi lending doesn't only exist on Ethereum. TRON hosts its own lending market through JustLend, which mirrors many of Aave's mechanics but uses TRX and TRC-20 tokens. Cross-chain deployments like Aave's own deployment on Polygon show how the same protocol can operate across different execution environments — compare Polygon's scaling approach to TRON's independent chain model for a sense of the architectural tradeoffs.
New to reading whitepapers? Read our beginner's guide to crypto whitepapers →
Frequently asked questions
What is Aave?
Aave is a decentralised lending and borrowing protocol built on Ethereum and several other blockchains. It allows users to deposit cryptocurrency as collateral and borrow against it, or to deposit assets and earn yield from borrowers. Unlike a bank, Aave runs entirely on smart contracts — no human intermediary holds custody of funds, and interest rates are set algorithmically based on supply and demand.
What is a flash loan?
A flash loan is a type of uncollateralised loan that must be borrowed and repaid within a single blockchain transaction. If the funds are not returned by the end of the transaction (plus a small fee), the entire transaction is reverted as if it never happened. Flash loans are used by arbitrageurs to exploit price differences across exchanges and by developers to perform complex multi-step operations in a single atomic transaction.
What is the AAVE token used for?
AAVE is the governance token of the Aave protocol. Holders can vote on protocol parameters including supported collateral types, risk parameters, and treasury allocation. AAVE can also be staked in the Safety Module — a reserve pool that absorbs losses in the event of a shortfall event (such as a bad debt scenario). Stakers earn staking rewards in return for providing this insurance backstop.
What is GHO?
GHO is a decentralised stablecoin native to the Aave protocol, pegged to the US dollar. Unlike algorithmic stablecoins, GHO is fully backed by collateral deposited in Aave's lending pools. Users mint GHO by supplying collateral at interest rates set by governance. AAVE stakers receive a borrowing rate discount on GHO — the discount tier is set by Aave governance — creating an additional demand driver for the AAVE token.
How does Aave compare to Uniswap and 1inch?
Aave focuses on lending and borrowing — users post collateral and borrow assets against it. Uniswap is a decentralised exchange for token swaps. 1inch is an aggregator that routes trades across multiple DEXs for the best price. These protocols interact constantly — borrowers on Aave often swap the borrowed assets on Uniswap or through 1inch, and arbitrageurs use flash loans from Aave to close price gaps on decentralised exchanges.