> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Grant Recipients

### Table Details

| Property     | Value                                  |
| ------------ | -------------------------------------- |
| Table Name   | `worldchain.identity.grant_recipients` |
| Table Status | Production-Ready                       |

### Table Columns

| Column Name   | Data Type         | Description                                                             |
| ------------- | ----------------- | ----------------------------------------------------------------------- |
| address       | VARCHAR(42)       | Address that received a World (Worldcoin) grant claim.                  |
| funding\_type | VARCHAR(16777216) | Type of grant funding the address received (e.g. grant claim, airdrop). |
| \_created\_at | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.                |
| \_updated\_at | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was last updated in the database.           |
