> ## Documentation Index
> Fetch the complete documentation index at: https://docs.magicblock.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Ephemeral Rollup

> The high-performance engine for real-time applications on Solana

<div
  style={{
position: "relative",
paddingBottom: "56.25%",
height: 0,
overflow: "hidden",
}}
>
  <iframe
    src="https://www.youtube.com/embed/yfgDZJJvydU?si=3k8ndg9Z69sv6_LE&list=PLWR_ZQiGMS8mIe1kPZe8OfHIbhvZqaM8V"
    title="Why Build with MagicBlock? Solve Scaling & UX Pain Points with Ephemeral Rollups"
    style={{
  position: "absolute",
  top: 0,
  left: 0,
  width: "100%",
  height: "100%",
}}
    frameBorder="0"
    allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
    allowFullScreen
    referrerPolicy="strict-origin-when-cross-origin"
  />
</div>

<Card>
  [MagicBlock' Ephemeral
  Rollup](/pages/ephemeral-rollups-ers/introduction/ephemeral-rollup) is an
  extension of the Solana network designed for high-performance decentralized
  applications. It enhances Solana’s capabilities while preserving its
  composability and integrity.
</Card>

***

## Why Ephemeral Rollups?

While blockchain technology is revolutionizing decentralized applications, it still faces fundamental challenges in:

* **Latency** – Blockchain transaction speeds are too slow for real-time applications.
* **Cost** – Even "low-fee" blockchains can become expensive at scale.
* **Scalability** – Current architectures struggle to handle high-throughput applications.
* **Privacy** – Blockchains are by default public, meaning all data onchain can be read.

## **Benefits of MagicBlock's Ephemeral Rollup**

The ephemeral rollup functions as a **specialized SVM runtime** and can be **customized** to include:

* ✅ **Gasless Transactions** – Zero fees enabling scalability and mass adoption.
* ✅ **Faster Block Times** – Sub 10ms latency for seamless UX.
* ✅ **High-precision Scheduling** – Built-in automation to execute transactions.
* ✅ **Program and States Synchronization** – No fragementation, composable and upgradable.
* ✅ **Horizontal Scaling** – Multiple rollups on-demand for millions of transactions.
* ✅ **Familiar Tooling** – Reusability of existing and familiar programming language, libraries and testing tools.

<CardGroup cols={2}>
  <Card title="Ephemeral Rollup" icon="bolt" href="/pages/ephemeral-rollups-ers/introduction/ephemeral-rollup" iconType="duotone">
    Learn how Ephemeral Rollups works
  </Card>

  <Card title="Magic Router" icon="router" href="/pages/ephemeral-rollups-ers/introduction/magic-router" iconType="duotone">
    Learn how Magic Router works
  </Card>

  <Card title="Quickstart" icon="hammer" href="/pages/ephemeral-rollups-ers/how-to-guide/quickstart" iconType="duotone">
    Try out with Rust, Anchor, and Typescript
  </Card>

  <Card title="Privacy" icon="shield-check" href="/pages/private-ephemeral-rollups-pers/introduction/onchain-privacy" iconType="duotone">
    Build private, verifiable applications with TEEs
  </Card>
</CardGroup>
