> For the complete documentation index, see [llms.txt](https://university.elumicate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://university.elumicate.com/whats-a-worker.md).

# What's a worker

\
To facilitate the efficient completion of various tasks on our network, we have implemented a rewards system that revolves around the concept of "workers." These workers are not traditional employees but virtual entities that represent the allocation of resources and rewards for specific job assignments.

<figure><img src="/files/R4wbOoUSGcSsMooPjWub" alt=""><figcaption><p>Worker in action</p></figcaption></figure>

The network requires a range of tasks to be completed in order to be successful including streaming video feeds, processing video data through AI detection, referring friends, acquiring NFTs, and much more. Each of these tasks is associated with a designated number of worker(s), who diligently perform their assigned responsibilities, thereby contributing to the overall functionality and effectiveness of the platform.

The allocation of workers ensures the fair distribution of network rewards, thereby optimizing the performance of our network. These workers are assigned based on the specific requirements of each task, taking into consideration factors such as expertise, availability, and task complexity.

By rewarding these virtual workers for their accomplished work, we create a strong incentive for active network participation, fostering a thriving ecosystem. The rewards offered are directly proportional to the successful completion of tasks, ensuring a fair and equitable distribution of benefits among our community members.


---

# 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://university.elumicate.com/whats-a-worker.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.
