# Транзакции Rome

Транзакции Rome — это транзакции Solana с особыми характеристиками. Ниже приведён обзор различных типов и их конкретных особенностей:

### Транзакция Rhea

Транзакция Rhea инкапсулирует одну rollup-транзакцию, аналогичную Ethereum, внутри транзакции Solana. Разработчики могут сформировать эту транзакцию с помощью функции Rome SDK `ComposeSimpleTxn(Rtxn)`.

<figure><img src="/files/5d34bc8e69cdcdb29587f7c1cb28d090965ac297" alt=""><figcaption></figcaption></figure>

### Транзакция Remus

Транзакции Remus включают несколько rollup-транзакций, аналогичных Ethereum, объединённых в одну транзакцию Solana.

Такая структура позволяет осуществлять меж-rollup транзакции. Транзакции Remus можно создать с помощью функции Rome SDK `ComposeCrossRollupAtomicTxn(RTxn1, Rtxn2, Rtxn3 ...)`.

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

### Транзакция Romulus

Транзакции Romulus объединяют несколько rollup-транзакций, аналогичных Ethereum, и нативных транзакций Solana в рамках одной транзакции Solana.

Такая структура обеспечивает выполнение межцепочечных транзакций. Транзакции Romulus можно создать с помощью функции Rome SDK `ComposeCrossChainAtomicTxn(Stxn1, Stxn2 ... , Rtxn1, Rtxn2, ...)`.

<figure><img src="/files/1a7c7154c2fdf42c7d6e677b7d7b704eab5db340" 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/rome-transactions.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.
