# Atomarität

Solana garantiert die Ausführung aller Transaktionen innerhalb einer Rome-Transaktion als atomar, was bedeutet, dass entweder alle Transaktionen, die Teil dieser Rome-Transaktion sind, erfolgreich sind oder keine von ihnen erfolgreich ist. Es beseitigt das Risiko, dass eine Transaktion im Bündel auf nur einer Kette zurückgerollt wird.

Dies ermöglicht **vertrauenslose, nicht-verwahrende** Transaktionen für **Cross-Rollup** und **Cross-Chain** **Arbitrage** zwischen L2s und Solana, **Blitzkredite**, und **RWA-Anwendungen**.&#x20;

Solana ist die **globale Zustandsmaschine** für Rollups, die Rome verwenden, und ermöglicht die atomare Zusammensetzung sowie die Reihenfolge/Ausführung von Transaktionen.

<figure><img src="/files/14efbe39c977622d5c5039ff389c89a1b47f59c3" 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/de/legacy/shared-sequencer/atomicity.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.
