> For the complete documentation index, see [llms.txt](https://pemcoin.gitbook.io/pem-project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pemcoin.gitbook.io/pem-project/3.-blockchain-technology-applications/3.2-multi-chain-nodes-+-cloud-computing-clusters.md).

# 3.2 Multi-chain nodes + Cloud computing clusters

PemChain Edge Cloud Computing Network is a complex network composed of multiple blockchain nodes and cloud computing clusters. The core of the network is the cloud computing cluster, which serves as a powerful center for computation and storage, providing necessary resources and services for the entire system.

* Pem Token

&#x20;  PemChain utilizes PemToken to maintain the economic operation of the network.

* Pem Worker

Cloud service nodes, known as workers, use slot technology to register within PemChain.    Developers create customized cloud services such as CDN, cloud computing, AI rendering, etc.,       based on the application registry services provided by Pem workers.

* Pem Scheduling

Pem Scheduling acts as a dispatch service, scheduling workers on the chain to serve customers' API requests.

* Pem API

PemChain provides services externally in the form of APIs/Clients.

<br>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXezCC-UETDQsYAVhyB4ZZs11PQ5ynnsk_vBLMNxIlQICOVyDptuFfSuTT3lt0HlyqkQEbAJjtTkVmSiAJxLZULz9i5Q1sveVGj570xgQRd4hkNKSLXurWwOZiprWwx1UdGR8PnB9Fcas2PEjEAxxjA?key=5XZ-nso-X2d5xjt0asyHbOX8" alt=""><figcaption></figcaption></figure>


---

# 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://pemcoin.gitbook.io/pem-project/3.-blockchain-technology-applications/3.2-multi-chain-nodes-+-cloud-computing-clusters.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.
