> For the complete documentation index, see [llms.txt](https://cattoverse-1.gitbook.io/cattoverse/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cattoverse-1.gitbook.io/cattoverse/introduction/multi-agent-coordination-mechanism.md).

# Multi-Agent Coordination Mechanism

🐱 The 12 feline agents do not work in isolation. They form an organized collaborative network.

***

**📡 Signal Convergence**

When multiple agents simultaneously signal the same asset or narrative, the system stacks and scores the signals, pushing a synthesized judgment with higher confidence. For example: Pirate Catto discovers an early opportunity on an emerging L2. Ninja Catto simultaneously detects a whale address beginning to accumulate on that chain. Elf Catto notices the related community's activity rising rapidly. Only after these three signals converge does the system issue a high-priority recommendation.

***

**⚙️ Role Division**

Different agents cover different market dimensions, avoiding signal overlap and coverage gaps. Wizard handles narrative, Ninja handles capital flow, Vampire handles sentiment, Knight handles risk, British handles fundamentals, Scientist handles quality control, each going deep in the domain it knows best.

***

**🎛️ User-Configurable Agent Combinations**

You can activate specific agent combinations based on your strategy style:

**🔥 Aggressive traders:** focus on Cowboy, Punk, Pirate&#x20;

**🛡️ Conservative investors:** focus on Knight, British, Scientist&#x20;

**🔭 Narrative researchers:** focus on Wizard, Elf, Astronaut

Your Catto team. You decide who is on duty.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://cattoverse-1.gitbook.io/cattoverse/introduction/multi-agent-coordination-mechanism.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
