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

# dune.neynar.dataset_farcaster_warpcast_power_users

> Warpcast power badge holders — users with the verified power badge on Warpcast.

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 `dune.neynar.dataset_farcaster_warpcast_power_users` table contains all power badge users on Warpcast. Power badges are a Warpcast-specific concept and are NOT stored on the Farcaster protocol itself. The table only contains the current power badge FIDs, not historical data. Read more [about power badges](https://warpcast.notion.site/Power-Badge-d81fea2e953e4dafae7c85295ffaf3ae) and the [power badge API](https://docs.farcaster.xyz/reference/warpcast/api#get-all-power-badge-users).

## Table Schema

| Column Name  | Type        | Description                                                |
| ------------ | ----------- | ---------------------------------------------------------- |
| `created_at` | `TIMESTAMP` | Timestamp when the record was created in the database      |
| `updated_at` | `TIMESTAMP` | Timestamp when the record was last updated in the database |
| `deleted_at` | `TIMESTAMP` | Timestamp when the power badge was removed                 |
| `fid`        | `BIGINT`    | Farcaster user ID of the power badge holder                |

## Table Sample

<TableSample tableSchema="dune.neynar" tableName="dataset_farcaster_warpcast_power_users" />
