> 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-deposit-lp-tokens.md).

# How to deposit LP tokens

The loan pool you select should match the LP tokens you wish to deposit. You must have LP tokens in your wallet for the lending pool. To add liquidity for the token pair, go to Lif3.com and then click on the [Liquidity](https://lif3.com/pool/add?inputCurrency=TOMB\&outputCurrency=0x4200000000000000000000000000000000000108) tab.

You will see a summary of the data for each borrowable token in the lending pool, including the total supply, total borrowed amount, utilization, supply annual percentage rate, and borrow annual percentage rate.

<figure><img src="/files/6SAEfTy3BNAZoB0zTYDt" alt=""><figcaption></figcaption></figure>

1.) To access the Deposit dialog for LP tokens, click Deposit.

![Step 1](/files/kE5Y6VtvvnB2KlRtXYoV)

2.) Use the slider or manually type the number of LP tokens you want to deposit in the Deposit dialog. To input the maximum amount allowed, click MAX as well.

3.) If this is your first time contributing LP tokens to this lending pool, click Approve to confirm the transaction in your wallet and to approve the amount contributed. The update can take a few seconds. Try refreshing the page if the button isn't updated after a few seconds.

4.) To deposit your LP tokens, click Deposit 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-deposit-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.
