# Общий секвенсор Rome

Rome rollup состоит из клиента rollup, такого как OP Geth, Rhea в роли общего секвенсера, смарт-контракта rollup в Solana и Hercules.

1. **Rhea** принимает транзакции rollup, упаковывает их как транзакции Rome (Solana) и отправляет их в Solana для секвенирования.
2. **Solana** выступает в роли глобальной машины состояний для всех rollup, поскольку они размещены в Solana как смарт-контракты. Транзакции rollup сначала выполняются в Solana, обновляя состояние rollup в Solana. Solana определяет порядок транзакций.
3. **Hercules** принимает блоки из Solana и выполняет полезную нагрузку блока на rollup, тем самым продвигая состояние rollup.
4. **Доступность данных** обеспечивается путем публикации данных в Solana, Celestia или Ethereum (в зависимости от конфигурации rollup).
5. **Сверка** осуществляется путем фиксации состояния в Ethereum.

<figure><img src="/files/9812542309594d5cb927994a89f8898c1cc24649" 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/ru/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.
