# Borrow Cap

## Utility <a href="#e6b5gtzedzi" id="e6b5gtzedzi"></a>

The borrow cap limits the amount of short side exposure the protocol is willing to take for a given asset. Maintaining a borrow cap is especially useful for assets that are more prone to price manipulation (high concentration / low liquidity level).

## **Methodology**

We’ll determine the borrow cap setting using the max trade size for a determined threshold for buy-side slippage.

For example, a threshold of 5% buy-side slippage could be used for every asset.


---

# 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.warden.finance/docs/moonwell-risk-methodology/governance-parameters/borrow-cap.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.
