# 工作方式及拓扑图

在EMC protocol中，与Arbitrum记账的一块实现的方式是通过使用智能合约将状态机提交到Arbitrum One主链上进行验证和确认。具体来说，EMC protocol将状态机打包成一种称为“承诺”的数据结构，并将其存储在智能合约中。这个过程被称为“提交”。

一旦承诺被提交到智能合约中，交易将被视为已经完成。这个过程被称为“确认”。

需要注意的是，在EMC protocol中，提交和确认的过程是异步的。也就是说，交易状态的提交和确认可能需要一些时间。但是，一旦交易被提交，用户就可以放心地相信它们已经完成，并且不需要等待确认就可以进行下一步操作。

总之，EMC protocol是基于EVM生态的一种算力解决方案，专注于调度边缘算力和任务分配，提高去中心化网络的实际应用性能。

<figure><img src="/files/4UsKd7cGuMVFC2NuJuBG" 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/whitepaper-cn/gong-zuo-fang-shi-ji-tuo-pu-tu.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.
