# Optimistic Rollups

Optimistic Rollups process transactions off-chain and post the transaction data on-chain without immediate verification. They assume transactions are valid (hence "optimistic") and only verify them if challenged. This approach significantly reduces gas fees and increases throughput while still leveraging Ethereum's security through fraud proofs.

Read more on Optimistic rollups <https://blog.etherscale.xyz/what-are-optimistic-rollups-a328f62173cb>

<figure><img src="/files/L2DkfNP8Zrw9xFVXbohR" alt=""><figcaption><p>Optimistic Rollup</p></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.etherscale.xyz/core-concepts/overview-of-rollups/optimistic-rollups.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.
