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

# Scroll Overview

> Scroll data on Dune

Scroll is a Layer 2 scaling solution for Ethereum that utilizes zk-Rollups to enhance transaction throughput while maintaining low costs and high security. Scroll is designed to facilitate scalable and efficient blockchain applications by bundling multiple transactions into a single rollup block, which is then verified on the Ethereum mainnet using zero-knowledge proofs.

**High Scalability and Efficiency:**
Scroll leverages zk-Rollups to significantly increase transaction capacity and reduce blockchain congestion. This technology allows for rapid processing and finalization of transactions at a fraction of the cost of traditional Ethereum transactions.

**Strong Security and Ethereum Compatibility:**
By using zero-knowledge proofs, Scroll ensures that all transactions maintain the same level of security as those on the Ethereum mainnet. Additionally, Scroll is fully compatible with Ethereum, enabling developers to deploy existing smart contracts and dApps without the need for extensive modifications.

**Developer-Friendly Environment:**
Scroll provides a robust environment for developers, with tools that simplify the integration and deployment of Ethereum-compatible applications on a scalable Layer 2 platform.

<CardGroup cols={1}>
  <Card title="Scroll documentation" icon="link" href="https://docs.scroll.io">
    Access comprehensive documentation for Scroll, providing detailed insights into its zk-Rollup technology, platform architecture, and how to build on it.
  </Card>
</CardGroup>

## Data Catalog

<CardGroup cols={2}>
  <Card title="Logs" icon="bolt" href="./raw/logs">
    Detailed event logs from smart contracts, offering insights into contract interactions and the dynamics of Scroll's zk-Rollup operations.
  </Card>

  <Card title="Blocks" icon="cubes" href="./raw/blocks">
    Information on blocks processed through Scroll’s zk-Rollups, illustrating the network's enhanced throughput and scalability.
  </Card>

  <Card title="Transactions" icon="message-arrow-up" href="./raw/transactions">
    Extensive transaction data, highlighting the efficiency and reduced costs of operations on Scroll.
  </Card>

  <Card title="decoded" icon="file" href="./decoded/overview">
    Decoded transaction data for easier analysis and deeper understanding of smart contract executions on the Scroll network.
  </Card>
</CardGroup>
