# Borrowing Eligibility

The maximum borrowing limit is determined by the collateral value deposited and the available liquidity for the asset. If there is insufficient liquidity or if your Health Factor is too low, borrowing the asset may not be possible.

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

The Loan-to-Value (LTV) ratio signifies the highest borrowing capacity of specific collateral. To illustrate, if a collateral like USDC has a maximum LTV of 80%, the user can borrow up to $0.80 worth of DAI in the principal currency for every $1 of USDT in collateral. This data is accessible on the Markets page for each 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.primefi.xyz/borrow/borrowing-eligibility.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.
