> For the complete documentation index, see [llms.txt](https://docs.lif3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lif3.com/terrace/user-guide/borrowing/how-to-leverage-lp-tokens.md).

# How to leverage LP tokens

1.) Select the lending pool corresponding to the leveraged LP tokens, as stated in How to deposit LP tokens, and confirm that you have already deposited LP tokens.

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

2.) To access the leverage dialog for LP tokens, click Leverage.

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

3.) Use the slider or type the required leverage amount in the Leverage dialog. You will see a summary of your leveraged position's New Leverage, New Liquidation Prices, Borrow Fees, Trading APR, Reward APR (if any), Borrow APR, and Estimated APR.

4.) If necessary, click Approve and confirm the transactions in your wallet. The update can take a few seconds.

5.) To leverage your LP tokens, click Leverage in the dialog box and confirm the transaction in your wallet.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.lif3.com/terrace/user-guide/borrowing/how-to-leverage-lp-tokens.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
