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

# Linea Overview

> Linea data on Dune

Linea is an EVM-equivalent network, scaling the Ethereum experience. Secured with a zero-knowledge rollup to Ethereum, built on lattice-based cryptography, and powered by Consensys. Linea behaves like Ethereum, but with a higher throughput and lower fees.

<CardGroup cols={1}>
  <Card title="Linea docs" icon="link" href="https://https://docs.linea.build/">
    The official documentation for Linea, providing detailed information on the protocol, architecture, and developer resources
  </Card>
</CardGroup>

## Data Catalog

<CardGroup cols={2}>
  <Card title="Logs" icon="bolt" href="/data-catalog/evm/linea/raw/logs">
    Event logs from smart contracts, providing insights into contract interactions
  </Card>

  <Card title="Blocks" icon="cubes" href="/data-catalog/evm/linea/raw/blocks">
    Information and statistics on blocks, showcasing the network's activity and throughput
  </Card>

  <Card title="Transactions" icon="message-arrow-up" href="/data-catalog/evm/linea/raw/transactions">
    Detailed transaction data, highlighting the execution and efficiency of operations
  </Card>

  <Card title="Decoded" icon="file" href="/data-catalog/evm/linea/decoded/overview">
    Decoded transaction data for easier understanding and analysis of smart contract executions
  </Card>
</CardGroup>
