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

> THORChain validator leave request events — nodes signaling intent to exit.

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.gov_validator_request_leave_events` table event data for validator request leave on THORChain. This table is partitioned by block\_month.

## Column Descriptions

| **Column**                                      | **Type**  | **Description**                         |
| ----------------------------------------------- | --------- | --------------------------------------- |
| **tx**                                          | varchar   | Tx                                      |
| **from\_addr**                                  | varchar   | From Addr                               |
| **node\_addr**                                  | varchar   | Node Addr                               |
| **event\_id**                                   | bigint    | Event identifier                        |
| **block\_timestamp**                            | timestamp | Timestamp of when the block was created |
| **tx\_id**                                      | bigint    | Transaction ID                          |
| **from\_address**                               | varchar   | Source address                          |
| **node\_address**                               | varchar   | Address                                 |
| **block\_time**                                 | timestamp | Timestamp of when the block was created |
| **block\_month**                                | timestamp | Block Month                             |
| **\_inserted\_timestamp**                       | timestamp | Timestamp of the record                 |
| **fact\_validator\_request\_leave\_events\_id** | bigint    | Surrogate key for the fact record       |
| **dim\_block\_id**                              | bigint    | Reference to the block dimension table  |
| **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="gov_validator_request_leave_events" />
