> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codex.io/llms.txt
> Use this file to discover all available pages before exploring further.

# LockBreakdown

> Breakdown of how much and where liquidity is locked.

<div data-generated>
  ## GraphQL

  ```
  type LockBreakdown {
    lockProtocol: LiquidityLockProtocol!
    active: String!
    inactive: String!
  }

  enum LiquidityLockProtocol {
    BASECAMP_V1
    UNCX_V2
    UNCX_V3
    BURN
    BITBOND
    METEORA_DAMM_V2
  }
  ```

  ### Used By

  **Returned by**

  * [liquidityMetadata](/api-reference/queries/liquiditymetadata.md): Returns liquidity metadata for a given pair. Includes liquidity lock data.
</div>
