Skip to main content

Interface: LiquidityBinResult

Represents the result of a liquidity bin.

Properties

clbValue

clbValue: bigint

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-v6/src/entities/ChromaticLens.ts:17


freeLiquidity

freeLiquidity: bigint

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

Defined in

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


liquidity

liquidity: bigint

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

Defined in

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


tradingFeeRate

tradingFeeRate: bigint

The trading fee rate for the liquidity bin

Defined in

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