> For the complete documentation index, see [llms.txt](https://docs.archivesol.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archivesol.xyz/ii.-core-concepts/archivium-ecosystem.md).

# Archivium Ecosystem

The Archivium ecosystem is a new paradigm for how AI components are created, shared, and monetized. It is composed of three distinct but interconnected layers that work in harmony to power the next generation of artificial intelligence.

#### 1. AI Applications: The Gateway for Users

AI Applications are the essential user-facing and acquisition interfaces. They are the primary way individuals and businesses interact with the power of AI.

* **What they are:** These can range from sophisticated data analysis dashboards and content generation tools to specialized chatbots and automated trading platforms.
* **Their role:** Applications act as the "front door" to the ecosystem. They package the power of underlying AI models and data into a user-friendly experience, solving real-world problems for their users. In the Archivium ecosystem, application developers can focus on creating the best user experience, knowing they can seamlessly integrate any model or data source available on the protocol.

#### 2. AI Models: The Core Intelligence

Models are the core intelligence driving all AI operations. They are the engines that perform the complex computational and cognitive tasks requested by users.

* **What they are:** These are the trained algorithms and neural networks that can write text, create images, analyze market trends, or predict outcomes. They represent countless hours of development, training, and refinement.
* **Their role:** Models are the "brain" of the operation. They process inputs from applications and query knowledge bases to produce intelligent outputs. Archivium allows model creators to deploy their work and have it discovered and utilized by a vast network of applications, ensuring they are compensated for every single inference or API call.

#### 3. Knowledge Bases / Data Sets: The Lifeblood of AI

Knowledge Bases and Data Sets are the foundational lifeblood of the AI revolution. Without high-quality, well-structured data, even the most advanced models cannot function effectively.

* **What they are:** This includes everything from vast libraries of text and images used for training large language models to proprietary financial data, scientific research, or specialized industry information.
* **Their role:** Data provides the context, accuracy, and "knowledge" that models use to make decisions and generate responses. Archivium empowers data owners and curators to monetize their valuable assets securely. They can grant access to their datasets on a subscription basis or per-query, ensuring they retain ownership and are rewarded for the critical value they provide to the entire ecosystem.


---

# 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:

```
GET https://docs.archivesol.xyz/ii.-core-concepts/archivium-ecosystem.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.
