The identity schema is nested under the common database.

The identity tables contain wallet labels and names which can be used to enhance the depth of your analysis.

Wallet addresses from some blockchains are case-sensitive. That is, you should not lowercase the wallet addresses when doing joins / analysis.

Chain Type / ExampleCase Sensitivity
Tron, SolanaCase-sensitive
EVM (e.g., Ethereum, Polygon, etc.)Not case-sensitive
CosmosDepends
Bitcoin (Base58 addresses)Case-sensitive
Bitcoin (Bech32 addresses)Not case-sensitive

Entities

common.identity.entities provides a list of wallet addresses based on the entities.

Table Columns

Column NameDescriptionNotesExample
chainChain associated with the address.One address can be shared across chains.ethereum
categoryCategory associated with the entity.Refer to table above for categories.cex
projectProject associated with the entity.In lower casing.binance
nameName of the address.Binance 9
addressAddress.Case-sensitivity of address.0x001866ae5b3de6caa5a51543fd9fb64f524f5478

Entities Categories

A short description of the categories present.

CategoryDescriptionProject Examples
cexCentralized exchange wallet addresses. Includes all types of wallets (cold/hot wallets) from CEX. Deposit wallets are currently not included.binance, okx, kucoin
fundAddress of major crypto funds - broadly encompass market makers, venture capitals, hedge funds.alamedaresearch, a16z, wintermute
rampAddress related to entities involved in on and off-ramp solutions.moonpay
bridgeAddress related to bridges, layer2 bridges etc.optimism, arbitrum, arbitrumone, celernetwork
nftAddress related to NFT entities, specifically marketplace protocols, platform fee collection.opensea, blur.io
mevAddress labeled as MEV bot.mev
mixerAddress associated with money mixers that are used to obfuscate fund movement.tornado.cash
dexDecentralized exchange protocols and router addresses that enable trading through their own liquidity pools and routing logic.uniswap, sushiswap, curve, balancer, pancakeswap
dex_aggregatorDecentralized exchange protocol addresses that source and route liquidity from multiple DEXs to optimize trading routes and rates.1inch, paraswap, 0x, kyberswap, odos
web3_walletAddress primarily associated with web3 wallet entities.rainbow, zerion, metamask
stablecoinList of stablecoin addresses by their chain of origin.tether, frax, binance, circle

Address Names and Labels

The address_name and address_labels table contains unique address name and labels associated with an address across various chain. Currently, this table includes lables from the following chains:

  • Ethereum, Polygon, Arbitrum, Optimism, Avalanche, Binance

Address Names

Address names are unique to each address.

Column NameDescription
chainBlockchain of the address, in lower case. Includes: ethereum, polygon, arbitrum, avalanche, binance, optimism
addressAccount/wallet address.
nameName of the address. Each address only has one name e.g. Uniswap V2 Router in each chain.

Address Labels

An address can have multiple labels associated with it.

Column NameDescription
chainBlockchain of the address, in lower case. Includes: ethereum, polygon, arbitrum, avalanche, binance, optimism
addressAccount/wallet address.
labelLabels associated with the address. Note: one address can have multiple labels e.g. bridge, polygon.