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

# Echelon Data

> Echelon blockchain data on Dune

## What is Echelon?

Echelon is a public Cosmos and EVM compatible blockchain protocol running as L2 on Initia. The Echelon consensus and layer protocols deliver unparalleled speed, scalability, and security.

Echelon equally serves as an application-agnostic chain fully interoperable with the Ethereum mainnet, all EVM compatible environments, and other BFT chains via IBC. Expectedly, it eases cross-chain transferrals of value for both developers and end-users.

## Key Features

* **Dual Compatibility**: Cosmos and EVM compatible blockchain protocol
* **High Performance**: Unparalleled speed, scalability, and security through advanced consensus and layer protocols
* **Cross-Chain Interoperability**: Fully interoperable with Ethereum mainnet, all EVM compatible environments, and other BFT chains via IBC
* **Application-Agnostic**: Flexible platform for various decentralized applications
* **DeFi Focus**: Bridges DeFi and mass adoption

## Echelon Data on Dune

Echelon 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/echelon/blocks">
    <p>Contains each validated block in the chain</p>
  </Card>

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

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

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

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