Yield Aggregator

Our data tables capture key metrics on vault pools, withdrawals, deposits, and user activity.

Key Tables:

  • Pools: Information about vault pools, including underlying tokens, pool address, and receipt tokens.

  • Position Snapshot: Snapshot of user positions, detailing underlying tokens and their value.

  • Pool Snapshot: Snapshot of individuals pools, tracking TVL, fees, and other high-level metrics.

  • Events: Tracks user interactions such as deposits, withdrawals, and changes to positions.Pools

Property
Description
Type

chain_id

The standard chain id.

number

timestamp

The timestamp this pool was created.

number

creation_block_number

The block number that this pool was created.

number

underlying_token_address

The contract address of the underlying token or deposited token.

string

underlying_token_index

The index of the underlying token in the smart contract, default 0.

number

underlying_token_symbol

The symbol of the underlying token token.

string

underlying_token_decimals

The decimal amount of the underlying token.

number

receipt_token_address

The contract address of the output or receipt token of this pool, if available.

string

receipt_token_symbol

The symbol of the receipt token.

string

receipt_token_decimals

The symbol decimal amount for the receipt token.

number

pool_address

The smart contract address of the pool.

string

pool_symbol

The symbol of the pool.

string

Last updated