# LP as Collateral

Increase the capital efficiency of LP assets!

LP tokens are no longer limited to farming, they can also be supplied to Burrow as collateral to borrow other assets at the same time.

## **Use Case** <a href="#use-case" id="use-case"></a>

When capital is tight and you want to both retain LP income and borrow other assets, you can use LP as collateral.

## LP Price <a href="#lp-price" id="lp-price"></a>

The price of LP is ensured by Ref's contract. The Burrow contract will automatically fetch the price from the Ref contract during on-chain operations to ensure real-time accuracy.

## Separate position <a href="#separate-position" id="separate-position"></a>

From a security perspective, LP Collateral positions are independent. Each LP token type has its own separate position. When borrowing other assets, users need to select the collateral position they wish to use.

\ <br>


---

# 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://guide.rhea.finance/near-chain-guides/lending-and-borrowing/lp-as-collateral.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.
