# Incentive Claims

| Property                | Description                                                                                           | Type   |
| ----------------------- | ----------------------------------------------------------------------------------------------------- | ------ |
| timestamp               | The timestamp of the claim.                                                                           | number |
| chain\_id               | The standard chain id.                                                                                | 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 |
| transaction\_signer     | The address of the account that signed the transaction.                                               | string |
| user\_address           | The address of the user who claimed the incentives (could be different from the transaction\_signer). | string |
| claimed\_token\_address | The smart contract address of the claimed token.                                                      | string |
| amount                  | The amount of the token claimed, decimal normalized.                                                  | number |
| amount\_usd             | The amount of claimed tokens in USD.                                                                  | number |
| other\_incentive\_usd   | Any incentives outside of the claimed token, in this transaction, summed up in USD terms.             | 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/defi-canonical-data/incentive-claims.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.
