A liquidity band authored as a share of the deployed capital: a percent range around the launch price plus the percent of the pot's total value this band should hold. The most direct translation of "put half the liquidity value between -50% and +100%".

Hierarchy

  • ClmmValueShareBand

Properties

lowerPercent: number

Lower bound as a percent offset from the graduation price in quote-per-base terms (e.g. -50 = half the launch price). Must be > -100.

upperPercent: number

Upper bound as a percent offset (e.g. +100 = double the launch price).

valuePercent: number

Share of the total deployed value this band targets, measured at the launch price. Any positive scale (percents recommended); normalized across bands, so shares do not need to sum to 100.

Generated using TypeDoc