> For the complete documentation index, see [llms.txt](https://docs.mutuum.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mutuum.com/extra/glossary.md).

# Glossary

### Mutuum Finance Glossary

<table><thead><tr><th>Terms</th><th valign="middle">Description</th></tr></thead><tbody><tr><td><strong>Stability Factor</strong></td><td valign="middle"><mark style="background-color:orange;">A ratio that indicates how well-collateralized a borrower’s position is within the Mutuum protocol. It is calculated by comparing the borrower’s adjusted collateral value (taking into account each asset’s Loan-to-Value and liquidation threshold) to the total borrowed amount. A Stability Factor above 1.0 suggests the position is sufficiently collateralized, while a value below 1.0 means the position is vulnerable to liquidation</mark></td></tr><tr><td>Liquidator</td><td valign="middle"></td></tr><tr><td>mtToken</td><td valign="middle"></td></tr><tr><td>Utilization Rate</td><td valign="middle"></td></tr><tr><td>Loan-To-Value (LTV)</td><td valign="middle"></td></tr><tr><td>APY</td><td valign="middle"></td></tr><tr><td>Borrow cap</td><td valign="middle"></td></tr><tr><td>Collateral</td><td valign="middle"></td></tr><tr><td>Cooldown period</td><td valign="middle"></td></tr><tr><td>Credit delegation</td><td valign="middle"></td></tr><tr><td>Debt ceiling</td><td valign="middle"></td></tr><tr><td>E-MODE</td><td valign="middle"></td></tr><tr><td>Liquidation</td><td valign="middle"></td></tr><tr><td>Liquidation Bonus</td><td valign="middle"></td></tr><tr><td>Liquidation Threshold</td><td valign="middle"></td></tr><tr><td>Liquidity Index</td><td valign="middle"></td></tr><tr><td>Network Risk</td><td valign="middle"></td></tr><tr><td>Oracle</td><td valign="middle"></td></tr><tr><td>Portal</td><td valign="middle"></td></tr><tr><td>Supply Cap</td><td valign="middle"></td></tr></tbody></table>


---

# 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.mutuum.com/extra/glossary.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.
