> For the complete documentation index, see [llms.txt](https://docs.zestprotocol.com/start/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zestprotocol.com/start/borrow-1/stacks-market-v1-user-guide/how-to-use-stacks-market-v1-to-borrow-assets/e-mode-borrowing.md).

# E-Mode Borrowing

### What is E-Mode? <a href="#what-is-e-mode" id="what-is-e-mode"></a>

{% hint style="info" %}
Following the V2 launch, borrow caps on the V1 have been reduced to encourage migration to the more efficient V2.
{% endhint %}

E-Mode is designed to enhance capital efficiency when the collateral and borrowed assets closely track each other in price. Since **STX**, **stSTX**, and **stSTXbtc** are highly correlated, users can safely borrow more of these assets compared to standard borrowing parameters.

In E-Mode, users benefit from: – **80% maximum Loan-to-Value (LTV)** – **85% Liquidation Threshold** – **5% Liquidation Penalty**

For example, with $1,000 in STX / stSTX / stSTXbtc as collateral, a user can borrow up to **$800** in STX or stSTX—compared to only **$500** in standard mode.

|                       | Traditional Borrowing | E-Mode Borrowing |
| --------------------- | --------------------- | ---------------- |
| Max LTV               | 50%                   | 80%              |
| Liquidation Threshold | 75%                   | 85%              |
| Liquidation Penalty   | 10%                   | 5%               |

### How to Activate E-Mode? <a href="#how-to-activate-e-mode" id="how-to-activate-e-mode"></a>

**How to Activate E-Mode**

1. First, ensure you’ve supplied either **STX**, **stSTX**, or **stSTXbtc**, and that one of them is marked as your collateral asset.
2. In the **‘Your Borrows’** section, click the **E-Mode** button. A pop-up will display the assets eligible for E-Mode. Proceed to activate it from there.

{% hint style="info" %}
If you have an active borrowing position in standard mode, you’ll need to fully repay it before activating E-Mode.
{% endhint %}

<figure><img src="/files/uhQOZes6YCqikzJLFJ34" alt=""><figcaption></figcaption></figure>

Once activated, only assets available for borrowing within E-Mode will be shown.

To deactivate E-Mode, simply click the **E-Mode** button again and confirm deactivation to return to the standard borrowing markets.

{% embed url="<https://www.loom.com/share/cac04e30d7944ce3b339df8754c545ab>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.zestprotocol.com/start/borrow-1/stacks-market-v1-user-guide/how-to-use-stacks-market-v1-to-borrow-assets/e-mode-borrowing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
