# Lending Pools

Each lending pool in Lif3 has a DEX and token pair. For each loan pool, the following summaries are given:

Total Supply — The total amount of tokens supplied to the lending pool Total Borrowed — The total amount of tokens borrowed from the lending pool Utilization — The ratio between Total Borrowed and Total Supply Supply APR — The current effective APR earned by lenders for supplying tokens Borrow APR — The current effective APR paid by borrowers for borrowing tokens Leveraged LP APY — The estimated APY for a leveraged yield farming position, based on trading fees and farming rewards (if applicable)

<figure><img src="/files/56aCfKCXZxUcEse2gqpg" alt=""><figcaption></figcaption></figure>


---

# 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.lif3.com/terrace/lending-pools.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.
