> For the complete documentation index, see [llms.txt](https://diligentdeer.gitbook.io/notional-finance-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://diligentdeer.gitbook.io/notional-finance-guide/experiment/docs-and-topics/how-notional-stays-solvent.md).

# How Notional stays solvent

A 🧵 on how @NotionalFinance adjusts risks for debt and collateral such that it can stay solvent.

\---

Notional checks if an account is underwater through their free collateral calculation.

Free collateral is the amount of excess value in your account that can be used to borrow more funds or withdraw as cash. It depends on the type and value of the assets you hold

📊

\---

Notional is supporting fixed-rate Lending & Borrowing in 4 currencies with the following maturities:

![](/files/xdwct8EY7btYlK8Bb36G)

\---

In any given conditions, a user's portfolio might consist of a combination of +fCash, -fCash, Cash, and nTokens subjected to multiple assets.

Here is a table that shows the user position interpretation w\.r.t their asset holdings:

![](/files/CKGGpZJzIzd0eogWpnTd)

\---

There are three main types of assets on Notional:

+fCash, -fCash, and nTokens.

+fCash is a claim to future cash flows, -fCash is a debt obligation to pay future cash flows, and nTokens are liquidity provider tokens that earn fees and interest.

💰

\---

If you hold +fCash or nTokens, you are lending funds and earning interest. These assets are considered net positive (+) in the free collateral calculation, meaning they increase your borrowing capacity.

If you hold -fCash, you are borrowing funds and paying interest. This asset is considered net negative (-) in the free collateral calculation, meaning it decreases your borrowing capacity.

You can also hold Cash in your portfolio, which is neutral (0) in the calculation.

\---

To ensure the safety and solvency of the system, Notional applies haircuts and buffers to the assets in your portfolio.

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

Haircuts and buffers depend on the risk profile of each asset.

\---

For example, +fCash with longer maturity or higher volatility will have higher haircuts than +fCash with shorter maturity or lower volatility.

Similarly, -fCash with longer maturity or higher volatility will have higher buffers than -fCash with shorter maturity or lower volatility.

\---

To calculate your free collateral, Notional sums up the net value of each asset in your portfolio after applying haircuts and buffers.

If the result is positive, you have free collateral. If the result is negative, you are undercollateralized and at risk of liquidation.


---

# 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:

```
GET https://diligentdeer.gitbook.io/notional-finance-guide/experiment/docs-and-topics/how-notional-stays-solvent.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.
