Build on Aave

Get started with the all-new SDK and APIs.

Learn More

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

import { useAaveMarkets, chainId } from "@aave/react";
const { data, loading, error } = useAaveMarkets({  chainIds: [chainId(1), chainId(8453)], // Ethereum, Base});

Explore

Get Familiar with Aave

Building On Aave