Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

PairParams

Parameters of a single spot trading pair.

Definition

type PairParams = {
  lpDenom: Denom
  curveInvariant: "xyk"
  swapFeeRate: string
  bucketSizes: string[]
  minOrderSizeBase: string
  minOrderSizeQuote: string
}

Fields

lpDenomDenom. Denomination of the pair's LP token.

curveInvariant"xyk". The passive pool curve (only xyk currently).

swapFeeRatestring. Fee on instant swaps.

bucketSizesstring[]. Price bucket widths for the depth chart.

minOrderSizeBase, minOrderSizeQuote — minimum order sizes denominated in base and quote.

See also