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

> ## Agent Instructions
> To query the Token Terminal data catalog, read https://tokenterminal.com/docs/catalog/agents-manual.md first. It is the whole catalog as one page: table naming grammar, key columns, partition and cluster rules, units, additivity, and the tables that are documented but not served yet.
> Never query a catalog table on a time bound alone. Also filter its cluster key, which you read from INFORMATION_SCHEMA.COLUMNS; an empty result means the object is a view, whose pruning contract is on its page. Compute is billed to the caller's own Google Cloud project.

# Cosmos ecosystem

> The archived Cosmos chains, and the months each raw table covers.

The tables are the ones each chain carried in the family, so the set varies by chain.
Each tab is one chain, and its tables are named for the dataset that holds them. Both dates are
final: the chain has stopped, so nothing is added after the latest month.

<Tabs>
  <Tab title="MANTRA">
    <table>
      <thead>
        <tr>
          <th width="280">Table</th>
          <th width="130">Earliest</th>
          <th width="130">Latest</th>
        </tr>
      </thead>

      <tbody>
        <tr>
          <td><code>mantra.block\_events</code></td>
          <td>2024-10</td>
          <td>2026-04</td>
        </tr>

        <tr>
          <td><code>mantra.blocks</code></td>
          <td>2024-10</td>
          <td>2026-04</td>
        </tr>

        <tr>
          <td><code>mantra.message\_events</code></td>
          <td>2024-10</td>
          <td>2026-04</td>
        </tr>

        <tr>
          <td><code>mantra.transaction\_messages</code></td>
          <td>2024-10</td>
          <td>2026-04</td>
        </tr>

        <tr>
          <td><code>mantra.transactions</code></td>
          <td>2024-10</td>
          <td>2026-04</td>
        </tr>
      </tbody>
    </table>
  </Tab>

  <Tab title="Noble">
    <table>
      <thead>
        <tr>
          <th width="280">Table</th>
          <th width="130">Earliest</th>
          <th width="130">Latest</th>
        </tr>
      </thead>

      <tbody>
        <tr>
          <td><code>noble.block\_events</code></td>
          <td>2024-03</td>
          <td>2026-06</td>
        </tr>

        <tr>
          <td><code>noble.blocks</code></td>
          <td>2023-03</td>
          <td>2026-06</td>
        </tr>

        <tr>
          <td><code>noble.message\_events</code></td>
          <td>2023-03</td>
          <td>2026-06</td>
        </tr>

        <tr>
          <td><code>noble.transaction\_messages</code></td>
          <td>2023-03</td>
          <td>2026-06</td>
        </tr>

        <tr>
          <td><code>noble.transactions</code></td>
          <td>2023-03</td>
          <td>2026-06</td>
        </tr>
      </tbody>
    </table>
  </Tab>

  <Tab title="Osmosis">
    <table>
      <thead>
        <tr>
          <th width="280">Table</th>
          <th width="130">Earliest</th>
          <th width="130">Latest</th>
        </tr>
      </thead>

      <tbody>
        <tr>
          <td><code>osmosis.block\_events</code></td>
          <td>2021-06</td>
          <td>2026-06</td>
        </tr>

        <tr>
          <td><code>osmosis.blocks</code></td>
          <td>2021-06</td>
          <td>2026-06</td>
        </tr>

        <tr>
          <td><code>osmosis.message\_events</code></td>
          <td>2021-06</td>
          <td>2026-06</td>
        </tr>

        <tr>
          <td><code>osmosis.transaction\_messages</code></td>
          <td>2021-06</td>
          <td>2026-06</td>
        </tr>

        <tr>
          <td><code>osmosis.transactions</code></td>
          <td>2021-06</td>
          <td>2026-06</td>
        </tr>
      </tbody>
    </table>
  </Tab>

  <Tab title="Sei">
    <table>
      <thead>
        <tr>
          <th width="280">Table</th>
          <th width="130">Earliest</th>
          <th width="130">Latest</th>
        </tr>
      </thead>

      <tbody>
        <tr>
          <td><code>sei.block\_events</code></td>
          <td>2023-05</td>
          <td>2025-07</td>
        </tr>

        <tr>
          <td><code>sei.blocks</code></td>
          <td>2023-05</td>
          <td>2025-07</td>
        </tr>

        <tr>
          <td><code>sei.transactions</code></td>
          <td>2023-05</td>
          <td>2025-07</td>
        </tr>
      </tbody>
    </table>
  </Tab>

  <Tab title="Sei Cosmos">
    <table>
      <thead>
        <tr>
          <th width="280">Table</th>
          <th width="130">Earliest</th>
          <th width="130">Latest</th>
        </tr>
      </thead>

      <tbody>
        <tr>
          <td><code>sei\_cosmos.message\_events</code></td>
          <td>2023-05</td>
          <td>2025-07</td>
        </tr>
      </tbody>
    </table>
  </Tab>

  <Tab title="Terra">
    <table>
      <thead>
        <tr>
          <th width="280">Table</th>
          <th width="130">Earliest</th>
          <th width="130">Latest</th>
        </tr>
      </thead>

      <tbody>
        <tr>
          <td><code>terra.blocks</code></td>
          <td>2022-05</td>
          <td>2024-10</td>
        </tr>

        <tr>
          <td><code>terra.event\_attributes</code></td>
          <td>2022-05</td>
          <td>2024-10</td>
        </tr>

        <tr>
          <td><code>terra.message\_event\_attributes</code></td>
          <td>2022-05</td>
          <td>2024-10</td>
        </tr>

        <tr>
          <td><code>terra.transaction\_messages</code></td>
          <td>2022-05</td>
          <td>2024-10</td>
        </tr>

        <tr>
          <td><code>terra.transactions</code></td>
          <td>2022-05</td>
          <td>2024-10</td>
        </tr>
      </tbody>
    </table>
  </Tab>
</Tabs>
