> ## Documentation Index
> Fetch the complete documentation index at: https://tokenterminal.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Registry

> Address, type and label for every account.

<Info>
  **In progress.** This table is not served yet. The page documents it as it lands.
</Info>

The table holds one row per account: an address on a chain, with a type and a label. The type tells a contract apart from a wallet. The label says who operates a known address, so a holder list can leave contracts out, or a flow analysis can name who is on the other side.

Until it lands, accounts turn up as address columns in the event tables: `facts.token_transfers` carries `from_address` and `to_address`, `facts.token_balance_changes` carries `account_address`, and the [balance functions](/docs/catalog/tokens/balances) return `account_address` with a balance attached.

Every address column has a `chain_id` beside it, because the same address on two chains is two different accounts. The table keys on that pair. [Accounts](/docs/catalog/accounts/index) covers working with addresses.
