Alien Finance
AppTwitter
  • General
    • Overview
    • What's Native on Blast
    • Brand Kit
  • Open Source
    • Blast Multisig Tx Builder
  • Lending Protocol - DApp Pool
    • Market Parameters
    • Interest Rate Model
    • Contract Address
  • Lending Protocol - Blast Pool
    • Market Parameters
    • Interest Rate Model
    • Contract Address
    • Alien Leverage
      • Leverage FAQ
  • Smart Contract
    • AlienFinance
      • Interface: AlienFinance
    • BlastPriceOracle
      • Interface: BlastPriceOracle
    • AlienFinanceLens
      • Interface: AlienFinanceLens
    • TripleSlopeRateModel
      • Interface: TripleSlopeRateModel
    • AToken
    • DebtToken
    • TxBuilderExtension
    • UniswapExtension
    • FlashLoan
  • Links
    • App
    • Twitter
Powered by GitBook
On this page
  • Parameter definition
  • Parameters
  1. Lending Protocol - Blast Pool

Market Parameters

Parameter definition

Collateral Factor

the % of collateral value that can be borrowed against

for example, when collateral factor is 80%, you can borrow up to $80 against $100 collateral.

Liquidation Threshold

the % at which a position is defined as undercollateralized / liquidatable

for example, when liquidation threshold is 85%, borrowing value rising above 85% of the collateral would lead to position undercollateralized, and could be liquidated.

Reserve Factor

the % of borrow interest that goes to protocol reserve

for example, when reserve factor is 15%, every $0.15 per $1 borrow interest paid goes to protocol reserve.

Liquidation Bonus

the % of total position value that liquidator earns by conducting a liquidation action

for example, when liquidation bonus is 15%, liquidator earns extra 15% by fully repaying outstanding loan.

Parameters

Last updated 11 months ago

ETH

Collateral Factor: 70%

Liquidation Threshold: 75%

Reserve Factor: 15%

Liquidation Bonus: 15%

USDB

Collateral Factor: 80%

Liquidation Threshold: 85%

Reserve Factor: 15%

Liquidation Bonus: 15%

Blast

Collateral Factor: 50%

Liquidation Threshold: 65%

Reserve Factor: 30%

Liquidation Bonus: 15%