Curator guide
Curators design and operate allocation strategies using the same infrastructure managers use for tokenized products. In the curator role, they focus on allocating a pool's capital across onchain venues (including other tokenized products, DeFi protocols and liquidity across networks) rather than originating the underlying assets. The resulting strategy can be fully onchain or form the onchain allocation layer of a blended product.
This guide covers what is specific to curators, which is executing a strategy through the Onchain Portfolio Manager (Onchain PM). Everything else about operating the product (tokens, vaults, investors, pricing) works as described in the manager guide.
What curators do
A curated product uses the same pool structure as other products. Investors subscribe and redeem through vaults and hold the share token of their share class. What distinguishes the curator role is how capital is allocated. The curator can compose a strategy from onchain building blocks, either as a fully onchain product or as part of a broader blended strategy:
- Other tokenized products: subscribing to the share tokens of other pools, in fund-of-funds or feeder structures.
- DeFi venues: deploying liquidity into established protocols, such as lending markets or yield strategies.
- Multiple networks: placing the product's liquidity where it is needed, across the networks the product operates on.
These onchain positions make the strategy auditable end to end. Holdings and operations are recorded onchain, while their accounting values are reflected in the pool's balance sheet as prices are updated.
The Onchain PM
Executing a strategy involves recurring operations: subscribing, redeeming, rebalancing, moving liquidity. The Onchain PM is the pool's execution layer for these operations, built around a separation of duties:
- The manager defines what is allowed. The manager selects the workflows available to each operator and configures their parameters and limits.
- The operator executes within those boundaries. An authorized operator runs the approved workflows when the strategy requires it. Operations outside the approved set, or beyond the configured limits, do not execute.
Curator describes responsibility for the investment strategy, while manager and operator describe onchain permissions. Depending on the operating model, the curator may act as manager or operator, or delegate execution to another party. These boundaries are enforced onchain, allowing routine operations to be delegated without granting unrestricted control over the pool's configuration or assets.
Before submission, the app can simulate a workflow and preview its expected effect based on the current onchain state. The steps submitted in a transaction execute atomically on the originating network. Crosschain operations initiate a separate settlement process on the destination network.
Workflow section.
For the underlying mechanism, see the onchainPM in the developer documentation.
What can be automated
The workflow catalog turns recurring operations into repeatable, pre-approved flows. An operator triggers a workflow, which then executes its configured sequence of actions.
Workflows are not written by the curator. They are provided by the platform as a curated catalog. Each workflow is a fixed sequence of actions with pinned, verified contract addresses, reviewed under a security framework before release, and identified by a deterministic hash. What the manager approves is exactly what the operator can execute, nothing else. The catalog is versioned and expands over time, so new workflows and integrations become available to managers as they are released.
The catalog covers the main families of operations an onchain strategy needs:
- Investing in other tokenized products: a workflow for each stage of the investment lifecycle against another pool: Subscribe, Claim subscription, Redeem and Claim redemption, covering both instant and request-based products.
- DeFi venues: supplying and withdrawing liquidity in established lending markets and yield vaults, including leveraged strategies, and swapping assets where the strategy requires it.
- Moving liquidity across networks: sending the product's stablecoins between the networks it operates on and claiming them on the destination network, and transferring share tokens across chains for products distributed on several networks.
- Accounting and price updates: per-token accounting update and redeem position accounting update workflows that reprice the pool's onchain positions, so its net asset value (NAV) and share price reflect them accurately, and sync the updated prices to every network.
Guardrails
Approved workflows operate within controls configured by the manager:
- Policy restrictions: only workflows assigned to the operator can execute.
- Fixed parameters: addresses, assets or other sensitive inputs can be fixed when the workflow is approved.
- Slippage protection: limits acceptable value loss per execution and cumulatively over a period.
- Circuit breakers: rolling limits can cap how much value moves within a configured period.
If an onchain guardrail rejects a workflow, the transaction reverts and its local actions are rolled back.
Workflow execution view with its simulation summary.
The result
Curators can separate strategy control from routine execution while retaining onchain enforcement and auditability. Managers define the permitted workflows and guardrails, while operators execute them without receiving unrestricted control over the pool's assets.