aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface RewardsExpectedCalculationVariables

    What-if overrides for the coefficients used to compute Q-scores and taker shares. Omit to use the epoch's configured values.

    interface RewardsExpectedCalculationVariables {
        mmVolumeCoefficient: number;
        qScoreCoefficient: number;
        takerOiCoefficient: number;
        takerVolumeCoefficient: number;
        uptimeCoefficient: number;
    }
    Index
    mmVolumeCoefficient: number

    Coefficient applied to market-maker volume.

    qScoreCoefficient: number

    Coefficient applied to the market-maker Q-score component.

    takerOiCoefficient: number

    Coefficient applied to taker open interest.

    takerVolumeCoefficient: number

    Coefficient applied to taker trading volume.

    uptimeCoefficient: number

    Coefficient applied to market-maker uptime.