# معاملات Rome

معاملات Rome هي معاملات Solana ذات خصائص مميزة. فيما يلي نظرة عامة على الأنواع المختلفة وميزاتها المحددة:

### معاملة Rhea

تغلف معاملة Rhea معاملة رول أب واحدة شبيهة بإيثريوم داخل معاملة Solana. يمكن للمطورين تكوين هذه المعاملة باستخدام دالة Rome SDK `ComposeSimpleTxn(Rtxn)`.

<figure><img src="/files/1959803ec5224e9842a0711fb2239a1ad18b41e4" alt=""><figcaption></figcaption></figure>

### معاملة Remus

تنطوي معاملات Remus على عدة معاملات رول أب شبيهة بإيثريوم مجمعة داخل معاملة Solana واحدة.

تسمح هذه البنية بإجراء معاملات عبر الرول أب. يمكن إنشاء معاملات Remus باستخدام دالة Rome SDK `ComposeCrossRollupAtomicTxn(RTxn1, Rtxn2, Rtxn3 ...)`.

<figure><img src="/files/6797c16d68b4842b8b8edad64e446b8ccce81933" alt=""><figcaption></figcaption></figure>

### معاملة Romulus

تدمج معاملات Romulus عدة معاملات رول أب شبيهة بإيثريوم ومعاملات أصلية على Solana مجمعة داخل معاملة Solana واحدة.

تُمكّن هذه البنية المعاملات عبر السلاسل. يمكن إنشاء معاملات Romulus باستخدام دالة Rome SDK `ComposeCrossChainAtomicTxn(Stxn1, Stxn2 ... , Rtxn1, Rtxn2, ...)`.

<figure><img src="/files/932151b2ace8675267970413365956b6ac781a14" 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/ar/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.
