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

# MegaETH Overview

> MegaETH data on Dune

## What is MegaETH?

MegaETH is an EVM-compatible blockchain built to deliver **real-time performance**, aiming for millisecond-level responsiveness while sustaining high throughput and substantial compute capacity. The goal is to push performance toward hardware limits so developers can build applications with fast feedback loops and high update rates.

## Key Features

* **Real-time execution**: Process transactions as they arrive and publish state updates in real time.
* **High throughput + compute**: Designed to support demanding on-chain applications that are bottlenecked by gas-per-second and compute limits on typical EVM chains.
* **Node specialization**: Uses specialized node roles (sequencers, provers, full nodes, replica nodes) to reduce consensus/execution overhead while preserving verifiability.
* **EVM compatibility**: Supports the EVM environment so existing Ethereum tooling and contracts can be used.
* **Security via base layers**: Delegates security and censorship-resistance constraints to base layers such as Ethereum and EigenDA, enabling a broader performance optimization design space.

## Data on Dune

<CardGroup cols={2}>
  <Card title="Raw Data" icon="database" href="/data-catalog/evm/megaeth/raw/blocks">
    Access to raw blockchain data including blocks, transactions, logs, and traces
  </Card>

  <Card title="Decoded Data" icon="code" href="/data-catalog/evm/megaeth/decoded/overview">
    Human-readable contract interactions and events
  </Card>
</CardGroup>

## Resources

<CardGroup cols={1}>
  <Card title="MegaETH Research" icon="link" href="https://www.megaeth.com/research">
    MegaETH research and technical deep dives
  </Card>
</CardGroup>
