Pool Params

Below is the list of configurable pool parameters, divided into categories.

// ---- GENERAL

        
// The liquidity pool
liquidity_pool

// Loan-to-Value - how much of the user deposit is accounted as his collateral 
ltv_ratio
// How much is going to the protocol reserve
reserve_factor

// User state
users, borrow_balances, deposit_balances

// Pool deposit interest rate
deposit_rate, borrow_rate

Last updated