HYBRID-CHAINDEVELOPERS
DOCUMENTATIONv2

OPERATE · MODULE 11

Liquidity Management

Inspect liquidity pools, strategies, positions, and movement evidence used to manage venue liquidity.

BUSINESS CASES

Where this module fits

  • pool monitoring
  • liquidity allocation planning
  • flow and performance reconciliation

PRIMARY CONSUMERS

Who integrates it

  • liquidity operators
  • market makers
  • treasury agents

PREREQUISITES

What must exist first

  • eligible venue and asset pair
  • liquidity and treasury authority for mutations

RECOMMENDED WORKFLOW

Compose the module safely.

  1. 01

    discover pools and constraints

  2. 02

    inspect position and risk projections

  3. 03

    track approved flows and resulting evidence

MODULE CONTRACTS

Every mapped endpoint

Each operation states whether its request shape is authoritative in OpenAPI, reviewed as a planning profile, or intentionally left as an outline pending an owner schema.

POSTTransfer liquidity between wallets/api/v2/wallet/transferPlanned capability: apply the requested transition to transfer liquidity between wallets through the authoritative custody service boundary.GETGet mtf liquidity pool events/api/v2/exchange/eventsPlanned capability: return the lifecycle history for mtf liquidity pool events through the authoritative market and trading service boundary.GETList pools/api/v2/strategy-poolsPlanned capability: list strategy pools visible to the caller.POSTCreate pool/api/v2/strategy-poolsPlanned capability: create a governed strategy pool definition.GETGet pool/api/v2/strategy-pools/{pool_uuid}Planned capability: return pool policy, composition, performance, and evidence.PATCHUpdate pool/api/v2/strategy-pools/{pool_uuid}Planned capability: update an eligible pool through its governance policy.POSTCreate allocation/api/v2/strategy-pools/{pool_uuid}/allocationsPlanned capability: allocate an eligible funding position to a strategy pool.GETList positions/api/v2/strategy-pools/{pool_uuid}/positionsPlanned capability: list current and historical positions for a strategy pool.POSTCreate redemption/api/v2/strategy-pools/{pool_uuid}/redemptionsPlanned capability: request redemption of an eligible strategy allocation.GETGet liquidity pools/api/v2/explorer/liquidity_poolsList liquidity pools from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet liquidity pool events/api/v2/explorer/liquidity_pools/eventsReturn the ordered public record for liquidity pool events from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETList liquidity pools/api/v2/explorer/liquidity-poolsList liquidity pools from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETList liquidity pools events/api/v2/explorer/liquidity-pools/eventsReturn the ordered public record for liquidity pools events from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETList markets/api/v2/explorer/markets/{liquidity_pool_uuid}Return markets from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETList strategy pools/api/v2/explorer/strategy-poolsList strategy pools from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet strategy pool/api/v2/explorer/strategy-pools/{pool_reference}Return strategy pool from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.