# Understanding Risk adjusted TVL

@NotionalFinance uses Collateral Factor and Borrow Factor to determine the Risk-Adjusted LTV ratio which is used to check if an account id eligible for liquidation.

Here is an Image only thread to explain what these factors do ⬇️⬇️

\---

Case 1:

The debt is equal to the collateral provided by the user

![](/files/m9oChp1aY6qlOqDDQC1j)

The colored bubbles are the visual interpretation of Debt and Collateral value

\---

![](/files/je26acRbZAfMB9UQbqYu)

Here is what the Debt and Collateral values look like (shaded portion) after applying the borrow factor and collateral factor.

✂️ Haircuts (collateral factor) reduce the value of net positive assets, while 🔋buffers (buffer factor) increase the value of net negative assets.

\---

![](/files/4NbqPGxCgzZc3hi3rBCE)

Hereafter applying the factors, the TVL is called Risk-Adjusted TVL. Right now it turns out to be more than 1 which implies this account needs to be liquidated.

\---

Let us calculate the liquidation point i.e. maximum LTV.

Maximum LTV is reached when the Risk-adjusted TVL is at 1

Here is how it looks:

![](/files/6TkSS6DQ5lFjMEvylyOV)

\---

![](/files/Bn3ISMHQi4LqPe5dMoAc)

Here is what the actual Debt and Collateral values look like after considering the Borrow Facto and the Collateral Factor.

\---

![](/files/QVgNrgjXp3zMKBIIoPjj)![](/files/pv9uTqVV4gDxwLHCY9uR)

The Borrow Factor and the Collateral Factor are different for different assets and it is based on the liquidity as well as the volatility of the particular asset.

Haircut = Collateral Factor

Buffer = Borrow Factor

\---

Here is what the ideal condition looks like:

When the LTV is less than the Maximum LTV

![](/files/GwNKgjWIDIrImP3r0kaf)


---

# 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://diligentdeer.gitbook.io/notional-finance-guide/experiment/docs-and-topics/understanding-risk-adjusted-tvl.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.
