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

# Fantom Overview

> Fantom data on Dune

Fantom is a high-performance, scalable, and secure smart-contract platform that is designed to overcome the limitations of previous generation blockchain platforms. Fantom is unique in its use of a directed acyclic graph (DAG) architecture, which allows for asynchronous confirmation of transactions, resulting in high throughput and minimal transaction costs.

The network uses a bespoke consensus algorithm called Lachesis, which ensures transactions are confirmed within 1-2 seconds, significantly improving the user experience and efficiency for decentralized applications (dApps) running on the platform.

**High Throughput and Low Cost:**
Fantom’s DAG architecture enables unparalleled transaction speed and drastically reduced costs, making it an ideal platform for developers looking to build scalable dApps.

**Developer-Friendly:**
Fantom is fully compatible with Ethereum, allowing developers to deploy Ethereum-based applications quickly and seamlessly using existing tools and languages like Solidity.

**Ecosystem Growth:**
Fantom supports a growing ecosystem of decentralized finance (DeFi) applications, NFT platforms, and other blockchain projects, fostering innovation and new developments within its network.

<CardGroup cols={1}>
  <Card title="Fantom documentation" icon="link" href="https://docs.fantom.foundation">
    Access comprehensive documentation for Fantom, detailing its unique technology, features, and developer resources.
  </Card>
</CardGroup>

## Data Catalog

<CardGroup cols={2}>
  <Card title="Logs" icon="bolt" href="./raw/logs">
    Insights into smart contract interactions through detailed event logs, providing visibility into the dynamic activity on Fantom.
  </Card>

  <Card title="Blocks" icon="cubes" href="./raw/blocks">
    Information on blocks processed on Fantom, reflecting the network’s high throughput and capacity for handling large volumes of transactions.
  </Card>

  <Card title="Transactions" icon="message-arrow-up" href="./raw/transactions">
    Extensive transaction data, highlighting the efficiency and speed of operations across the Fantom network.
  </Card>

  <Card title="decoded" icon="file" href="./decoded/overview">
    Decoded transaction information for enhanced analysis and understanding of smart contract executions.
  </Card>
</CardGroup>
