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

# Initia Data

> Initia blockchain data on Dune

## What is Initia?

Initia's core philosophy is to make opinionated decisions on the underlying infrastructure such as data availability, interoperability, and oracles. By reducing decision fatigue, the Interwoven Stack empowers developers with the tools to craft application-specific environments while maintaining un-fragmented accessibility to the application ecosystem.

Initia provides a framework that powers all of Initia's rollups through the Interwoven Stack, featuring enshrined liquidity solutions for bootstrapping cross-chain liquidity while maintaining network security. The platform includes InitiaDEX, Minitswap, and a Vested Interest Program (VIP) that aims to foster long-term ecosystem-wide alignment.

## Key Features

* **Interwoven Stack**: Framework that powers all of Initia's rollups, enabling developers to craft application-specific environments
* **Enshrined Liquidity**: Solution for bootstrapping cross-chain liquidity while maintaining network security
* **VIP Program**: Incentive program that aims to foster long-term ecosystem-wide alignment
* **InitiaDEX**: Decentralized exchange built on the Initia network
* **Minitswap**: Swap functionality integrated into the ecosystem
* **Developer-Friendly**: Tools and infrastructure that reduce decision fatigue for developers

## Initia Data on Dune

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

<CardGroup cols={2}>
  <Card title="Balances" icon="scale-balanced" href="/data-catalog/initia/balances">
    <p>Account balance snapshots and token holdings</p>
  </Card>

  <Card title="Blocks" icon="cube" href="/data-catalog/initia/blocks">
    <p>Contains each validated block in the chain</p>
  </Card>

  <Card title="Block Events" icon="bolt" href="/data-catalog/initia/block_events">
    <p>Contains all block-level events and attributes in the chain, partitioned by event\_index</p>
  </Card>

  <Card title="Bridge Transfers" icon="bridge" href="/data-catalog/initia/bridge_transfers">
    <p>Cross-chain bridge transfer data</p>
  </Card>

  <Card title="Message Events" icon="message" href="/data-catalog/initia/message_events">
    <p>Contains all events and their corresponding attributes partitioned by message\_index</p>
  </Card>

  <Card title="Swaps" icon="arrows-rotate" href="/data-catalog/initia/swaps">
    <p>Token swap and liquidity pool data</p>
  </Card>

  <Card title="Transactions" icon="arrow-right-arrow-left" href="/data-catalog/initia/transactions">
    <p>Contains relevant data associated with each transaction</p>
  </Card>

  <Card title="Transaction Messages" icon="envelope" href="/data-catalog/initia/tx_messages">
    <p>Contains all messages submitted to the blockchain</p>
  </Card>

  <Card title="Validators" icon="shield" href="/data-catalog/initia/validators">
    <p>Maps validator addresses to monikers (human-readable description) and other metadata</p>
  </Card>
</CardGroup>
