For the complete documentation index, see llms.txt. This page is also available as Markdown.

Incentive Claims

For all protocols that are part of an incentive program, we also track incentive claims to derive incentive-based metrics.

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

Last updated