Bridge
Our data tables track key metrics on pools, liquidity providers, user activity, and transactions across various bridge protocols, both pool-based and intent-based.
Key Tables:
Tokens: Details of the tokens in the protocol, including address, symbol, and decimals.
Pools: Details of pools in bridge protocols, including token information, pool creation data, and fee rates.
LP Snapshot: Snapshots of liquidity provider positions in pool-based bridge protocols, including token amounts and their USD value.
User Snapshot: User activity snapshots in pool and intent-based bridge protocols, tracking token inflows and outflows.
Pool Snapshot: Snapshot of individual pools, including token volume, fees, and bridged data.
Bridge Transactions: Records of user transactions across bridge protocols, including source/destination chain IDs and token amounts.
Maker Snapshot: Snapshots on makers in intent-based bridge protocols, including tokens supplied and fees collected.
Taker Snapshot: Snapshots on takers in intent-based bridge protocols, including volume bridged and fees paid.
Token Snapshot: Token-level data across bridge protocols, capturing amounts held, bridged volume, and fees collected.
token_address
The contract address of the token.
string
token_symbol
The symbol of the token.
string
token_decimals
The decimal amount of the token.
number
chain_id
The blockchain ID where the token resides.
number
Last updated