Build on Aave
Get started with the all-new SDK and APIs.
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.
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});