> For the complete documentation index, see [llms.txt](https://docs.echelon.market/echelon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.echelon.market/echelon/core/supported-assets/isolated-assets.md).

# Isolated Assets

### What Are Isolated Assets?

Isolated assets are assets that have their risk exposure ring-fenced from the rest of the protocol.

* If liquidation occurs, it only affects that specific isolated market and your tied collateral—not the broader system.
* Isolated assets help Echelon expand asset coverage safely while protecting lenders and the protocol from contagion risk.

### Key Considerations

#### Isolated Asset Collateral

* Collateral supplied to back an isolated borrow can only be used for that position.
* Example: If you borrow APT against an isolated token (e.g., AMI), your collateral is tied only to that borrow. You cannot simultaneously borrow another token against the same collateral.
* If the isolated asset’s market becomes volatile, only that borrow and its collateral are at risk.
* Echelon enforces more conservative borrow limits and LTVs for isolated assets

#### Monitoring Your Position

* Isolated assets are more volatile by design.
* Monitor your borrow health and collateral value frequently to avoid liquidation.
* Adding collateral or repaying part of the borrow early can reduce risk.

### Loss Socializing

One major risk of isolated pools is **underwater debt** (when liquidations fail to cover bad debt). Without safeguards, this can trigger a “race to exit,” where late lenders could bear the full shortfall.

Echelon uses **loss socializing** to address this:

* Instead of one lender absorbing all losses, the protocol spreads the shortfall evenly across all liquidity providers in the pool.
* This mechanism ensures fairness: everyone shares a small fraction of the impact, rather than uneven and catastrophic losses.
* By socializing losses, isolated pools remain functional and attractive for liquidity providers, even for higher-risk assets.

### Why It Matters

* **For borrowers:** Isolated markets allow access to new or volatile assets without threatening other positions.
* **For lenders:** Risk is contained and mitigated through conservative limits and loss socializing.
* **For the protocol:** Echelon can safely expand supported assets without compromising systemic stability.


---

# 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:

```
GET https://docs.echelon.market/echelon/core/supported-assets/isolated-assets.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.
