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

# Peaq Overview

> Peaq blockchain data on Dune

## What is Peaq?

Peaq is a layer-1 blockchain purpose-built and optimized to power the Machine Economy. The platform enables:

<CardGroup cols={2}>
  <Card title="DePINs" icon="network-wired">
    Decentralized Physical Infrastructure Networks
  </Card>

  <Card title="DePAI" icon="chart-network">
    Decentralized Physical AI
  </Card>

  <Card title="Machine DeFi" icon="coin">
    Decentralized Finance based on machines' on-chain economic value and activity
  </Card>

  <Card title="Machine RWAs" icon="robot">
    Tokenized machines bringing real-world economic value on-chain
  </Card>
</CardGroup>

By leveraging parallelized block production, asynchronous backing, and agile core time, peaq currently handles up to 10,000 transactions per second (TPS). It is set to scale beyond 100,000 TPS after future upgrades, all while maintaining a minimum transaction cost of approximately \$0.00025. peaq leverages the world's environmentally-friendliest blockchain architecture and leverages one of the highest Nakamoto Coefficients in the industry to ensure censorship resistance.

peaq offers a comprehensive suite of ready-to-use Modular DePIN and DePAI Functions, granting builders and machines essential core functionalities to leverage for seamless deployment. These include self-sovereign machine IDs, role-based access control, data verification, universal machine time, seamless machine payment processing, data storage, data indexing, AI agents, and more. All functions are accessible via the peaq SDK, allowing developers to deploy them with just \~15 lines of code.

## Peaq Data on Dune

Peaq blockchain data is organized into several key tables that capture different aspects of on-chain activity:

<CardGroup cols={2}>
  <Card title="Blocks" icon="cube" href="/data-catalog/peaq/blocks">
    Core block data including block headers, validators, and block statistics.
  </Card>

  <Card title="Extrinsics" icon="sitemap" href="/data-catalog/peaq/extrinsics">
    Detailed transaction data, encompassing both signed and unsigned operations, directly invoking pallet functions.
  </Card>

  <Card title="Events" icon="bolt" href="/data-catalog/peaq/events">
    All events emitted by the runtime, including system events, and events from all pallets.
  </Card>

  <Card title="Calls" icon="arrow-right" href="/data-catalog/peaq/calls">
    Comprehensive info on function calls, expanding top-level extrinsics with internal calls.
  </Card>

  <Card title="Transfers" icon="arrow-up-from-bracket" href="/data-catalog/peaq/transfers">
    Complete ledger of asset transfers across the network, capturing the movement of tokens between accounts.
  </Card>

  <Card title="Balances" icon="wallet" href="/data-catalog/peaq/balances">
    Daily snapshots capturing the state of user assets, reflecting the end-of-day balances.
  </Card>
</CardGroup>

<CardGroup cols={1}>
  <Card title="Peaq Documentation" icon="link" href="https://docs.peaq.xyz/build/introduction">
    Official documentation for developers building on Peaq
  </Card>
</CardGroup>
