# Rhea

Rhea ermöglicht eine faire Reihenfolgeverarbeitung von Rollup-Transaktionen. Alle Transaktionen werden gleich behandelt und nach dem Prinzip „Wer zuerst kommt, mahlt zuerst“ verarbeitet.

Rhea setzt Rollup-Transaktionen zusammen und reicht sie bei Solana ein, wo sie ausgeführt und geordnet werden. Dies garantiert die Unveränderlichkeit der Transaktionsreihenfolge.

<figure><img src="/files/47882aed49ea5bb501ce248acf6475b8d92af350" alt=""><figcaption></figcaption></figure>

Diagramm des Transaktionsflusses für Rhea

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