# Isolated Markets

<figure><img src="/files/7c3fSNLWRnJb6TgbEq68" alt=""><figcaption></figcaption></figure>

## Isolated Markets

Moonwell now supports Morpho's "[**Isolated Markets**](https://app.morpho.org/borrow?network=base)," allowing users to supply and borrow assets from isolated lending pools. Unlike Moonwell's existing "Core Markets", which are based on Compound v2 and use a shared pool of liquidity, Isolated Markets build on the [**Morpho**](https://docs.morpho.org) protocol and offer unique benefits.

### What are Isolated Markets?

Isolated Markets are specialized lending pools that allow users to:

* Supply a designated collateral asset&#x20;
* Borrow a specific asset

Each Isolated Market operates independently. This isolation enables:

* More precise risk management
* Increased flexibility in market parameters

### Key Features

* **Asset Specificity:** Each market is dedicated to a specific pair of assets - one for collateral and one for borrowing.&#x20;
  * For example:
    * **ETH/USDC:** Users can use ETH as collateral to borrow USDC.
    * **USDC/ETH:** Users can use USDC as collateral to borrow ETH.
* **Independent Liquidity:** Isolated Markets do not share liquidity, allowing for tailored risk profiles.
* **Customizable Parameters:** Each market can have its own set of risk parameters, including its own Collateral Factor, Interest Rate Model (IRM), and Oracle.
* **Immutable Design:** Once deployed, the core parameters (such as the collateral asset, borrowable asset, Collateral Factor, interest rate model, and oracle) of an Isolated market cannot change. This immutability fosters trust, transparency, and predictability for users, ensuring that the market's rules and conditions remain constant over time.

### Key Benefits&#x20;

* **Enhanced Risk Management:** The isolation of assets allows for more accurate risk assessment and mitigation strategies. By separating high and low-risk assets, Isolated Markets are able to offer higher Collateral Factors for certain assets, optimizing capital utilization without being constrained by the risk profiles of other assets in the pool.
* **Improved Collateral Security:** Unlike the Core Markets, Isolated Markets always allow for the withdrawal of supplied collateral after loan repayment.&#x20;
* **Competitive Interest Rates:** The specialized nature of each market can lead to more competitive rates by optimizing liquidity and allowing tailored risk assessments for specific asset pairs.
* **Greater Flexibility:** Users can choose markets that best align with their risk tolerance and investment strategy.&#x20;

### Available Isolated Markets

View the list of available Isolated Markets on Moonwell's [**Markets**](https://moonwell.fi/markets) page. Each Isolated Market will display its collateral asset, borrowable asset, risk parameters (including collateral factor), market utilization, and current interest rates.


---

# 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.moonwell.fi/moonwell/moonwell-overview/isolated-markets.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.
