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.

uETH

One of the advanced features of the lending pool contract is the tokenization of the lending position.

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.

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.

Deposit APY

uETH holders receive continuous earnings that evolve with market conditions.

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, DtD_t, is:

Dt=Utāˆ—Btāˆ—(1āˆ’Rt)D_t = U_t * B_t * (1-R_t).

UtU_t: the utilisation ratio.

BtB_t: the variable borrow rate.

RtR_t: the reserve factor.

Deposit Interest Rate Curve

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

For learning about the Borrower Interest Rates model, check our Risk Framework Documentation.

Last updated