Bridges

Cross-chain bridge volume aggregated daily.

1 table.

TableDescription
agent.bridge_volume_dailyDaily bridge volume in USD with directional flow

Schema

Engine: MergeTree | Partition: toYYYYMM(block_date) | ORDER BY: block_date, project, version, source_chain

ColumnTypeDescription
block_dateDate
blockchainString
projectStringBridge name: across, polygon, arbitrum, usdt0, lighter, mayan
versionString
source_chainStringOrigin chain
destination_chainStringTarget chain
volume_usdFloat64USD value bridged (hourly-priced)
tx_countUInt64Number of bridge transactions

Good to Know

  • Each row is directional — (Ethereum → Arbitrum) is separate from (Arbitrum → Ethereum).
  • Ethereum-centric: only covers bridges with Ethereum as one endpoint.
  • Not all bridge protocols are indexed — newer or smaller bridges may be missing.