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

# Morph Overview

> Morph blockchain data on Dune

## What is Morph?

Morph is an EVM-compatible Ethereum Layer 2 built as an optimistic rollup. It targets low-cost, high-throughput onchain activity while inheriting security from Ethereum. Dune indexes Morph under the `morph` schema namespace with standard EVM raw tables, ABI-decoded contract data, and curated DEX, transfer, price, and gas spells.

## Key Features

* **EVM compatibility**: Deploy and interact with standard Solidity contracts using familiar Ethereum tooling.
* **Optimistic rollup**: Morph batches transactions to Ethereum for data availability and fault-proof security.
* **Curated analytics**: Morph is included in cross-chain spells such as `dex.trades`, `tokens.transfers`, `prices.usd`, and `gas.fees`.

## EVM Specifics on Dune

* **Schema namespace**: `morph` (query as `morph.blocks`, `morph.transactions`, etc.).
* **Chain ID**: `2818` (mainnet).
* **Native gas token**: ETH (18 decimals).
* **Raw tables**: `blocks`, `transactions`, `logs`, `traces`, `creation_traces`.
* **Decoded infrastructure**: `morph.contracts`, `morph.signatures`, `morph.logs_decoded`, `morph.traces_decoded`.
* **Standard token events**: `erc20_morph.evt_*`, `erc721_morph.evt_*` (when materialized).

## Data on Dune

<CardGroup cols={2}>
  <Card title="Raw Data" icon="database" href="/data-catalog/evm/morph/raw/blocks">
    Block, transaction, log, and trace data indexed from Morph nodes.
  </Card>

  <Card title="Decoded Data" icon="code" href="/data-catalog/evm/morph/decoded/overview">
    ABI-decoded contract interactions and events.
  </Card>

  <Card title="DEX Trades" icon="chart-line" href="/data-catalog/evm/morph/curated-data/dex/dex-trades">
    Standardized decentralized exchange trades via `dex.trades`.
  </Card>
</CardGroup>

## Resources

<CardGroup cols={2}>
  <Card title="Morph" icon="link" href="https://www.morphl2.io/">
    Morph project home page.
  </Card>

  <Card title="Block Explorer" icon="magnifying-glass" href="https://explorer.morph.network">
    Morph mainnet block explorer.
  </Card>
</CardGroup>
