Interest Rates

Interest rate dynamics within the Fringe’s Lending Facility are as follows:

  • Borrowers are charged interest on their open positions.

  • Lenders receive interest on the capital they contribute to the Primary Capital Pool.

Improved interest rate model

Fringe v2 introduces an improved interest rate model that maximizes the percentage of lender funds being loaned out, thereby increasing revenue for lenders and decreasing costs for borrowers. The new model targets a utilization rate of 85%, striking a balance between liquidity and yield earned on lenders’ capital.

Unlike the old model that used a hard-coded mapping between utilization rates and interest rates, the new model dynamically adjusts interest rates to incentivize lending and borrowing as necessary. Interest rates are continually reduced when the utilization rate is lower than the target and increased when it exceeds the target.

The interest rate change is limited to a range of -5% and 5% per week, with a maximum change of 5% when the utilization rate is 100%. The new interest rate model enhances capital efficiency and profitability for lenders while sacrificing slightly lower liquidity.

In all, Fringe Lending automatically adjusts the interest rate charged to borrowers so that a balance occurs to economically incentivize borrowers’ and lenders’ participation in the platform.

  • When there is high borrower demand, the interest rate they are charged will be algorithmically increased. This will attract more lenders to the platform – who will receive a share of the greater interest charges collected from borrowers.

  • When there is low borrower demand, the interest rate they are charged will be algorithmically decreased. This will attract more borrowers to the platform.

The term Utilization Rate is used to describe demand from borrowers in respect of the proportion of a capital pool that borrowed. A low Utilization Rate will tend to decrease interest rates and a high Utilization Rate will tend to increase interest rates. Each lending market offered by the Fringe Lending Platform will have its own interest rate dynamic according to its Utilization Rate.

As a result of this dynamic of automatically balancing interest rates within Fringe’s variable interest rate offering, there are no deterministic fixed interest rates. The market determines interest rates. This allows Fringe Lending to remain competitive in the crypto economy – since deterministic fixed interest rates would cause the platform to swing into and out of being competitive in relation to other crypto platforms.

Note, however, it is likely that lenders may enjoy higher interest rates for their assets using Fringe Lending as compared to other platforms. This is because Fringe Lending can be a predominant lender for many speculative collateral assets that do not have other well-established lending markets.

Fringe’s variable interest rate model is designed for capital efficiency, whereby excess lender capital tends to decrease borrower interest rates to attract more borrowers. Conversely, high borrower utilization will tend to increase interest rates to attract more lenders. There is no direct correlation of utilization rate and interest rate. Interest rates will trend higher or lower depending on the prevailing utilization rate vs the target utilization rate.

The model calculates interest rates based on the following variables:

IR = interest rate

Cu = current utilization rate (total borrowed/total loaned across the platform)

Tu = target utilization rate

G = gain factor (see below)

Jg = jump gain (only applies if Cu > Tu)

Ir = annualized borrower IR to be used for calculating accruals

LastIR = value of Ir calculated last time this calculation was run

Dt = years since the last time this calculation was run

Dir = change in borrower IR per year

E = (Cu — Tu) = how far away from the target utilization rate we are (error expressed in percentage points)

Then, when running the model:

if Cu > Tu: Dir = E x G x Jg; else Dir = E x G

The interest rate is subsequently calculated as follows:

Ir = LastIR + (Dt x Dir)

The interest rate change is confined to a change of -5% and 5% per week. Below the utilization rate of 85%, the interest rate changes are negative; with linear and proportional increments up to a utilization rate of 85%. Beyond a utilization rate of 85%, the interest change per week increases linearly at a higher rate until it hits a change of 5% when the utilization rate is 100%.

Last updated