For the complete documentation index, see llms.txt. This page is also available as Markdown.

Fetch Governance Parameters

Get Governance Parameters and Configurations

This query can be used to fetch Notional's governance parameters per currency:

{
  currencyConfigurations {
    underlying {
      symbol
    }
    collateralHaircut
    debtBuffer
    proportions
    depositShares
    residualPurchaseTimeBufferSeconds
    residualPurchaseIncentiveBasisPoints
    fCashMinOracleRate
    fCashMaxOracleRate
    fCashMaxDiscountFactor
    fCashHaircutBasisPoints
    fCashDebtBufferBasisPoints
    fCashReserveFeeSharePercent
    fCashRateOracleTimeWindowSeconds
    fCashLiquidationDebtBufferBasisPoints
    pvHaircutPercentage
    primeDebtAllowed
    leverageThresholds
    rebalancingTargets
    rebalancingCooldown
    liquidationDiscount
    liquidationHaircutPercentage
    maxUnderlyingSupply
    primeCashRateOracleTimeWindowSeconds
    treasuryReserveBuffer
  }
}

Last updated