# Multi-Agent Orchestration

As agents proliferate, coordination becomes necessary. Cluster's infrastructure supports multi-agent patterns where:

* A primary agent decomposes a task into subtasks
* Subtasks are delegated to specialized agents (each with their own ERC-8004 identity)
* Each agent independently calls Cluster inference and pays via x402
* Results are aggregated by the primary agent
* The full execution trace is logged on-chain

The orchestration layer does not impose a specific framework. It provides the primitives: identity, payments, inference: that any agent framework can compose into coordinated workflows.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cluster-protocol.gitbook.io/whitepaper/agentic-infrastructure/multi-agent-orchestration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
