Skip to main content

Interface: LiquidityBinResult

Represents the result of a liquidity bin.

Properties

clbValue

clbValue: BigNumber

The current value per one CLB token, which includes decimal points. The unrealized profit or loss of the position and adds it to the total value. Additionally, it includes the pending bin share from the market's vault

Defined in

packages/sdk-ethers-v5/src/entities/ChromaticLens.ts:17


freeLiquidity

freeLiquidity: BigNumber

The available (free) liquidity amount (settlement token) for the specified trading fee rate

Defined in

packages/sdk-ethers-v5/src/entities/ChromaticLens.ts:21


liquidity

liquidity: BigNumber

The total liquidity amount (settlement token) for the specified trading fee rate

Defined in

packages/sdk-ethers-v5/src/entities/ChromaticLens.ts:19


tradingFeeRate

tradingFeeRate: number

The trading fee rate for the liquidity bin

Defined in

packages/sdk-ethers-v5/src/entities/ChromaticLens.ts:11