Introducing Aave V4
Get started with the all new Aave Kit V4.
Aave is a decentralised non-custodial liquidity protocol where users can participate as suppliers or borrowers. Suppliers provide liquidity to the market while earning interest, and borrowers can access liquidity by providing collateral that exceeds the borrowed amount.
These docs cover the protocol end to end: concepts and risk parameters, the AaveKit SDKs (React, TypeScript, GraphQL), smart contract references for v3 and v4, GHO, governance, and integration guides. Every page is also available as markdown for agents and tooling: append .md to any URL, or send an Accept: text/markdown header.
Get Familiar with Aave
Safety
Integrate Aave
Quickstart
- Market Data
- Supply Positions
- Borrow Positions
- Supply
import { useAaveMarkets, chainId } from "@aave/react";
const { data, loading, error } = useAaveMarkets({ chainIds: [chainId(1), chainId(8453)], // Ethereum, Base});