# Transaksi Rome

Transaksi Rome adalah transaksi Solana dengan karakteristik yang berbeda. Berikut adalah gambaran umum tentang berbagai jenis dan fitur spesifiknya:

### Transaksi Rhea

Transaksi Rhea mengenkapsulasi satu transaksi rollup mirip Ethereum di dalam satu transaksi Solana. Pengembang dapat menyusun transaksi ini menggunakan fungsi Rome SDK `ComposeSimpleTxn(Rtxn)`.

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

### Transaksi Remus

Transaksi Remus melibatkan beberapa transaksi rollup mirip Ethereum yang digabungkan dalam satu transaksi Solana.

Struktur ini memungkinkan transaksi lintas-rollup. Transaksi Remus dapat dibuat menggunakan fungsi Rome SDK `ComposeCrossRollupAtomicTxn(RTxn1, Rtxn2, Rtxn3 ...)`.

<figure><img src="/files/1b958fbba8039ec62faf24f0a7f62f4629d66808" alt=""><figcaption></figcaption></figure>

### Transaksi Romulus

Transaksi Romulus mengintegrasikan beberapa transaksi rollup mirip Ethereum dan transaksi Solana native yang digabungkan dalam satu transaksi Solana.

Struktur ini memungkinkan transaksi lintas-rantai. Transaksi Romulus dapat dibuat menggunakan fungsi Rome SDK `ComposeCrossChainAtomicTxn(Stxn1, Stxn2 ... , Rtxn1, Rtxn2, ...)`.

<figure><img src="/files/75eb0fc02b54a373fc308d4544e7180ac7e2f4ee" 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/id/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.
