# Hercules

Hercules akzeptiert Blöcke geordneter Transaktionen von Solana. Es führt die Blocknutzlast auf dem Rollup aus und bringt so den Rollup-Zustand voran.

Rollup-Benutzer erhalten eine schnelle Bestätigung direkt von Solana, ohne auf Hercules warten zu müssen, was länger dauern kann, während Solana die Transaktionen finalisiert.

Dies bietet deterministische Finalität für die Transaktionsreihenfolge. Diese Transaktionsreihenfolge zusammen mit der Merkle-Root der Transaktionen wird an Ethereum übermittelt.

<figure><img src="/files/197ef8f359e7dbaf51b9ab8095a7f3055252098e" alt=""><figcaption></figcaption></figure>

Diagramm des Transaktionsflusses für Hercules

<figure><img src="/files/c5d072c8d78060b6c7c14753aae8189a55357c6a" 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/de/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.
