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

# Aptos data

> Aptos is a next-generation blockchain designed for scalability, security, and reliability.

Aptos utilizes the Move programming language, focusing on flexibility, safety, and efficiency in smart contract execution. It employs a ledger model that is built to support highly scalable and reliable decentralized applications and financial infrastructure. Aptos is distinguished by its state-of-the-art consensus protocol, aiming to achieve high transaction throughput without compromising security or decentralization.

You can learn more about Aptos by visiting the [official documentation](https://aptos.dev/).

## Data Available

<CardGroup cols={2}>
  <Card title="Blocks" icon="cube" href="/data-catalog/aptos/blocks">
    Represents the collection of transactions in a single block within the Aptos
    blockchain.
  </Card>

  <Card title="Transactions" icon="message-arrow-up" href="/data-catalog/aptos/transactions">
    Includes all user and system transactions processed by the Aptos network.
  </Card>

  <Card title="User Transactions" icon="user" href="/data-catalog/aptos/user_transactions">
    Specifically tracks transactions initiated by users, including smart
    contract interactions.
  </Card>

  <Card title="Events" icon="bolt" href="/data-catalog/aptos/events">
    Captures events emitted by smart contracts, logging significant actions and
    changes.
  </Card>

  <Card title="Move Resources" icon="database" href="/data-catalog/aptos/move_resources">
    Details Move resources, representing structured data owned by accounts on
    the Aptos blockchain.
  </Card>

  <Card title="Move Modules" icon="puzzle-piece" href="/data-catalog/aptos/move_modules">
    Contains metadata and code for Move modules, defining the functionality of
    smart contracts.
  </Card>

  <Card title="Move Table Items" icon="table" href="/data-catalog/aptos/move_table_items">
    Tracks items stored in Move's table data structures, used for efficient data
    access within smart contracts.
  </Card>

  <Card title="Signatures" icon="signature" href="/data-catalog/aptos/signatures">
    Signatures are associated with transactions, which are essential for
    security and authentication.
  </Card>
</CardGroup>
