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

# Ethereum Overview

> Ethereum data on Dune

Ethereum is a decentralized, open-source blockchain system that features its own cryptocurrency, Ether. It is a platform for numerous decentralized applications (dApps), including everything from financial tools to games and complex databases. Ethereum is well-known for its flexibility and its pioneering role in the introduction and use of smart contracts, which are self-executing contracts with the terms of the agreement directly written into code.

The network supports a broad range of applications due to its general-purpose nature, and it operates on a proof-of-stake consensus mechanism, enhancing its scalability and energy efficiency compared to earlier proof-of-work systems.

**Versatility and Developer Support:**
Ethereum supports the creation of a wide variety of applications beyond simple transactions. This includes decentralized finance (DeFi) applications, NFTs, and more, supported by a robust development toolkit and a strong global community.

**Smart Contract Functionality:**
Ethereum's use of smart contracts automates enforcement, management, performance, and payment — they execute automatically when conditions are met.

<CardGroup cols={1}>
  <Card title="Ethereum documentation" icon="link" href="https://ethereum.org/en/developers/docs/">
    The official documentation for Ethereum, providing a wealth of resources on how to build on and interact with the platform.
  </Card>
</CardGroup>

## Data Catalog

<CardGroup cols={2}>
  <Card title="Logs" icon="bolt" href="./raw/logs">
    Event logs from smart contracts, showcasing the diverse and dynamic usage of Ethereum's decentralized platform.
  </Card>

  <Card title="Blocks" icon="cubes" href="./raw/blocks">
    Information on Ethereum blocks, reflecting the network's activity and scalability achievements.
  </Card>

  <Card title="Transactions" icon="message-arrow-up" href="./raw/transactions">
    Detailed information on transactions, underscoring the high throughput and complexity of operations on Ethereum.
  </Card>

  <Card title="decoded" icon="file" href="./decoded/overview">
    Decoded transaction data, facilitating easier analysis and deeper understanding of smart contract operations.
  </Card>
</CardGroup>
