HYBRID-CHAINDEVELOPERS
DOCUMENTATIONv2

OPERATE · MODULE 10

Strategy Pools

Describe and monitor pooled strategy allocations, participation, performance, and lifecycle decisions.

BUSINESS CASES

Where this module fits

  • strategy discovery
  • allocation tracking
  • performance and lifecycle review

PRIMARY CONSUMERS

Who integrates it

  • strategy operators
  • portfolio managers
  • allocation agents

PREREQUISITES

What must exist first

  • an eligible portfolio and jurisdiction
  • current strategy disclosures and limits

RECOMMENDED WORKFLOW

Compose the module safely.

  1. 01

    discover an eligible strategy

  2. 02

    inspect risk, terms, and current state

  3. 03

    track allocations and performance 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.

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.GETList strategies/api/v2/explorer/strategiesList strategies from the public Explorer read model, with the identifiers and verification metadata defined by the live contract.GETGet strategy/api/v2/explorer/strategies/{execution_uuid}Return strategy 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.