# Aave v3

<figure><img src="https://docs.enzyme.finance/~gitbook/image?url=https%3A%2F%2F2049782695-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FWzXrybpj5e9VBbPlbYCJ%252Fuploads%252Fv5ly3QbAdd7wEAHzDLDJ%252Faavev3_.png%3Falt%3Dmedia%26token%3Dd4bbdf0f-f911-4b07-93c5-8d59c985b042&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=96fee438&#x26;sv=2" alt=""><figcaption></figcaption></figure>

[Aave](https://aave.com/) V3 is an open-source, non-custodial liquidity protocol designed to earn interest on deposits and facilitate borrowing of digital assets in various modes, including the enhanced E-Mode. Users can deposit funds into liquidity pools, borrow assets against collateral, and maximize their loan-to-value ratio using E-Mode. Aave employs an algorithmic interest rate model to balance supply and demand. With Aave v3, you can supply, claim rewards, and more across both Ethereum and Polygon networks.

With Aave v3, you can **Supply**, **Borrow** and **Claim Rewards**, with a variety of assets in **Ethereum** and **Polygon** networks.

#### How to Supply on Aave v3? <a href="#how-to-supply-on-aave-v3" id="how-to-supply-on-aave-v3"></a>

1. Navigate to the list of available assets.
2. Click on "Supply" next to the asset you wish to lend.
3. Enter the desired amount and click on "Supply".
4. Review the transaction details.
5. Confirm and sign the transaction with your wallet.

#### How to Redeem on Aave v3? <a href="#how-to-redeem-on-aave-v3" id="how-to-redeem-on-aave-v3"></a>

1. Navigate to the list of assets you've supplied.
2. Click on "Redeem" next to the desired asset.
3. Enter the amount you want to redeem and click on "Redeem".
4. Review the transaction details.
5. Confirm and sign the transaction with your wallet.

#### How to Borrow on Aave v3? <a href="#how-to-borrow-on-aave-v3" id="how-to-borrow-on-aave-v3"></a>

*Note: Before borrowing, Aave v3 tokens must be used as collateral.*

1. Go to the "Borrow" tab.
2. Click on "Add Collateral".
3. Input the amount of Aave v3 tokens you wish to use as collateral and click on "Add Collateral".
4. Confirm the transaction details and submit the transaction.
5. Once collateral is added, navigate to the list of collaterals.
6. Click on the 3 dots beside your collateral and select "Borrow Assets".
7. From the dropdown menu, choose the token you want to borrow, specify the amount, and click on "Borrow".
8. Review the transaction details.
9. Confirm and sign the transaction with your wallet.

#### How to **Repay Borrowed Assets** on Aave v3? <a href="#how-to-repay-borrowed-assets-on-aave-v3" id="how-to-repay-borrowed-assets-on-aave-v3"></a>

1. Navigate to the list of assets you've borrowed.
2. Click on the 3 dots beside the borrowed asset and select "Repay Assets".
3. Input the amount you wish to repay and click on "Repay".
4. Review the transaction details.
5. Confirm and sign the transaction with your wallet.

#### How to **Manage Collateral** on Aave v3? <a href="#how-to-manage-collateral-on-aave-v3" id="how-to-manage-collateral-on-aave-v3"></a>

1. To **Withdraw Collateral**: Navigate to the list of assets you've set as collateral. Click on the 3 dots and select "Withdraw Collateral". Specify the amount, click "Withdraw Collateral", review and confirm the transaction.
2. To **Borrow More Assets**: Follow the steps in the borrowing section after you've added collateral.

#### How to **Enabling E-Mode** on Aave v3? <a href="#how-to-enabling-e-mode-on-aave-v3" id="how-to-enabling-e-mode-on-aave-v3"></a>

E-Mode allows users to maximize their loan-to-value ratio for specific asset categories up to 97%.

1. Navigate to the "Borrow" tab.
2. Click on "Enable E-Mode".
3. Choose the desired asset category (e.g., Stablecoins, ETH correlated, Matic Correlated). d. Activate "E-Mode".
4. Review the transaction details and confirm.

Note: E-Mode settings can be modified, or it can be disabled entirely. However, changing the mode will impact your loan-to-value ratio.


---

# 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://docs.enzyme.finance/user-documentation/blue-management/protocols/aave-v3.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.
