Skip to main content

Overview

  • Dataset ID: 0002
  • Table: blockdb0002_liquidity_pools_types_v1
  • Description: Enumerates distinct AMM pool archetypes (used by liquidity_pools.type_id).

Columns

ColumnTypeDescription
idSERIALSurrogate primary key for the table, used for joins and change tracking.
nameTEXTShort internal name for the pool archetype (e.g., uniswap_v2).
dex_familyTEXTDEX protocol family name (Uniswap, Balancer, Curve, etc.).
versionTEXTSemantic version or revision tag for the pool archetype.
has_amp_paramBOOLEANTrue if AMM uses amplification coefficient (stable pools).
has_weightsBOOLEANTrue if pool uses explicit token weights.
has_tick_spacingBOOLEANTrue if pool uses ticks or price ranges (CLAMM/UniV3).
num_tokens_minSMALLINTMinimum number of tokens in this pool type.
num_tokens_maxSMALLINTMaximum number of tokens in this pool type (NULL = unbounded).
fee_modelTEXTFee computation model name.
notesTEXTFree-form notes describing quirks or routing considerations for the pool type.