# Max Borrow

When initiating a new borrowing position, the maximum notional amount you could borrow is called the Max Borrow indicator. When you [Create a Position](https://faq.infinity.exchange/lending-and-borrowing/creating-positions#create-a-position), there will be an indicator with the maximum number of tokens you could either lend or borrow, in any given market.

For Max Borrow, the figure shown is calculated in isolation to Portfolio Margin, and provides an indicative amount by applying a loan-to-value (denoted, "LTV") approach, for time/space calculation considerations.

Currently, Max Borrow associated with an asset is defined as:

$$
maxBorrow(A\_i)=A\_i\times\frac{LTV}{{1-LTV}}+L
$$

Where Liabilities = Present Value of Borrowing Positions, which represents the present value of your Trading Account's liabilities (where liabilities are a negative figure).

Current LTV per asset used for this purpose (to be updated periodically, based on market conditions):

* Basic Tokens:

<table><thead><tr><th width="336">Accepted Collateral</th><th>LTV</th></tr></thead><tbody><tr><td>USDC</td><td>85%</td></tr><tr><td>USDT</td><td>85%</td></tr><tr><td>DAI</td><td>77%</td></tr><tr><td>ETH</td><td>82%</td></tr><tr><td>WBTC</td><td>70%</td></tr></tbody></table>

* Deposit Tokens:

<table><thead><tr><th width="335.9151025600464">Accepted Collateral</th><th>LTV</th></tr></thead><tbody><tr><td>Aave aTokens</td><td>95%</td></tr><tr><td>Compound cTokens</td><td>95%</td></tr></tbody></table>

* Complex Tokens:

<table><thead><tr><th width="298.9906570379338">Accepted Collateral</th><th>LTV</th></tr></thead><tbody><tr><td>Curve LP Tokens</td><td>75%</td></tr><tr><td>Uniswap LP V3 NFT Tokens</td><td>75%</td></tr></tbody></table>

&#x20;


---

# 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://risk.infinity.exchange/portfolio-margin/max-borrow.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.
