> For the complete documentation index, see [llms.txt](https://docs.fringe.fi/v2-fringe-finance-platform-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fringe.fi/v2-fringe-finance-platform-docs/fringe-lending/parameter-modeling/mbc.md).

# Maximum Borrowing Capacity (MBC)

Fringe Finance sets a **maximum aggregate debt limit** amount for each collateral asset. It applies to the sum of outstanding debt across all borrowers. This parameter ensures that price manipulation attacks are unprofitable and also that liquidators will be willing to perform liquidations by minimizing potential slippage.

To determine an asset’s debt limit, we analyze its aggregate liquidity in the markets in which it is traded. This seeks to determine how much liquidity is readily available where there is relatively little slippage.

The following diagram illustrates how the debt limit protects the Fringe Finance platform. It presents a hypothetical bid order book with a large proportion of its liquidity near the last traded market price, as is typical of order books. As liquidity dries up progressively at prices further away from the recently traded price, any subsequent trades would experience significant slippage, seriously affecting the price at which an asset could be disposed of.

<figure><img src="https://lh6.googleusercontent.com/vnAS-IuQ8hhzI-sV_t4SNVo26ISja6V6J0NebMXdrT_4uB7FOZJQYIVN1tvGs132k_xS5yFWODV2myKyGYnTK4QzDHRU9SSb6sUZx0OjGfN7rk8NwfQ-7BaIWexOhSeq9V6zLpflCvIzddpKoS-JmkJU83uArKgWjJvwihHAODS9_3d7pROnh-SbNw" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh5.googleusercontent.com/Fm-4lifDetIm8AR1z2YjyUkGVTgB3ir1Pr1LQLteDSB7KOqjYibK9FBziDdsgPSQJWyYIJDbYTUXGtwkDZAXD-X6TuU_1LsyA3eLe1vxGW5QtONT5fRD4TvH2Np2AhNI-Clcvlm9cgl1TLQDt8XmIrPaJCBBR_C_uwKjz8Q6o-7zBVfQ4BCRxqo1XA" alt=""><figcaption></figcaption></figure>

The reason to further limit the available liquidity by 50% is that it’s not reasonable to assume all orders in the order book will persist in any market movement. 50% is effectively a ‘conservative factor’ for the sake of prudence.

The slippage threshold used for all collateral assets so far is 5% due to it being a point of diminishing returns. Allowing for higher slippage brings little increased liquidity and therefore is impractical.

To maximize the protection of the platform, we configured the parameters for worse-case scenarios to take into account rapid, adverse market conditions that could cause cascading liquidations to occur simultaneously.


---

# 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://docs.fringe.fi/v2-fringe-finance-platform-docs/fringe-lending/parameter-modeling/mbc.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.
