> ## Documentation Index
> Fetch the complete documentation index at: https://docs.edel.finance/llms.txt
> Use this file to discover all available pages before exploring further.

# Market Parameters

<Frame>
  <img src="https://mintcdn.com/edelfinance/RAmQMxLSnNZx1q3j/images/Market%20Parameters.jpg?fit=max&auto=format&n=RAmQMxLSnNZx1q3j&q=85&s=2bcadc0b331714135d1298aa40614fb7" alt="Market parameters overview showing risk controls and asset behavior settings" width="1920" height="1080" data-path="images/Market Parameters.jpg" />
</Frame>

Market parameters control how each asset behaves within Edel Finance, defining risk levels, borrowing capacity, and liquidation thresholds.

<Warning>
  Parameters vary between markets and can change through governance proposals.
</Warning>

## Risk Parameters

<ParamField path="ltv" type="decimal">
  Maximum borrowing ratio relative to collateral value. A 75% LTV allows borrowing up to 75% of collateral value.
</ParamField>

<ParamField path="liquidation_threshold" type="decimal">
  Point where positions become eligible for liquidation. Always higher than LTV to provide safety buffer.
</ParamField>

<ParamField path="liquidation_penalty" type="decimal">
  Bonus percentage awarded to liquidators, deducted from borrower's collateral.
</ParamField>

## Supply & Borrow Controls

<ParamField path="borrowing_enabled" type="boolean">
  Whether the asset can be borrowed
</ParamField>

<ParamField path="supply_cap" type="integer">
  Maximum total supply allowed for the asset
</ParamField>

<ParamField path="borrow_cap" type="integer">
  Maximum total borrowing allowed for the asset
</ParamField>

## 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%)

Higher utilization → Higher rates → Incentivizes supply and repayments

## Advanced / Additional Parameters

These additional parameters are used in protocols like Aave to provide finer control over reserve behavior:

<ParamField path="reserve_factor" type="decimal">
  Portion of interest diverted to protocol / treasury
</ParamField>

<ParamField path="usage_as_collateral_enabled" type="boolean">
  Whether this asset can be used as collateral for borrowing
</ParamField>

<ParamField path="stable_borrow_rate_enabled" type="boolean">
  Whether borrowing at stable rate is permitted
</ParamField>

<ParamField path="is_active" type="boolean">
  Whether the reserve is active (open for operations)
</ParamField>

<ParamField path="is_frozen" type="boolean">
  Whether the reserve is frozen (no new operations)
</ParamField>

<ParamField path="is_paused" type="boolean">
  Whether the reserve / pool is in emergency paused state
</ParamField>

<ParamField path="siloed_borrowing" type="boolean">
  If true, this asset is borrowed in isolation (limited scope)
</ParamField>

<ParamField path="debt_ceiling" type="integer">
  Maximum allowable total debt (in this asset) under isolation / constraints
</ParamField>

<ParamField path="borrowable_in_isolation" type="boolean">
  Whether this asset can be borrowed under isolated collateral mode
</ParamField>

<ParamField path="unbacked" type="integer">
  Amount of unbacked tokens (for accounting / minting)
</ParamField>

<ParamField path="accrued_to_treasury" type="integer">
  Amount of interest to be minted / accrued to protocol treasury
</ParamField>

<ParamField path="flash_loan_enabled" type="boolean">
  Whether this asset is available to borrow via flash loans
</ParamField>

<ParamField path="price_oracle" type="address">
  Address of the price oracle for this reserve
</ParamField>

<ParamField path="interest_rate_strategy_address" type="address">
  Address of the interest rate strategy contract for this reserve
</ParamField>

## Next Steps

<CardGroup cols={2}>
  <Card title="Current Parameters (COMING SOON)" icon="gauge-high" href="/risk-dashboard">
    View real-time market data
  </Card>

  <Card title="Risk Management" icon="shield-check" href="/risk-management">
    Position safety strategies
  </Card>
</CardGroup>
