# Computational Resource Management

The  computational resources are managed and scheduled through a decentralized cluster system. Each compute node collaborates via the Lumoz chain, with decentralized protocols ensuring efficient communication and resource sharing between nodes.

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

Core Functions:

**• Node Management:** Manages node joining or leaving the network, as well as user rewards and penalties.

**• Task Scheduling:** AI tasks are dynamically assigned to different compute nodes based on their load, optimizing resource utilization.

**• Model Management:** Stores hot models in mirrored storage to improve user network entry and model computation start-up speed.

**• Node Monitoring:** Continuously monitors the health and task load of each node in the cluster to ensure high availability and stability of the system.


---

# 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.lumoz.org/lumoz-decentralized-ai/computational-resource-management.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.
