Skip to main content
The identity tables behind every bridge figure. Every fact and metric joins to one of them, and Coverage introduces each grain.

Tables

One row per project in the catalog.
ColumnTypeDescription
project_idSTRINGThe project, such as aave.
nameSTRINGDisplay name.
symbolSTRINGTicker of the project’s token, where it has one.
status_labelSTRINGWhether the project is active or archived.
market_sectorsARRAY<STRING>Every sector the project is tagged with.
primary_market_sectorSTRINGThe first of those, for grouping.

Sample queries

market_sectors is an array, so the section filter reads 'bridges' in unnest(market_sectors). An app tagged with several sectors returns one row.