# E-Mode

#### High Efficiency Mode (E-mode) <a href="#high-efficiency-mode-e-mode" id="high-efficiency-mode-e-mode"></a>

The E-mode feature maximizes capital efficiency when collateral and borrowed assets have correlated prices. For example, DAI, USDC, USDT are all stablecoins pegged to USD. These stablecoins are all within the same E-mode category. Accordingly, a user supplying DAI in E-mode will have higher collateralization power when borrowing assets like USDC or USDT.

Only assets of the same category (for example stablecoins) can be borrowed in E-mode.

E-mode does not restrict the usage of other assets as collateral. Assets outside of the E-mode category can still be supplied as collateral with normal LTV and liquidation parameters.

#### How do I enter E-mode? <a href="#how-do-i-enter-e-mode" id="how-do-i-enter-e-mode"></a>

To enter E-mode from the dashboard, under the "Borrow" you will find an "E-mode" button. Initially, the button to enable E-mode will indicate that E-mode is "Off". Click on the button and follow the instructions in the pop-up. Once you have followed the instructions, you will have enhanced borrowing power (i.e., up to 97% LTV) within E-mode and can only borrow assets within the same category of assets (for example, stablecoins).

#### How do I exit E-mode? <a href="#how-do-i-exit-e-mode" id="how-do-i-exit-e-mode"></a>

To exit E-mode, click on the "E-mode" button under the "Borrow" section. Follow the instructions in the pop-up to exit E-mode.

#### How does E-mode affect my borrowing power? <a href="#how-does-e-mode-affect-my-borrowing-power" id="how-does-e-mode-affect-my-borrowing-power"></a>

When E-mode is enabled, you will have higher borrowing power over assets of the same E-mode category.


---

# 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.sakefinance.com/sake-finance/lending-and-borrowing/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.
