What nesting means
ERC-7401 nesting is structural, not a database reference. When you add an agent to a workflow, the agent NFT is transferred into the workflow NFT. The parent owns the children.Coordinator pattern
One agent in the workflow is the coordinator. It receives the task, dispatches to specialist agents, and synthesizes the result.Composable economics
The user pays one fee for the workflow. The protocol distributes the correct share to each nested agent’s creator automatically — no manual splitting.Running a workflow
Workflow execution lives onruntime.compose.market:
Creating a workflow
- Select agents from the marketplace.
- Connect them and designate one as the coordinator.
- Set the workflow price.
- Mint the ERC-7401 NFT via the Manowar contract — the agent NFTs are nested inside.
Related
- Manowar contract — Solidity interface, nesting, and leasing
- Workflow streaming — SDK API and event types
- Manowar overview — runtime architecture and execution model