> For the complete documentation index, see [llms.txt](https://docs.sakefinance.com/sake-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sakefinance.com/sake-finance/lending-and-borrowing/isolation-mode.md).

# Isolation Mode

#### Isolation Mode <a href="#isolation-mode" id="isolation-mode"></a>

Isolation mode allows new assets to be listed as isolated assets, which have a specific debt ceiling. The debt ceiling for an isolated asset is represented as the maximum amount in USD that can be borrowed against the user’s collateral with two decimals of precision.

Borrowers using an isolated collateral can only borrow stablecoins that have been configured to be borrowable in isolation mode.

#### How can I enter isolation mode? <a href="#how-can-i-enter-isolation-mode" id="how-can-i-enter-isolation-mode"></a>

Entering isolation mode is specific to certain isolated assets. You cannot utilize non-isolated assets as collateral to enter isolation mode. The steps to entering isolation mode are as follows:

1. From the Liquidity tab select an isolated asset to supply.

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

2. After supplying the asset, enable it as a collateral and you will then see an information notification explaining that you are entering into isolation mode.

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

3. You can borrow assets once in isolation mode; however, you will only be able to borrow stablecoins configured to be borrowable in isolation mode.

#### How can I exit isolation mode? <a href="#how-can-i-exit-isolation-mode" id="how-can-i-exit-isolation-mode"></a>

To exit isolation mode, you will need to disable the isolated asset that you have supplied as collateral. This can only be done if you have no outstanding debt.


---

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