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

> THORChain liquidity withdrawal events — assets removed from pools.

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_withdraw_events` table event data for liquidity withdrawal actions on THORChain. This table captures events when users remove liquidity from pools.

## Column Descriptions

| **Column**                      | **Type**  | **Description**                           |
| ------------------------------- | --------- | ----------------------------------------- |
| **\_TX\_TYPE**                  | varchar   | Tx Type                                   |
| **\_INSERTED\_TIMESTAMP**       | timestamp | Timestamp of the record                   |
| **fact\_withdraw\_events\_id**  | bigint    | Surrogate key for the fact record         |
| **block\_timestamp**            | timestamp | Timestamp of when the block was created   |
| **dim\_block\_id**              | bigint    | Reference to the block dimension table    |
| **tx\_id**                      | bigint    | Transaction ID                            |
| **blockchain**                  | varchar   | Source blockchain identifier              |
| **from\_address**               | varchar   | Source address                            |
| **to\_address**                 | varchar   | Destination address                       |
| **asset**                       | varchar   | Asset identifier                          |
| **asset\_e8**                   | bigint    | Asset amount in e8 units                  |
| **emit\_asset\_e8**             | bigint    | Emit Asset E8                             |
| **emit\_rune\_e8**              | bigint    | Emit Rune E8                              |
| **memo**                        | varchar   | Transaction memo                          |
| **pool\_name**                  | varchar   | Name of the liquidity pool                |
| **stake\_units**                | varchar   | Pool units (LP tokens) received or burned |
| **basis\_points**               | int       | Basis Points                              |
| **asymmetry**                   | varchar   | Asymmetry                                 |
| **imp\_loss\_protection\_e8**   | bigint    | Imp Loss Protection E8                    |
| **\_emit\_asset\_in\_rune\_e8** | bigint    | Emit Asset In Rune E8                     |
| **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_withdraw_events" />
