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

# Boba Overview

> Boba data on Dune Analytics

Boba is an Ethereum Layer 2 (L2) optimistic rollup that offers fast transactions and low fees. It is EVM-compatible, allowing developers to easily deploy existing Ethereum smart contracts on Boba. Some key features of Boba include:

* **Fast Transactions:** Boba provides fast transaction confirmations by leveraging optimistic rollups, enabling high throughput and scalability.

* **Low Fees:** By processing transactions off-chain and only posting data back to Ethereum for finality, Boba offers significantly lower transaction fees compared to Ethereum mainnet.

* **EVM Compatibility:** Boba is fully compatible with the Ethereum Virtual Machine (EVM), allowing developers to deploy existing Ethereum smart contracts without modifications.

* **Security:** Boba inherits the security of Ethereum by leveraging fraud proofs and a challenge period to ensure the validity of state transitions.

<CardGroup cols={1}>
  <Card title="Boba documentation" icon="link" href="https://docs.boba.network/">
    Explore comprehensive documentation on Boba, detailing its architecture, protocol, and resources for developers.
  </Card>
</CardGroup>

## Data Catalog

<CardGroup cols={2}>
  <Card title="Logs" icon="bolt" href="./raw/logs">
    Detailed event logs from smart contracts, providing insights into interactions within the Boba network.
  </Card>

  <Card title="Blocks" icon="cubes" href="./raw/blocks">
    Information on blocks, illustrating the operational capacity and activity levels on Boba.
  </Card>

  <Card title="Transactions" icon="message-arrow-up" href="./raw/transactions">
    Extensive transaction data, showcasing the efficiency and execution of operations on Boba.
  </Card>

  <Card title="Decoded" icon="file" href="./decoded/overview">
    Enhanced transaction data decoded for better analysis and understanding of contract executions.
  </Card>
</CardGroup>
