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

# Token Ownership & Holders

> Data Dictionary — token ownership and holders terms with definitions, formulas, units, and source commands

Holder counts, distribution metrics, concentration indices, and whale signals.

***

### Holder Count

Total number of unique wallet addresses holding a nonzero token balance.

```
Formula   Count(wallets with balance > 0)
Unit      #
Example   1.2M holders
```

**Related** · Wallet Growth, Active Holders

**Used in** · [`OWN`](/docs/docs/core-concepts/commands/by-object/token#own-ownership) · [`HC`](/docs/docs/core-concepts/commands/by-object/token#hc-holder-concentration) · [`DMP`](/docs/docs/core-concepts/commands/by-object/dex-market#dmp-dex-market-pair)

***

### Active Holders (30D)

Wallets that executed at least one transaction in the last 30 days.

```
Formula   Count(wallets with tx in 30D)
Unit      #
Example   85,000
```

**Related** · Holder Count, Wallet Growth

**Used in** · [`HC`](/docs/docs/core-concepts/commands/by-object/token#hc-holder-concentration)

***

### Holder Growth

Net change in holder count over a period.

```
Formula   New Holders − Churned Holders
Unit      # / period
Example   +5,200 (30D)
```

**Related** · Holder Count, New Holders

**Used in** · [`OWN`](/docs/docs/core-concepts/commands/by-object/token#own-ownership)

***

### Holder Distribution

Segmentation of holders by balance tier (e.g., under $1K, $1K–$100K, $100K+).

```
Formula   Count per tier / Total Holders
Unit      % / #
Example   under $1K: 72%, $100K+: 0.5%
```

**Related** · Holder Count, Whale Count

**Used in** · [`OWN`](/docs/docs/core-concepts/commands/by-object/token#own-ownership) · [`DMP`](/docs/docs/core-concepts/commands/by-object/dex-market#dmp-dex-market-pair)

***

### Top 10 / Top 20 Holder Share

Percentage of circulating supply held by the top 10 or 20 wallets.

```
Formula   Σ(Top N Balances) / Circulating Supply × 100
Unit      %
Example   Top 10: 35.2%
```

**Related** · GINI Index, HHI, Concentration

**Used in** · [`HC`](/docs/docs/core-concepts/commands/by-object/token#hc-holder-concentration) · [`OWN`](/docs/docs/core-concepts/commands/by-object/token#own-ownership)

***

### GINI Coefficient

Inequality index of token distribution across holders (0 = equal, 1 = concentrated).

```
Formula   Standard Gini formula on holder balances
Unit      0–1
Example   0.82
```

**Related** · HHI, Top Holder Share

**Used in** · [`HC`](/docs/docs/core-concepts/commands/by-object/token#hc-holder-concentration) · [`OWN`](/docs/docs/core-concepts/commands/by-object/token#own-ownership) · [`NSC`](/docs/docs/core-concepts/commands/by-object/network#nsc-network-security)

***

### HHI (Herfindahl-Hirschman Index)

Concentration index based on squared market shares of top holders.

```
Formula   Σ(share_i²) for top holders
Unit      0–10,000
Example   1,850
```

**Related** · GINI, Top Holder Share

**Used in** · [`HC`](/docs/docs/core-concepts/commands/by-object/token#hc-holder-concentration) · [`OWN`](/docs/docs/core-concepts/commands/by-object/token#own-ownership) · [`NSC`](/docs/docs/core-concepts/commands/by-object/network#nsc-network-security)

***

### Ownership Breakdown

Distribution of token holdings by entity type: CEX, DEX, wallets, protocols, locked, burned.

```
Formula   % per category
Unit      %
Example   CEX: 30%, Wallets: 45%
```

**Related** · CEX Holdings, DEX Liquidity

**Used in** · [`OWN`](/docs/docs/core-concepts/commands/by-object/token#own-ownership)

***

### CEX Holdings

Token balance held on centralized exchange wallets.

```
Formula   Σ(Balance) on known CEX wallets
Unit      Tokens / USD
Example   25M tokens ($500M)
```

**Related** · DEX Liquidity, Ownership Breakdown

**Used in** · [`OWN`](/docs/docs/core-concepts/commands/by-object/token#own-ownership)

***

### DEX Liquidity (Pool)

Token value locked in decentralized exchange liquidity pools.

```
Formula   Σ(Token value) in DEX pools
Unit      USD
Example   $120M
```

**Related** · CEX Holdings, TVL

**Used in** · [`OWN`](/docs/docs/core-concepts/commands/by-object/token#own-ownership) · [`LTD`](/docs/docs/core-concepts/commands/by-object/token#ltd-live-trades)
