Automated Liquidity Manager

Our tables track liquidity provisioning, withdrawals, and user-specific events

Key Tables:

  • Pools: Information about liquidity pools, including details like pool address, token symbols, and liquidity amounts.

  • Position Snapshot: Snapshot of user positions in liquidity pools, detailing their share in the pool and the associated value.

  • Pool Snapshot: Snapshot of pool state over time, including fees earned, and liquidity supplied.

  • Events: Tracks user activities like deposits, withdrawals, and changes to pool positions.

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

strategy_vault_contract_address

The contract address of the strategy vault which manages the liquidity pool positions.

string

liquidity_pool_address

The contract address of the underlying liquidity pool where liquidity are deposited into

string

strategy_vault_receipt_token_address

The contract address of ERC20 token which represents the share of liquidity provided.

string

strategy_vault_receipt_token_decimals

The decimal amount of the ERC20 receipt token.

number

strategy_vault_receipt_token_symbol

The symbol of the receipt token.

string

Last updated