> For the complete documentation index, see [llms.txt](https://docs.tezos.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tezos.finance/liquidation/collateral-ratio.md).

# Collateral Ratio

The collateral ratio is a safeguard mechanism that ensures the loan remains overcollateralized, meaning the value of the collateral exceeds the loan value. \
\
On TezFin, currently, all lending pools have the collateral ratio set at 50%. This means that you can borrow up to 50% of the value of your collateral. If your borrowed amount were to exceed the bounds of your collateral ratio, **your collateral could be liquidated!** \
\
**EXAMPLE SCENARIO:** If you deposit $1,000 worth of XTZ as collateral, you could borrow up to $500.&#x20;

* If the value of XTZ were to then double (meaning the value of the XTZ that you deposited increased $1000 to $2000) then your borrowing limit would **increase** from $500 to $1000.&#x20;
* If, instead of doubling, the value of XTZ were to instead **decrease** to 1/2 (one half) its value (meaning, the value of the XTZ you deposited were to decrease from $1000 to $500), then your borrowing limit would **decrease** from $500 to $250. <br>


---

# 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://docs.tezos.finance/liquidation/collateral-ratio.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.
