# RIZ Isolated Markets (deprecated)

## Introduction&#x20;

Radiant Innovation Zone (RIZ) introduces isolated lending markets, allowing users to engage in borrowing and lending with distinct pairs of assets in separate, isolated pools. This innovative approach enhances risk management and offers increased flexibility compared to traditional shared liquidity pools.

Within RIZ, different types of assets can be launched, each with its own parameters. This means there will be isolated pools with varying risk exposures, each independent from the others and the core markets.&#x20;

{% hint style="danger" %}
The risk factor is usually associated with higher returns, compensating for the additional risk. Users must understand these risks and conduct thorough analyses before participating.
{% endhint %}

### What are Isolated Markets?

RIZ Markets are specialized lending pools where users can:

* Supply a designated collateral asset.
* Borrow the same asset, with the possibility of adding leverage (a process known as looping).
* Borrow its counterpart.

Each RIZ Market operates independently, enabling more accurate risk assessment and mitigation strategies. Despite this independence, these markets share a common vault system, USDC or WETH, which helps optimize yield and manage liquidity more efficiently.

### Key Features of RIZ Markets

**Asset Specificity:** Each market is dedicated to a specific pair of assets, such as a stablecoin and a risky asset (e.g., PEPE, SHIB) or a volatile asset and a correlated risky asset (e.g., WETH and ETH-LRTs).

**Oracle Router:** This new contract routes price requests to the correct Oracle. It currently supports Chainlink and Pyth Oracles, and more will be added.

**Bad Debt Manager (BDM):** A contract deployed uniquely for each RIZ Market to socialize bad debt generated by significant events methodically. This mechanism prevents a rush to withdraw and ensures that users responsible for bad debt cannot participate in asset withdrawals, acting as a safeguard against bad debt accumulation.


---

# 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.radiant.capital/radiant/project-info/markets/riz-isolated-markets/riz-isolated-markets-deprecated.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.
