# How to activate E-Mode

### Turning E-Mode ON <a href="#a0c6" id="a0c6"></a>

This section will introduce you AAVE V3, how to navigate to the AAVE V3 page and turning E-Mode ON for your desired category.

Open the AAVE v3 protocol page. Click on **E-Mode** to list all the categories present.

![](https://miro.medium.com/max/1400/0*QOzSLrF4_q8Ngkye)

Find the category you would like high borrowing power for.

![](https://miro.medium.com/max/1400/0*0tY-nmkMyDNUWNFM)

As you can see, currently, two categories are listed here more will be added overtime.

1. All — This is the **default mode** set. It means that you have **access to borrow all tokens** depending on your collateral value. This is AAVE's standard operation.
2. Stablecoins — **This mode allows you to borrow selected assets with 97% of collateral value.** This means if you deposit 100 DAI, You can borrow up to 96.99 USDC or USDT.

{% hint style="info" %}
Selecting the Stablecoin E-Mode will make AAVE restrict your borrowing power to only Stablecoins; however, you will still be allowed to supply other assets not under this category like Matic, but you cannot borrow them.
{% endhint %}

Select your desired E-Mode by clicking on it. We will be selecting the Stablecoins category for now.

![](https://miro.medium.com/max/1400/0*tHhx2Et4aT9NgrDt)

Approve the transaction to enable your E-Mode.

![](https://miro.medium.com/max/1400/0*NCM_z0t-ylFPDFAu)

You will now see the ‘Enabled’ label on your selected category.

![](https://miro.medium.com/max/1400/0*PPwFuoRhRzKMAkFY)

If you activated Stablecoins you will now see the Collateral Factor of the Stablecoins will be changed to 97% for all Stablecoins. When setting the account on E-Mode you will restrict that account to that mode. If you would like to utilize multiple E-Modes you can create another DSA.


---

# 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/how-to-activate-e-mode.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.
