# EMC Hub

The EMC ecosystem is divided into four layers from bottom to top: protocol layer, network layer, application layer, and asset layer. The EMC hub is the third layer architecture (application layer), providing developers with more user-friendly development tools and an application marketplace.

<figure><img src="/files/PbnCWawkRS48zQXopWzB" alt=""><figcaption></figcaption></figure>

The design of the EMC hub integrates AI model repository and computing power onto one platform. Model developers package their AI models into Docker and upload them to the platform, providing examples and parameter descriptions to receive developer rewards. This greatly simplifies subsequent work. Users who want to use the models only need to subscribe to computing nodes and deploy the model's Docker with one click. They can run a complete AI instance with the model automatically configured with its API. This eliminates the cumbersome tasks of downloading models, purchasing cloud services, and setting up the deployment environment in traditional modes. It allows developers to focus more on AI development itself.

Through the EMC hub platform, the workload of building a commercial AI service similar to Midjourney is reduced to within a few hours, and the subscription costs are only 30% of traditional cloud services.


---

# 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.emc.network/whitepaper/emc-hub.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.
