# INFINIT Agent Swarm

The INFINIT Agent Swarm is the foundational infrastructure consisting of 35+ specialized DeFi agents where each agent is specialized in a specific DeFi protocol or task and handles all interactions related to that protocol.&#x20;

The infrastructure intelligently selects the optimal agent(s) for each task, sequences them into coordinated workflows, and enables multiple specialized agents to collaborate in real-time to handle real-time user queries and execute complex multi-step strategies that would be impossible for any single agent alone.

These agents collaborate through advanced agentic design patterns. The specialized nature ensures deep protocol expertise; For example, when a user interacts with Aave lending strategies, the dedicated Aave agent manages those operations with complete protocol knowledge.

***

#### Agent Collaboration Structure:

* Protocol-specific agents for individual DeFi protocols
* Each DeFi protocol-specific agent is specialized in certain tasks
* Coordinated agent swarm for sophisticated DeFi strategies
* Real-time communication and data feed between agents

This distributed approach enables automated sequential processing of sophisticated strategies. After one agent analyzes optimal yield opportunities on Aave, another then deposits and purchases PT tokens on Pendle, then a third deposits and opens a short position on Hyperliquid.

#### Cross-Chain Execution Capabilities

INFINIT's specialized agent swarm coordinates operations across multiple blockchain networks through intelligent agent selection and automated bridging mechanisms. When executing cross-chain strategies, agents coordinate to route transactions seamlessly between networks. Each agent handles protocol interactions on their respective networks with a bridge agent that manages cross-chain strategies.&#x20;

This distributed coordination eliminates manual chain switching and complex bridging procedures, creating a unified execution flow across all networks.

See supported networks at <https://infinit.tech/>


---

# 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.infinit.tech/key-components-of-infinit/infinit-agent-swarm.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.
