# Airdrop Data

| Property                | Description                                                                                    | Type   |
| ----------------------- | ---------------------------------------------------------------------------------------------- | ------ |
| airdrop\_timestamp      | The timestamp the airdrop was given to the user.                                               | number |
| user\_address           | The address of the user claiming the airdrop.                                                  | string |
| claim\_timestamp        | The timestamp of when the user claimed the airdrop.                                            | number |
| transaction\_hash       | The hash of the transaction.                                                                   | string |
| log\_index              | The event log. For transactions that don't emit event, create arbitrary index starting from 0. | number |
| airdrop\_token\_address | The smart contract address of the airdropped token.                                            | string |
| airdrop\_token\_symbol  | The symbol of the token being airdropped.                                                      | string |
| token\_amount           | The amount of each token airdropped, decimal normalized.                                       | number |
| amount\_usd             | The USD value of the airdropped tokens.                                                        | number |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.openblocklabs.com/data-offering/airdrop-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
