Key Parameters

1.Global parameters:

Name

Value

Features

Description

Minimum debt size

2HOO

minDebtSize()

The minimum loan amount to open a position (if borrowed).

Borrowing rate

10%-100%

genInterestRate()

The annualized interest rate of the borrower.

Reserve pool interest rate

10%

getReservePoolBps()

The borrower's interest portion should be stored in the bank's reserves.

Liquidation rewards

5%

getKillBps()

The portion of the position value obtained by the liquidator serves as an incentive to liquidate the position at risk.

Reinvestment rewards

3%

Within the Goblin contract

Stimulate bounty-hunter call reinjection function

2.Farming pool specified parameters:

Name

Value

Features

Description

Open debt ratio

Depends on the farming pool (see below)

workFactor()

The maximum debt ratio at the time of opening/margin calling a position must be met.

Liquidation debt ratio

Depends on the farming pool (see below)

killFactor()

Debt ratio threshold. If it exceeds, anyone can liquidate the position.

Last updated

Was this helpful?