> ## 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.

# EVM Overview

> EVM chains on Dune

export const DuneEmbed = ({qID, vID, height = '500px'}) => <>
    <div className="hidden dark:block">
      <iframe src={`https://dune.com/embeds/${qID}/${vID}?darkMode=true`} style={{
  width: '100%',
  height,
  border: 'none',
  marginTop: '10px'
}}></iframe>
    </div>
    <div className="dark:hidden">
      <iframe src={`https://dune.com/embeds/${qID}/${vID}`} style={{
  width: '100%',
  height,
  border: 'none',
  marginTop: '10px'
}}></iframe>
    </div>
  </>;

## Introduction to EVM Chains

The Ethereum Virtual Machine (EVM) is the runtime environment for smart contracts in Ethereum. It's not only the cornerstone of Ethereum but also serves as a standard for decentralized applications across various blockchain networks. Due to its robustness and developer-friendly attributes, numerous blockchains have adopted the EVM framework, enabling them to leverage Ethereum's thriving ecosystem and interoperability.

### EVM Chains

We provide the most comprehensive data catalog for Ethereum Mainnet and EVM-compatible rollups, sidechains and other layer 2 solutions.
All EVM chains on Dune have raw data, decoded data and curated data tables available.

e.g. here are the available data sets for Ethereum Mainnet:

<CardGroup cols={3}>
  <Card title="Raw data" icon="bolt" href="./ethereum/raw/transactions" />

  <Card title="Decoded data" icon="file" href="./ethereum/decoded/overview" />

  <Card title="Curated data" icon="star" href="/data-catalog/curated/overview" />
</CardGroup>

<div>
  <DuneEmbed qID="3695907" vID="6218008" height="600px" />
</div>
