# AAVE Protocol Explained

## Changes in AAVE version 3

### High-Efficiency mode <a href="#d65b" id="d65b"></a>

This update aims to provide users with **the highest borrowing power out of their collateral**. This feature restricts borrowers to borrow only the assets belonging to a specific category or pool, consisting of correlated assets (e.g., stETH, sETH, alETH), generally the assets that are derivatives of the same underlying asset. This helps the user by giving better predictability and providing better health factors with increased collateral factor and a super low 1% liquidation penalty.

### Borrowing and Supply Caps

AAVE v3 introduces supply and borrow caps allowing governance to better manage risk and to limit exposure to riskier assets. AAVE v3 also introduces a borrowing pause feature, which allows markets to be disabled but not liquidated.

### **Portal** <a href="#id-33d2" id="id-33d2"></a>

As the blockchain industry is growing day by day, and many chains have come up with new features, it is still difficult if someone wants to shift their supplied assets or aTokens from one chain to another (e.g. Mainnet to Polygon). The AAVE protocol has come up with a new feature to deal with this issue. **AAVE Portal creates bridges between the different iterations of the AAVE v3 protocol on different chains, helping users move supplied assets or aTokens from one chain to another.**

<figure><img src="https://miro.medium.com/max/1400/1*3iyHjyP2DqzuUMg0eVfhzA.png" alt=""><figcaption></figcaption></figure>

### **Isolation Mode** <a href="#id-9358" id="id-9358"></a>

**Isolation Mode makes listing new assets easier for the protocol.** When a new token is listed in the Isolation mode, users can only borrow Stablecoins using it as collateral. While doing this, the user’s collateral should only consist of the Isolated token. **This will allow the AAVE protocol to more quickly list newer or riskier assets while minimizing the risk to the overall protocol.**

<figure><img src="https://miro.medium.com/max/1400/1*dmtl3KWsL-W8Ag-jo-STyA.png" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guides.instadapp.io/protocols/aave/aave-protocol-explained.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
