# Hercules

Hercules 接收来自 Solana 的有序交易区块。它在汇总链上执行区块载荷，从而推进汇总链状态。

汇总链用户可直接从 Solana 获得快速确认，无需等待 Hercules（在 Solana 完成交易时 Hercules 可能需要更多时间）。

这为交易排序提供确定性终结性。该交易排序连同交易的默克尔根一起提交到以太坊。

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

Hercules 的交易流程图

<figure><img src="/files/8c5dace2091b09d6dc387cea46377cc30322e3d4" 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.rome.builders/zh/legacy/shared-sequencer/hercules.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.
