> For the complete documentation index, see [llms.txt](https://mortonn.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mortonn.gitbook.io/whitepaper/2.mortonn/d.-decentralized-bond-protocol/collateral-factor.md).

# Collateral Factor

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

The maximum amount a user can borrow is limited by the collateral factor of the Mor they provide. For example, if a user provides Mor worth 100 BNB, they can borrow up to 80 BNB worth of other assets at any given time. Each Mor on Mortonn may have a different collateral factor. The collateral factor for each asset is determined by the Mortonn evaluation machine.


---

# 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://mortonn.gitbook.io/whitepaper/2.mortonn/d.-decentralized-bond-protocol/collateral-factor.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.
