# Composability

***

## Coordinated Networks (SWARMS)

CROME agents are designed to function within complex multi-agent systems or “swarms”. A swarm is defined as a coordinated network of autonomous blockchain agents collaboratively executing logic while sharing states.

{% hint style="info" %}
A swarm is like a digital beehive on a blockchain, where autonomous agents work together as a single, intelligent system, sharing information and executing tasks collaboratively.
{% endhint %}

Mathematically represented as:

$$
S = { C\_1, C\_2, \dots, C\_n }
$$

Swarm intelligence emerges from:&#x20;

* Shared logic execution across multiple agents.
* Transparent and secure sharing of state information.
* Cooperative management and utilization of shared or individual asset holdings.

This composability allows agents to dynamically form cooperative networks, execute sophisticated decentralized operations, and manage decentralized governance effectively.


---

# 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://docs.crome.pro/technical-overview/composability.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.
