# How to Use RIZ v2

RIZ v2 is Radiant's isolated lending infrastructure built on Morpho's contract architecture. Each market consists of exactly two assets: one **collateral** and one **loan asset**. These roles are fixed per market and clearly labeled in the UI.

### Navigating to Isolated Markets

Access RIZ v2 by clicking **Isolated** in the top navigation bar.

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

The market list displays all available isolated pairs in the format **Collateral / Loan**, alongside:

* **Deposit %** — current APY for supplying the loan asset
* **Borrow %** — current APY for borrowing the loan asset
* **Available Liquidity** — liquidity available to borrow
* **Utilization Rate** — percentage of supplied liquidity currently borrowed

Select a market to open its detail page.

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

### Understanding a Market

Each market detail page shows two assets with distinct roles:

| Label          | Function                                                |
| -------------- | ------------------------------------------------------- |
| **Collateral** | Deposited to back a borrow. Cannot be borrowed.         |
| **Loan asset** | Supplied to earn yield, or borrowed against collateral. |

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

> **Example:** In the syrupUSDC / USDC market:
>
> * syrupUSDC → Collateral only
> * USDC → Loan asset (supply to earn, or borrow against syrupUSDC)

Each market also shows its own **Health Factor**, **Your Supplies**, and **Your Borrows,** all scoped to that specific market. Positions in one RIZ market do not affect another.

### Deposit

Click the **Deposit** tab inside a market.

Use the dropdown to select which asset to deposit:

* **Collateral asset** → to back a future borrow
* **Loan asset** → to earn supply APY

Enter the amount and click **Continue** to submit the transaction.

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

> If you deposit only the loan asset without collateral, you earn yield but cannot borrow from that market.

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

### Borrow

To borrow, you must first have collateral deposited in the market.

Click the **Borrow** tab, enter the amount of the loan asset you want to borrow, and click **Continue**.

Your borrowing capacity is determined by the collateral amount and the market's **Max LTV** parameter, visible in the **Reserve Status & Configuration** section at the bottom of the market page.

> Borrowing is only possible within the market where your collateral is deposited. Collateral in one RIZ market cannot be used to borrow from another market or from Core.

### Health Factor

Each RIZ v2 market has its own isolated health factor.

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

The health factor reflects:

* **Borrowing power used** — percentage of available credit used
* **Current LTV** — ratio of debt to collateral value

If the health factor drops below 1.0, the position becomes eligible for liquidation.

### Withdraw

Click the **Withdraw** tab to remove supplied assets from a market.

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

> If you have an active borrow, withdrawing collateral will affect your health factor. Repay part or all of your borrow before withdrawing if needed.

### Repay

Click the **Repay** tab to reduce or close an active borrow.

Repaying in full restores full access to your collateral for withdrawal.

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

***

### Reserve Status & Configuration

At the bottom of each market page, the **Reserve Status & Configuration** panel shows parameters for each asset in the market.

Toggle between **Collateral** and **Loan** asset views to see:

| Parameter                 | Description                                  |
| ------------------------- | -------------------------------------------- |
| **Max LTV**               | Maximum loan-to-value ratio for borrowing    |
| **Liquidation threshold** | LTV at which liquidation becomes possible    |
| **Liquidation penalty**   | Fee applied to collateral during liquidation |
| **Collateral usage**      | Whether the asset can be used as collateral  |

### Coming from RIZ v1?

If you have active positions in RIZ v1 markets, those markets are being phased out. Manual migration is required.

{% content-ref url="/pages/Iuj8wmVUu60qeaFqV7p7" %}
[Migrating from RIZ v1](/radiant/project-info/markets/riz-isolated-markets/migrating-from-riz-v1.md)
{% endcontent-ref %}


---

# 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/how-to-use-riz-v2.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.
