Aave v4 Developer Preview
Get started with the all-new AaveKit v4.
Aave Documentation
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.
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});