Building on Aave

Compatible with best-in-class wallets

Hub & Spoke Architecture

Unified liquidity across isolated risk environments. Each hub defines a solvency boundary — spokes encode borrowing rules within it.

Prime
Core
Plus
Prime
Core
Plus
Liquidity HubsSpokesIsolatedCross Hub

Integrate Aave in Minutes. Drive new revenue, boost user retention, and cut costs.

Aave Kit exposes the full power of Aave Protocol through a clean developer API.

Integrate Earn withuseSupply().

1
Install the SDK
bash
npm install @aave/react@next
2
Set up the Aave clientCreate a client once and wrap your app. All Aave hooks share this context automatically.
client.ts & App.tsx
// client.ts
import { AaveClient } from "@aave/react";
export const client = AaveClient.create();
// App.tsx
import { AaveProvider } from "@aave/react";
import { client } from "./client";
export default function App() {
return <AaveProvider client={client}><YourApp /></AaveProvider>;
}
3
Supply assets to earn yieldHandles ERC-20 approvals via permit or transaction. One hook, one call.
SupplyWidget.tsx
import { useSupply, bigDecimal, evmAddress } from "@aave/react";
import { useSendTransaction, useSignTypedData } from "@aave/react/viem";
const [supply, { loading, error }] = useSupply((plan) => {
switch (plan.__typename) {
case "TransactionRequest":
return sendTransaction(plan);
case "Erc20Approval":
if (plan.bySignature)
return signTypedData(plan.bySignature);
return sendTransaction(plan.byTransaction);
}
});
const result = await supply({
sender: evmAddress(wallet.account.address),
reserve: reserve.id,
amount: { erc20: { value: bigDecimal(42) } },
});
View API Docs
Aave powers billions in deposits with 6 years of secure, transparent, and battle-tested performance.

$0B

Net deposits

0%

Of all active DeFi stablecoins

0x

More TVL than the next lending protocol.

65+ independent audits

Every major release reviewed by leading security firms.  Audit reports published onchain.

6+ years of uninterrupted operation

Protocol has processed every market condition since 2020.

SOC 2 Type 2 compliance

Institutional-grade security controls and reporting standards.

And More

Execute large volumes without rate volatility
Add eligibility requirements like KYC
Bug bounty program
Deploy isolated-risk lending markets on any supported chain
Loss protection via Umbrella
Supports RWAs
Compatibility by Design. Aave integrates with any type of financial service.

Fintechs & Stablecoin Issuers

Offer your users transparent, competitive yield and crypto-backed loans powered by stablecoins.

Exchanges & Custodians

Integrate yield and crypto-backed loans into your product to increase revenue, and drive user retention.

Wallets

Enable users to earn and borrow against their assets in the most competitive and liquid onchain markets.

Native DeFi

Build next-generation DeFi products and tap into deep Aave liquidity to bootstrap your launch.

Banks & Asset Managers

Earn and borrow 24/7 with Horizon's onchain repo markets for tokenized assets.

Marketplaces & Payments

Optimize treasury management by sweeping customer funds into lending backed by secured money market instruments or liquid crypto-native collateral.

Stable Vaults.

Institutional-grade fixed yield.

Turnkey vaults that convert variable DeFi yield into fixed, predictable returns. Aave manages the strategies, you integrate the deposit flow.


Predictable yield in an unpredictable market.

Stable Vaults absorb the volatility that variable-rate markets produce, delivering fixed rates that compound every second.

Stable Vault (USDC)
Aave v3 Core (Variable)
USDC supply rateAave v3 Core (Ethereum)2025

FAQs

Banks, asset managers, fintechs, wallets, exchanges, and DeFi developers can all integrate with Aave.

You can tap into lending markets, run yield products, launch crypto-backed loans, or build apps for payments and treasury use cases.

Yes, the pools are insured via Umbrella, Aave's native insurance module.

Vaults let users earn or borrow by connecting to existing Aave lending pools, while giving you the ability to earn fees.

Aave's SDK, react hooks, and API make it easy to connect to markets and deploy vaults in minutes.

How can we help?

We're here to help you build. Contact us to learn more.