# Isolated E-Mode

## **Overview**

Isolation Mode enables the safe addition of new or highly volatile assets to the protocol, preventing any potential risks from spreading system-wide. Assets listed in this mode can serve as collateral exclusively for borrowing a predefined set of assets—usually stablecoins—subject to a fixed debt ceiling. This approach effectively isolates risk while broadening the range of supported assets.

## **Why is it important**

When a user chooses to enable an Isolated asset as a collateral

* Only specifically permitted assets can be borrowed.
* Borrowing is capped through a conservative supply cap.
* No additional assets can be used as a collateral.

This mechanism safeguards the protocol by restricting the total debt against higher-risk assets, thereby minimizing potential systemic impact.

<div align="center"><img src="https://github.com/user-attachments/assets/c1fccc4b-8754-47cb-bf13-5798452470e3" alt="image" height="254" width="592"></div>


---

# 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-v4.venus.io/whats-new/isolated-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.
