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

# Tezos EVM Chain Overview

> Tezos EVM blockchain data on Dune

## What is Tezos EVM?

Tezos EVM is the EVM-compatible execution environment running as an L2 rollup on Tezos. It is an optimistic rollup that posts proofs back to Tezos L1 for settlement and uses Tezos' Smart Rollup framework for data availability. Standard Ethereum tooling (Solidity, Foundry, Hardhat, MetaMask, etc.) works without modification, while transaction costs and finality benefit from Tezos' underlying consensus.

## Key Features

* **EVM compatibility**: Full bytecode compatibility — Solidity contracts deploy with no source changes; Ethereum wallets and RPC clients work out of the box.
* **Tezos-backed settlement**: An optimistic rollup anchored to Tezos L1. Sequencing and DA leverage Tezos' Smart Rollup primitives, with fraud-proof–style dispute resolution on L1.
* **Sub-second blocks**: The chain produces a new block every \~2 seconds on average (verified against `tezos_evm.blocks` time deltas), enabling fast UX for trading and other latency-sensitive use cases.
* **Native gas token**: Gas is paid in XTZ (Tezos' native token) bridged into the EVM context, not ETH — be careful when comparing fee data with other EVM chains.

## Data on Dune

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

  <Card title="Decoded Data" icon="code" href="/data-catalog/evm/tezos_evm/decoded/overview">
    ABI-decoded contract interactions and events from verified Tezos EVM contracts.
  </Card>
</CardGroup>

## Resources

<CardGroup cols={2}>
  <Card title="Tezos EVM" icon="link" href="https://www.etherlink.com/">
    Project home page.
  </Card>

  <Card title="Tezos EVM Documentation" icon="book" href="https://docs.etherlink.com/">
    Architecture, tooling, and developer guides.
  </Card>
</CardGroup>
