Developer Docs
A decentralised non-custodial liquidity protocol. Build with React, TypeScript or GraphQL using the official Aave SDK.
New
Introducing Aave V4
Get started with the all new Aave Kit V4.
Quickstart
import { useAaveMarkets, chainId } from "@aave/react";
const { data, loading, error } = useAaveMarkets({
chainIds: [chainId(1), chainId(8453)], // Ethereum, Base
});