Skip to main content
Version: testnet (v0.73)

DispatchMetric

The type of metric to use for a reward dispatch strategy

enum DispatchMetric {
DISPATCH_METRIC_MAKER_FEES_PAID
DISPATCH_METRIC_MAKER_FEES_RECEIVED
DISPATCH_METRIC_LP_FEES_RECEIVED
DISPATCH_METRIC_MARKET_VALUE
DISPATCH_METRIC_AVERAGE_POSITION
DISPATCH_METRIC_RELATIVE_RETURN
DISPATCH_METRIC_RETURN_VOLATILITY
DISPATCH_METRIC_VALIDATOR_RANKING
}

Values

DispatchMetric.DISPATCH_METRIC_MAKER_FEES_PAID

Dispatch metric that uses the total maker fees paid in the market

DispatchMetric.DISPATCH_METRIC_MAKER_FEES_RECEIVED

Dispatch metric that uses the total maker fees received in the market

DispatchMetric.DISPATCH_METRIC_LP_FEES_RECEIVED

Dispatch metric that uses the total LP fees received in the market

DispatchMetric.DISPATCH_METRIC_MARKET_VALUE

Dispatch metric that uses the total value of the market if above the required threshold and not paid given proposer bonus yet

DispatchMetric.DISPATCH_METRIC_AVERAGE_POSITION

Dispatch metric that uses the time weighted position of the party in the market

DispatchMetric.DISPATCH_METRIC_RELATIVE_RETURN

Dispatch metric that uses the relative PNL of the party in the market

DispatchMetric.DISPATCH_METRIC_RETURN_VOLATILITY

Dispatch metric that uses return volatility of the party in the market

DispatchMetric.DISPATCH_METRIC_VALIDATOR_RANKING

Dispatch metric that uses the validator ranking of the validator as metric

Member of

DispatchStrategy object