> For the complete documentation index, see [llms.txt](https://bpeg.gitbook.io/bpegd/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bpeg.gitbook.io/bpegd/about-the-protocol/lending-mechanics/loan-to-value-ratios-ltv.md).

# Loan-to-Value Ratios (LTV)

Intrinsically all debt positions allow **65%** of the collateral value to be drawn and a **liquidation event** will occur if the debt/collateral ratio is **66%** or greater. This is to ensure the protection and balance of assets within the pool. Ensure you consistently check your obligations as a lender, NFT pricing in many instances can prove to be exceedingly volatile.&#x20;

**Position Example**: if an NFT is valued at 0.5 BTC a user can draw up to 0.325 BTC worth of available assets in the BPEG'd Lockers.&#x20;

If the NFT collateral value drops slightly or the user draws more debt that changes the debt/collateral ratio to equal or exceeds 66% he or she will be liquidated with funds being returned to the locker.


---

# 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://bpeg.gitbook.io/bpegd/about-the-protocol/lending-mechanics/loan-to-value-ratios-ltv.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.
