BUSINESS CASES
Where this module fits
- strategy discovery
- allocation tracking
- performance and lifecycle review
v2OPERATE · MODULE 10
Describe and monitor pooled strategy allocations, participation, performance, and lifecycle decisions.
BUSINESS CASES
PRIMARY CONSUMERS
PREREQUISITES
RECOMMENDED WORKFLOW
discover an eligible strategy
inspect risk, terms, and current state
track allocations and performance evidence
MODULE CONTRACTS
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.
/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.›