> For the complete documentation index, see [llms.txt](https://naviprotocol.gitbook.io/navi-protocol-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://naviprotocol.gitbook.io/navi-protocol-docs/~/revisions/U2pBja6jMjj75mDWWNRp/protocol-mechanics/isolated-markets.md).

# Isolated Markets

**Isolated Markets** on NAVI allow users to lend, borrow, and manage positions with greater flexibility while controlling risk exposure.

By separating assets into different markets, NAVI enables asset diversification and risk management, so that positions in one market do not impact positions in another.

### Key Benefits

* Risk Isolation: Positions in one market are isolated from others. Liquidation or changes in one market won’t affect your positions in other markets.
* Asset Diversification: Users can participate in multiple markets simultaneously, spreading exposure across different assets.
* Clear Overview: On the Lending page, you can view all markets and their available assets at a glance.

### How It Works

* Each isolated market groups a set of assets together.
* Positions within one market are independent of positions in other markets in terms of risk.
* Each asset in a market can have its own parameters, including:
  * Loan-to-Value (LTV)
  * Liquidation threshold
  * Interest rate curve
* Users can open, manage, and close positions within a market without affecting positions in other markets.
* Markets can be monitored directly on the Lending page, showing assets, utilization, and health factors per market.

### What Are the Risks?

Isolated markets reduce cross-market risk but still carry standard lending protocol risks, including but not limited to:

* Liquidation risk
* Oracle inaccuracies
* Utilization and liquidity risk


---

# 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://naviprotocol.gitbook.io/navi-protocol-docs/~/revisions/U2pBja6jMjj75mDWWNRp/protocol-mechanics/isolated-markets.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.
