> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

Our Ethereum data model consists of multiple verticals, ranging from raw blockchain data to enriched abstractions that allow users to gain insights about a specific DeFi sector with a simple query.

### Ethereum Data Schema

Our Ethereum data includes the following schemas:

<table>
  <thead>
    <tr>
      <th data-type="content-ref">Schema</th>
      <th>Description</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>Raw</td>
      <td>Blocks, transactions, logs and contracts </td>
    </tr>

    <tr>
      <td>Decoded</td>
      <td>Decoded event logs and traces data </td>
    </tr>

    <tr>
      <td>Assets</td>

      <td>
        Historical and current wallet balances, credit debit and transfers
      </td>
    </tr>

    <tr>
      <td>Wallet 360</td>

      <td>
        Comprehensive insights to a wallet's behaviour - coverage includes NFT,
        DEX and transaction data
      </td>
    </tr>

    <tr>
      <td>NFTs</td>
      <td>NFT Mints, trades in popular marketplaces</td>
    </tr>

    <tr>
      <td>DEX</td>
      <td>DEX trades and liquidity events </td>
    </tr>

    <tr>
      <td>ENS</td>
      <td>ENS names, registration, renewals & transfers</td>
    </tr>
  </tbody>
</table>
