> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tenderly.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Aave V3

> Protocol-native pages for Aave V3 reserves: reserve header metrics, APY charts, classified transactions, and Allocation, Performance, and Risk views.

When you navigate to a recognized Aave V3 reserve, Tenderly renders a reserve page instead of the generic contract view. The page identifies the reserve by protocol, reserve name, and version (for example, Aave USDC Reserve V3), and links to the underlying token.

<Card title="Open a live Aave V3 pool in Tenderly Console" href="https://dashboard.tenderly.co/contract/mainnet/0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2/protocol-overview?view=market" />

## Reserve header

The header presents the following reserve metrics:

| Metric         | Description                                                                                    |
| -------------- | ---------------------------------------------------------------------------------------------- |
| Total supplied | Amount supplied against the supply cap, in dollars and tokens, with the utilization percentage |
| Supply APY     | Current annualized yield for suppliers                                                         |
| Total borrowed | Amount borrowed against the borrow cap, with the utilization percentage                        |
| Borrow APY     | Current annualized rate paid by borrowers                                                      |
| Reserve factor | Share of interest routed to the Aave treasury                                                  |

Next to the metrics, a chart plots **Supply APY** or **Borrow APY** over a selectable time range, with the average APY for the selected window.

## Transactions

The Transactions tab lists recent reserve activity. Each transaction is classified with an Aave action label: **Supply**, **Borrow**, **Repay**, or **Withdraw**. The table shows the transaction hash, the user wallet, the action, the time, and the amount in both tokens and dollars.

<img src="https://mintcdn.com/tenderly/ByKNsKKrGuJbu3zy/images/defi-modules/aave-pool-overview.webp?fit=max&auto=format&n=ByKNsKKrGuJbu3zy&q=85&s=227b1eaa0989e33f0e0c8982bb30b3f4" alt="Aave V3 USDC reserve showing total supplied, supply and borrow APY, reserve factor, the supply APY chart, and transactions classified as Supply, Borrow, Repay, and Withdraw" width="1600" height="1000" data-path="images/defi-modules/aave-pool-overview.webp" />

## Protocol overview

The Protocol overview tab is split into three views: Allocation, Performance, and Risk.

### Allocation

The Allocation view renders a **Reserve backing** table with the reserve, its backing value, the supply cap, the borrow cap, and the average variable borrow APY. A Backing chart below the table plots the backing value over time.

<img src="https://mintcdn.com/tenderly/ByKNsKKrGuJbu3zy/images/defi-modules/aave-overview-allocation.webp?fit=max&auto=format&n=ByKNsKKrGuJbu3zy&q=85&s=194b47e5391e039c9e4092bcb0a2f88e" alt="Aave V3 reserve Allocation view showing the Reserve backing table with backing value, supply cap, borrow cap, and average variable borrow APY" width="1600" height="800" data-path="images/defi-modules/aave-overview-allocation.webp" />

### Performance

The Performance view plots the **Liquidity index**, the cumulative interest accrued by the reserve since inception. Below the chart, a Returns panel lists the instant supply APY, instant borrow APY, and the trailing 7-day and 30-day APY values, and a Fees panel shows the reserve factor.

<img src="https://mintcdn.com/tenderly/ByKNsKKrGuJbu3zy/images/defi-modules/aave-overview-performance.webp?fit=max&auto=format&n=ByKNsKKrGuJbu3zy&q=85&s=4bc31d0af4c8b2d5c3388faf527ea26b" alt="Aave V3 reserve Performance view showing the liquidity index chart, instant and trailing APY values, and the reserve factor" width="1600" height="1000" data-path="images/defi-modules/aave-overview-performance.webp" />

### Risk

The Risk view surfaces the reserve's governance and access control state:

* **Pool roles**: the ACL Admin, ACL Manager, and Emergency Admin addresses.
* **Risk curation**: the Risk Admin and Risk Stewards addresses, where configured.
* **Access**: a table mapping each adjustable parameter (such as the supply cap and borrow cap) to the role that can change it.

<img src="https://mintcdn.com/tenderly/ByKNsKKrGuJbu3zy/images/defi-modules/aave-overview-risk.webp?fit=max&auto=format&n=ByKNsKKrGuJbu3zy&q=85&s=2c2d041c58c2b0aca5d3ff36fcfcb3d8" alt="Aave V3 reserve Risk view showing pool roles, risk curation addresses, and the access table mapping parameters to the roles that control them" width="1600" height="810" data-path="images/defi-modules/aave-overview-risk.webp" />
