LiquiditySLAParameters
No description
type LiquiditySLAParameters {
priceRange: String!
commitmentMinTimeFraction: String!
performanceHysteresisEpochs: Int!
slaCompetitionFactor: String!
}
Fields
LiquiditySLAParameters.priceRange ● String! non-null scalar
LiquiditySLAParameters.commitmentMinTimeFraction ● String! non-null scalar
Specifies the minimum fraction of time LPs must spend 'on the book' providing their committed liquidity
LiquiditySLAParameters.performanceHysteresisEpochs ● Int! non-null scalar
Specifies the number of liquidity epochs over which past performance will continue to affect rewards
LiquiditySLAParameters.slaCompetitionFactor ● String! non-null scalar
Specifies the maximum fraction of their accrued fees an LP that meets the SLA implied by market.liquidity.commitmentMinTimeFraction will lose to liquidity providers that achieved a higher SLA performance than them.
Member of
Market object ● NewMarket object ● NewSpotMarket object ● UpdateMarketConfiguration object ● UpdateSpotMarketConfiguration object