> ## Documentation Index
> Fetch the complete documentation index at: https://dune-pro-1110-add-delete-endpoints-python-js-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# polkadot.traces

> Description of the polkadot.traces table on Dune.

export const TableSample = ({tableName, tableSchema}) => <div>
    <iframe src={`https://dune.com/embeds/3419983/5785629?table_schema_t6c1ea=${tableSchema}&table_name_t6c1ea=${tableName}`} style={{
  width: '100%',
  height: '500px',
  border: 'none',
  marginTop: '10px'
}} />
  </div>;

export const ColumnDescriptions = ({tableName, tableSchema}) => <div>
    <iframe src={`https://dune.com/embeds/3424601/5785601?table_name_t6c1ea=${tableName}&table_schema_t6c1ea=${tableSchema}`} style={{
  width: "100%",
  height: "500px",
  border: "none",
  marginTop: "10px"
}} />
    <Info> Datatypes on Snowflake datashare are different in some cases, read more <a href="/datashare/datashare#datatypes">here</a>.  </Info>
  </div>;

## Table description

The traces table, also known as the "snapshot" table, stores relevant on-chain state data that are otherwise difficult to acquire from base Substrate tables such as extrinsics and events.  The traces tables are populated with special scripts modeling key storage elements at the end of the hour or day.

Having these snapshots enables Dune wizards to build useful dashboards on Dune
such as:

* [Polkadot Staking](https://dune.com/substrate/polkadot-staking)
* [Polkadot OpenGov](https://dune.com/substrate/polkadot-gov)
* [HydraDX OmniPool](https://dune.com/substrate/hydradx)
* [Interlay Vaults](https://dune.com/substrate/interlay)

## Column Descriptions

<ColumnDescriptions tableSchema="polkadot" tableName="traces" />

## Table Sample

<TableSample tableSchema="polkadot" tableName="traces" />

<TableSample tableSchema="kusama" tableName="traces" />

<TableSample tableSchema="assethub" tableName="traces" />

<TableSample tableSchema="interlay" tableName="traces" />

<TableSample tableSchema="hydradx" tableName="traces" />
