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

# thorchain.defi_pool_block_statistics

> THORChain pool statistics per block — volume, swap count, and slip.

export const TableSample = ({tableName, tableSchema}) => <>
    <div className="hidden dark:block">
      <iframe src={`https://dune.com/embeds/3419983/5785629?table_schema_t6f0df=${tableSchema}&table_name_t6f0df=${tableName}&darkMode=true`} style={{
  width: '100%',
  height: '500px',
  border: 'none',
  marginTop: '10px'
}} />
    </div>
    <div className="dark:hidden">
      <iframe src={`https://dune.com/embeds/3419983/5785629?table_schema_t6f0df=${tableSchema}&table_name_t6f0df=${tableName}`} style={{
  width: '100%',
  height: '500px',
  border: 'none',
  marginTop: '10px'
}} />
    </div>
  </>;

## Table Description

The `thorchain.defi_pool_block_statistics` table block-level data for pool statistics on THORChain. This table is partitioned by day.

## Column Descriptions

| **Column**                              | **Type**      | **Description**                        |
| --------------------------------------- | ------------- | -------------------------------------- |
| **day**                                 | date          | Date of the record                     |
| **add\_asset\_liquidity\_volume**       | varchar       | Identifier                             |
| **add\_liquidity\_count**               | varchar       | Identifier                             |
| **add\_liquidity\_volume**              | varchar       | Identifier                             |
| **add\_rune\_liquidity\_volume**        | varchar       | Identifier                             |
| **asset**                               | varchar       | Asset identifier                       |
| **asset\_depth**                        | varchar       | Asset Depth                            |
| **asset\_price**                        | varchar       | Asset Price                            |
| **asset\_price\_usd**                   | decimal(20,6) | Asset Price Usd                        |
| **average\_slip**                       | varchar       | Average Slip                           |
| **impermanent\_loss\_protection\_paid** | varchar       | Identifier                             |
| **rune\_depth**                         | varchar       | Rune Depth                             |
| **status**                              | varchar       | Status                                 |
| **swap\_count**                         | varchar       | Swap Count                             |
| **swap\_volume**                        | varchar       | Swap Volume                            |
| **to\_asset\_average\_slip**            | varchar       | To Asset Average Slip                  |
| **to\_asset\_count**                    | varchar       | To Asset Count                         |
| **to\_asset\_fees**                     | varchar       | To Asset Fees                          |
| **to\_asset\_volume**                   | varchar       | To Asset Volume                        |
| **to\_rune\_average\_slip**             | varchar       | To Rune Average Slip                   |
| **to\_rune\_count**                     | varchar       | To Rune Count                          |
| **to\_rune\_fees**                      | varchar       | To Rune Fees                           |
| **to\_rune\_volume**                    | varchar       | To Rune Volume                         |
| **totalfees**                           | varchar       | Totalfees                              |
| **unique\_member\_count**               | varchar       | Unique Member Count                    |
| **unique\_swapper\_count**              | varchar       | Unique Swapper Count                   |
| **units**                               | varchar       | Units                                  |
| **withdraw\_asset\_volume**             | varchar       | Withdraw Asset Volume                  |
| **withdraw\_count**                     | varchar       | Withdraw Count                         |
| **withdraw\_rune\_volume**              | varchar       | Withdraw Rune Volume                   |
| **withdraw\_volume**                    | varchar       | Withdraw Volume                        |
| **total\_stake**                        | varchar       | Total Stake                            |
| **depth\_product**                      | varchar       | Depth Product                          |
| **synth\_units**                        | varchar       | Synth Units                            |
| **pool\_units**                         | varchar       | Pool Units                             |
| **liquidity\_unit\_value\_index**       | varchar       | Identifier                             |
| **prev\_liquidity\_unit\_value\_index** | varchar       | Identifier                             |
| **\_unique\_key**                       | varchar       | Unique Key                             |
| **fact\_pool\_block\_statistics\_id**   | bigint        | Surrogate key for the fact record      |
| **inserted\_timestamp**                 | timestamp     | Time when the record was inserted      |
| **modified\_timestamp**                 | timestamp     | Time when the record was last modified |

## Table Sample

<TableSample tableSchema="thorchain" tableName="defi_pool_block_statistics" />
