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

> THORChain fee collection events — swap fees, network fees, and outbound fees.

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_fee_events` table event data for fee events on THORChain. This table captures fee-related events including pool deductions and asset fees.

## Column Descriptions

| **Column**              | **Type**  | **Description**                         |
| ----------------------- | --------- | --------------------------------------- |
| **block\_time**         | timestamp | Timestamp of when the block was created |
| **block\_date**         | date      | Date of when the block was created      |
| **block\_month**        | timestamp | Month of when the block was created     |
| **block\_height**       | bigint    | Block height                            |
| **tx\_id**              | varchar   | Transaction ID                          |
| **event\_id**           | varchar   | Event identifier                        |
| **asset**               | varchar   | Asset identifier                        |
| **pool\_deduct**        | varchar   | Pool deduction information              |
| **asset\_e8**           | bigint    | Asset amount in e8 units                |
| **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_fee_events" />
