# Liquidity Pools

Contrary to the inefficient Peer-To-Peer model, the Unlockd liquidity model relies on Liquidity Pools.

Users contribute their assets to a large pool of liquidity called the Lending Pool. This pool is available for borrowers to borrow from, and lenders share in the interest that borrowers pay back to the pool.&#x20;

## uETH

One of the advanced features of the lending pool contract is the tokenization of the lending position.&#x20;

When users deposit assets, they receive a corresponding amount of uTokens (uETH in the case of providing liquidity in the form of ETH). All interest collected by the Borrowing Interest Rates model is distributed to uETH holders directly by continuously increasing their wallet balance.

uETH are the interest-bearing ERC-20 tokens that map the liquidity deposited and accrue interest based on the underlying deposited asset (ETH), with a 1:1 ratio.&#x20;

uETH are minted upon deposit. Their value increases until they are burned on redemption (withdrawing the liquidity from the Lending Pool).

uETH can be safely stored, transferred, or traded, and redeemed for their underlying assets at any time.&#x20;

## Deposit APY

uETH holders receive continuous earnings that evolve with market conditions.&#x20;

uETH holders share the interests paid by borrowers. The borrow interest rates paid are distributed as yield for uETH holders who have deposited in the protocol, excluding a share of yields sent to the ecosystem reserve defined by the reserve factor. This interest rate is paid on the capital lent out and then shared among all the liquidity providers.

The deposit APY, $$D\_t$$, is:

$$D\_t = U\_t \* B\_t \* (1-R\_t)$$.

$$U\_t$$: the utilisation ratio.

$$B\_t$$: the variable borrow rate.

$$R\_t$$: the reserve factor.

### Deposit Interest Rate Curve

<figure><img src="/files/8Ljtbh66YOinWiWi9FZf" alt=""><figcaption></figcaption></figure>

You can view the protocol's real-time deposit APY on the Unlockd dApp for providing liquidity in the form of ETH tokens.

{% hint style="info" %}
For learning about the Borrower Interest Rates model, check our Risk Framework Documentation.
{% endhint %}


---

# 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.unlockd.finance/unlockd-v1/protocol-mechanics/liquidity-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.
