# What's Rollups?

## Overview&#x20;

Rollups serve as a transformative Layer 2 scaling solution designed to amplify the scalability and efficiency of blockchain networks. This document provides a comprehensive overview of rollups, highlighting their fundamental principles, operational mechanisms, and their role in enhancing the blockchain ecosystem.

## How Rollups Work

Rollups operate by consolidating transactions and executing them off-chain, providing a detailed breakdown of their functional framework and their seamless integration with layer-one blockchains.

### Key Features&#x20;

* #### Bundling Transactions

  A detailed view of rollups reveals their functioning through the consolidation or "rolling up" of multiple transactions into a singular transaction or a batch. This consolidation process takes place on an independent Layer 2 blockchain, which serves as a secondary framework constructed on top of the primary (Layer 1) blockchain.
* #### Off-chain Execution

  Furthermore, the execution of transactions in rollups occurs off-chain, leading to a reduction in the amount of data that needs to be recorded on the primary blockchain. This off-chain execution presents substantial advantages particularly in congested blockchain networks, where a high volume of transactions can lead to slower processing times and elevated fees.
* #### Posting to Layer 1

  Once the transactions have been bundled and executed off-chain, a single transaction or a summary of the batch is posted to the main (Layer 1) blockchain. This action retains the security features of the primary blockchain while significantly reducing the data load, as only the rolled-up transaction is recorded on-chain.

### Benefits of Rollups

* Enhanced scalability and performance guarantee
* Reduction in processing times and transaction fees
* Maintained security and integrity of the underlying blockchain


---

# 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.4everland.org/raas-beta/whats-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.
