# Rome Shared Sequencer

Rome rollup consists of the rollup's client such as OP Geth, Rhea as the shared sequencer, the rollup's smart contract on Solana, and Hercules.

1. **Rhea** takes rollup transactions, packages them as Rome (Solana) transactions, and submits them to Solana for sequencing.
2. **Solana** acts as the global state machine for all rollups as they reside on Solana as smart contracts. Rollup transactions are first executed on Solana, updating the rollup state on Solana. Solana decides the order of transactions.
3. **Hercules** accepts blocks from Solana and executes the block's payload on the rollup, thus advancing state of the rollup.
4. **Data Availability** is provided by posting data to Solana, Celestia, or Ethereum (based on the rollup configuration).
5. **Settlement** is done by committing state to Ethereum.

<figure><img src="/files/XT0iJfi8olKImfJTwoZK" 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/legacy/shared-sequencer.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.
