dimensions.accounts holds one row per labeled address on Polygon, keyed on chain_id and address. An account is a wallet or a contract, such as an exchange wallet or a Uniswap pool, and its row names the project that runs it, so a raw address in any Polygon table resolves to a name.
An address reaches the table in one of two ways, and label_source says which. curated is an attribution a person authored; factory_derived is an address a known factory emitted, and those rows name that factory in parent_address. Factory output is the bulk of the table, so filter to curated for the set somebody has already looked at.
Every column is documented at Accounts.
Sample queries
- Labeled projects
- What one project runs
- A factory's output
Rank the projects with the most labeled addresses on Polygon. Joining
dimensions.projects on project_id adds each project’s name and its market sector.