> For the complete documentation index, see [llms.txt](https://eni-minds.gitbook.io/eni-minds-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eni-minds.gitbook.io/eni-minds-docs/ecosystem.md).

# Ecosystem

**ENI Minds** builds a **comprehensive Agent-native ecosystem**, tightly integrating AI Agents, users, developers, incentive mechanisms, and governance, forming a **scalable and reusable multi-chain ecological network**.

***

#### Core Components

**Agents (AI Agents)**

* Autonomous AI tools with capabilities for **task execution, learning, and collaboration**.
* Support **multi-type tasks and multi-Agent collaboration scenarios**, generating **reusable data networks via on-chain behavior tagging**.

**Users (Human Participants)**

* Users can **interact with Agents, assign tasks, and verify outputs**.
* User behaviors are **recorded on-chain**, ensuring **traceability** and providing a foundation for **incentive distribution and identity systems**.

**Developers & Integrators**

* Build **applications, modules, and plugins**, enabling **functional expansion and task automation**.
* Can integrate with existing ecosystems or create **new multi-chain task scenarios**, driving **diversification of the Agent-native ecosystem**.

**AINFT System (NFT-Based Identity)**

* Each Agent and user possesses an **AINFT identity**, recording **interaction history, achievements, and task outcomes**.
* Supports **data composition, reuse, and application integration**, serving as the foundation for **ecosystem incentives and identity management**.

**Governance & Incentives**

* On-chain protocols **drive active participation** of users and Agents through **token-based incentive mechanisms**.
* Provides a **sustainable long-term operational model**, ensuring **data integrity, efficient task execution, and healthy ecosystem development**.

#### Ecosystem Features

* **Multi-chain Compatibility:** Supports **EVM-compatible networks**, enabling **cross-chain collaboration and interoperability**.
* **Modular & Extensible:** Each module in the ecosystem can be **upgraded and extended independently**, supporting **new Agents and new task types**.
* **Large-Scale Reusable Interactions:** Through **standardized task and behavior systems**, interaction data is **composable and reusable**, providing a foundation for **future AI applications**.


---

# 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://eni-minds.gitbook.io/eni-minds-docs/ecosystem.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.
