
Risk Parameters
decimal
Maximum borrowing ratio relative to collateral value. A 75% LTV allows borrowing up to 75% of collateral value.
decimal
Point where positions become eligible for liquidation. Always higher than LTV to provide safety buffer.
decimal
Bonus percentage awarded to liquidators, deducted from borrower’s collateral.
Supply & Borrow Controls
boolean
Whether the asset can be borrowed
integer
Maximum total supply allowed for the asset
integer
Maximum total borrowing allowed for the asset
Interest Rate Model
Rates adjust dynamically based on utilization using a two-slope model:- Base Rate: Minimum rate at 0% utilization
- Slope 1: Rate increase before optimal utilization
- Slope 2: Steeper increase after optimal utilization
- Optimal Utilization: Target ratio (typically 80-90%)
Advanced / Additional Parameters
These additional parameters are used in protocols like Aave to provide finer control over reserve behavior:decimal
Portion of interest diverted to protocol / treasury
boolean
Whether this asset can be used as collateral for borrowing
boolean
Whether borrowing at stable rate is permitted
boolean
Whether the reserve is active (open for operations)
boolean
Whether the reserve is frozen (no new operations)
boolean
Whether the reserve / pool is in emergency paused state
boolean
If true, this asset is borrowed in isolation (limited scope)
integer
Maximum allowable total debt (in this asset) under isolation / constraints
boolean
Whether this asset can be borrowed under isolated collateral mode
integer
Amount of unbacked tokens (for accounting / minting)
integer
Amount of interest to be minted / accrued to protocol treasury
boolean
Whether this asset is available to borrow via flash loans
address
Address of the price oracle for this reserve
address
Address of the interest rate strategy contract for this reserve
Next Steps
Current Parameters (COMING SOON)
View real-time market data
Risk Management
Position safety strategies