# 如何加入 EMC 并获取奖励？

### 1. 加入网络

算力节点（本篇后续内容的节点，均指算力节点）需要加入EMC算力网络，并成为网络的一部分。该节点可以与网络中的其他节点连接并进行通信。

### 2. 从验证节点接收任务

EMC算力网络由负责分发AI绘图任务的验证节点管理。一旦算力节点加入网络，它会等待由验证节点发送的随机AI绘图任务。

### 3. 计算任务

在从验证节点接收到 AI 绘图任务后，算力节点开始使用其本地 CPU/GPU 进行计算。节点在规定的时间内生成所需的AI绘图。

### 4. 图像验证

完成AI绘图后，算力节点将生成的图像转换为 MD5 并将其发送给其他节点进行交叉验证。

### 5. 达成共识

其他算力节点也对相同任务进行类似的计算并生成相应的图像。所有参与节点对彼此的图像进行交叉验证，并根据多数同意（50%或更多）达成共识，以确定有效的算力节点。

### 6. 获取奖励

一旦算力节点被确认为有效节点并与其他节点达成共识，它将获得相应的奖励。奖励（EMC代币）将在隔日的 UTC 00:00 分配给整个网络。

### 7. 算力市场

算力节点可以继续参与网络内的市场，接收更多任务并获得额外的奖励。节点可以根据其计算能力和贡献程度参与更多基于AI的应用。

<figure><img src="/files/IhRmixBA2Ex8tVuDwmHJ" 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.emc.network/emc/zhong-wen/emc-network/how-to-join-emc-and-earn-rewards.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.
