Lending APR
Last updated
BitLen Token holders receive continuous earnings depending on market conditions based on:
Lending pool utilization: Higher utilization means liquidity in the pool is more scarce, which leads to higher APR
Borrowing interest: Lenders share the interests paid by the borrowers corresponding to the borrowing rate and the utilization
The lending APR is derived as:
Lending APR = Utilization Rate * borrow_interest_func(utilization) * (1 - reserve_factor)
where the borrow_interest_func is the double-slope interest rate model and reserve_factor is the protocol fee
Each asset has its own market supply and demand with its own lending APR that constantly evolves.
Last updated