# Atomisitas

Solana menjamin pelaksanaan semua transaksi dalam transaksi Rome sebagai atomik, yang berarti semua transaksi yang merupakan bagian dari transaksi Rome ini berhasil atau tidak satu pun yang berhasil.

Ini memungkinkan **tanpa kepercayaan, non-kustodial** transaksi untuk **cross-rollup** dan **lintas-rantai** **arbitrase** antara L2 dan Solana, **pinjaman kilat**, dan **aplikasi RWA**.&#x20;

Solana adalah **mesin status global** untuk rollup yang menggunakan Rome, memungkinkan komposisi atomik, dan pengurutan/pelaksanaan transaksi.

<figure><img src="/files/94f3dbb26810dd193399beaa16d896eb3c7bca4a" 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/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.
