> For the complete documentation index, see [llms.txt](https://docs.synerisai.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.synerisai.org/business-model/1.-value-syneris-ecosystem.md).

# 1. Value Syneris Ecosystem

### End Users <a href="#end-users" id="end-users"></a>

* **Service**: End users can access and utilize AI models hosted on the Syneris platform.
* **Payment Method:** Transactions are conducted using the native token, $SYN.

Users gain access to tailored AI models that cater specifically to their needs at a lower cost compared to traditional platforms. The platform provides seamless, decentralized access to the computational power necessary for running AI models, enhancing user experience and flexibility.

### AI Model Builders (Developers, AI Experts, and Non-Experts) <a href="#ai-model-builders-developers-ai-experts-and-non-experts" id="ai-model-builders-developers-ai-experts-and-non-experts"></a>

* **Service**: These individuals use the Syneris GPU + CPU network to process data, build, and deploy their AI models.
* **Payment Method:** Builders pay network fees using $SYN to develop and operate their models.

Builders can list their AI models on the Syneris Marketplace, allowing end users to access them for a fee. They earn revenue from usage fees collected whenever users utilize their models.Builders can also take on custom AI model requests from organizations or individuals, providing them with additional income opportunities.

### Contributors <a href="#contributors" id="contributors"></a>

* **Service:** Contributors share their computational resources (GPUs and CPUs) with the Syneris network by running a resource-sharing application on their devices.
* **Rewards:** Contributors receive Syneris tokens ($SYN) as compensation for the computational power they provide.

Contributors can effectively monetize their underutilized GPU and CPU resources without the need for active management. By simply running the sharing application, they can earn rewards seamlessly.

### Syneris <a href="#syneris" id="syneris"></a>

Syneris generates revenue from multiple sources, including:

* Network Fees: Fees paid by builders for using the platform.
* Model Usage Fees: Charges collected from end users for accessing AI models.
* Service-Related Fees: Additional fees associated with various services offered within the ecosystem.

These revenue streams support the ongoing development of the project, providing essential funding for building and refining AI models. This ensures that Syneris can maintain continuous growth and innovation, keeping the ecosystem dynamic and responsive to user needs.

[<br>](https://syneriss-organization.gitbook.io/syneris/business-model)


---

# 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://docs.synerisai.org/business-model/1.-value-syneris-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.
