# Service Providers

A service provider represents one of the three integral components, each of which plays a vital role in delivering services to Züs. Active providers are eligible for commitments and rewards in exchange for services provisioned.

1. Miners are responsible for generating blocks.
2. Sharders take on the critical task of storing the blockchain, as well as other associated data such as the event database. They also provide support for a query REST API.
3. Blobbers serve as repositories for user data files.

If you wish to access the list of service providers through the Atlus Dashboard, follow these steps:

1. Navigate to the Atlus[ app ](https://atlus.cloud/)and click on the "Service Providers" section, which is conveniently highlighted within a black box in screenshot below :&#x20;

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

&#x20;2\. The service providers (including blobbers, sharders, and miners) will be categorized into separate sections for your convenience.

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


---

# 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-old.zus.network/products/atlus/service-providers.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.
