> ## 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.

# Network & On-Chain

> Data Dictionary — network and on-chain terms with definitions, formulas, units, and source commands

Throughput, block production, validator economics, capital flows, and network-wide metrics.

***

### Network Type

Layer classification of the network (L1, L2, L3).

```
Unit      Category
Example   L1
```

**Related** · EVM Compatible

**Used in** · [`NOV`](/docs/docs/core-concepts/commands/by-object/network#nov-network-overview) · [`NWSC`](/docs/docs/core-concepts/commands/by-object/cross-object#nwsc-network-screening)

***

### Consensus Mechanism

Method by which the network achieves agreement on state (PoW, PoS, PoA, etc.).

```
Unit      Category
Example   Proof of Stake
```

**Related** · Validator Count, Block Time

**Used in** · [`NOV`](/docs/docs/core-concepts/commands/by-object/network#nov-network-overview) · [`NWSC`](/docs/docs/core-concepts/commands/by-object/cross-object#nwsc-network-screening)

***

### EVM Compatible

Whether the network supports Ethereum Virtual Machine execution.

```
Unit      Boolean
Example   Yes
```

**Related** · Network Type

**Used in** · [`NWSC`](/docs/docs/core-concepts/commands/by-object/cross-object#nwsc-network-screening)

***

### Block Time

Average time between consecutive blocks on the network.

```
Formula   Avg(Block_n timestamp − Block_{n-1} timestamp)
Unit      Seconds
Example   12.1 sec
```

**Related** · TPS, Block Count

**Used in** · [`NAC`](/docs/docs/core-concepts/commands/by-object/network#nac-network-activity)

***

### Block Count

Number of blocks produced on the network in a time period.

```
Formula   Count(blocks)
Unit      #
Example   7,200 blocks (24H)
```

**Related** · Block Time, TPS

**Used in** · [`NAC`](/docs/docs/core-concepts/commands/by-object/network#nac-network-activity)

***

### TPS (Transactions Per Second)

Average throughput of the network measured in transactions per second.

```
Formula   Transaction Count / Time Window
Unit      tx/s
Example   2,500 TPS
```

**Related** · Block Time, Transaction Count

**Used in** · [`NAC`](/docs/docs/core-concepts/commands/by-object/network#nac-network-activity)

***

### Transaction Success Rate

Percentage of submitted transactions that execute successfully.

```
Formula   Successful Txns / Total Txns × 100
Unit      %
Example   99.2%
```

**Related** · TPS, Transaction Count

**Used in** · [`NAC`](/docs/docs/core-concepts/commands/by-object/network#nac-network-activity)

***

### Active Addresses (30D)

Unique addresses that sent or received transactions in the last 30 days.

```
Formula   Count(unique from/to addresses, 30D)
Unit      #
Example   12.5M
```

**Related** · New Addresses, Returning

**Used in** · [`NOV`](/docs/docs/core-concepts/commands/by-object/network#nov-network-overview) · [`NAC`](/docs/docs/core-concepts/commands/by-object/network#nac-network-activity)

***

### New Wallets

Number of wallet addresses that made their first on-chain transaction in a period.

```
Formula   Count(first-time addresses)
Unit      #
Example   45,000 new wallets (24H)
```

**Related** · Active Addresses, Returning Wallets

**Used in** · [`NAC`](/docs/docs/core-concepts/commands/by-object/network#nac-network-activity)

***

### Returning Wallets

Wallet addresses that previously transacted and became active again in a period.

```
Formula   Active Addresses − New Wallets
Unit      #
Example   120,000 returning wallets (24H)
```

**Related** · Active Addresses, New Wallets

**Used in** · [`NAC`](/docs/docs/core-concepts/commands/by-object/network#nac-network-activity)

***

### Active Wallet Count

Number of unique wallet addresses that transacted within a specified time window.

```
Formula   Count(unique addresses with tx)
Unit      #
Example   12,500 active wallets (24H)
```

**Related** · Trader Count, Holder Count

**Used in** · [`DXT`](/docs/docs/core-concepts/commands/by-object/token#dxt-dex-trader-analysis) · [`NAC`](/docs/docs/core-concepts/commands/by-object/network#nac-network-activity)

***

### Contract Deployments

Number of new smart contracts deployed on the network in a period.

```
Formula   Count(contract creation txns)
Unit      #
Example   1,250 (24H)
```

**Related** · Token Creation Count

**Used in** · [`NAC`](/docs/docs/core-concepts/commands/by-object/network#nac-network-activity)

***

### Token Creation Count

Number of new token contracts created on the network in a period.

```
Formula   Count(token creation txns)
Unit      #
Example   450 (24H)
```

**Related** · Contract Deployments, Launched Tokens

**Used in** · [`NAC`](/docs/docs/core-concepts/commands/by-object/network#nac-network-activity)

***

### Network Fee (30D)

Total transaction fees paid to validators/miners on a network over 30 days.

```
Formula   Σ(tx fees, 30D)
Unit      USD
Example   $45M
```

**Related** · Validator Revenue, Gas

**Used in** · [`NOV`](/docs/docs/core-concepts/commands/by-object/network#nov-network-overview) · [`NEC`](/docs/docs/core-concepts/commands/by-object/network#nec-network-economics)

***

### Validator Revenue (30D)

Total earnings (fees + block rewards) distributed to validators over 30 days.

```
Formula   Σ(block rewards + fees, 30D)
Unit      USD
Example   $62M
```

**Related** · Network Fee, Staking

**Used in** · [`NOV`](/docs/docs/core-concepts/commands/by-object/network#nov-network-overview) · [`NEC`](/docs/docs/core-concepts/commands/by-object/network#nec-network-economics)

***

### Validator Count

Total number of active validators securing the network.

```
Formula   Count(active validators)
Unit      #
Example   3,400
```

**Related** · GINI, HHI, Decentralization

**Used in** · [`NSC`](/docs/docs/core-concepts/commands/by-object/network#nsc-network-security)

***

### Staking Concentration

Degree to which staked tokens are concentrated among top validators.

```
Formula   GINI / HHI of validator stakes
Unit      Index
Example   GINI: 0.65, HHI: 420
```

**Related** · Validator Count, Decentralization

**Used in** · [`NSC`](/docs/docs/core-concepts/commands/by-object/network#nsc-network-security)

***

### Capital Flow (Network)

Net movement of value into or out of a network from other networks.

```
Formula   Inflow − Outflow across bridges
Unit      USD
Example   +$120M net to Solana (30D)
```

**Related** · Cross-Chain Transaction, Bridge

**Used in** · [`NEC`](/docs/docs/core-concepts/commands/by-object/network#nec-network-economics)

***

### Stablecoin Supply

Total value of stablecoins circulating on a network.

```
Formula   Σ(Stablecoin balances × Peg)
Unit      USD
Example   $5.2B on Ethereum
```

**Related** · TVL, Capital Flow

**Used in** · [`SCA`](/docs/docs/core-concepts/commands/by-object/network#sca-stablecoin-analysis) · [`NCP`](/docs/docs/core-concepts/commands/by-object/network#ncp-network-comparison)

***

### Stablecoin Composition

Breakdown of stablecoin supply by individual stablecoin (USDT, USDC, etc.).

```
Formula   Per stablecoin: Value / Total Stablecoin Supply × 100
Unit      %
Example   USDT: 55%, USDC: 30%
```

**Related** · Stablecoin Supply

**Used in** · [`SCA`](/docs/docs/core-concepts/commands/by-object/network#sca-stablecoin-analysis)

***

### DeFi Sector Composition

Breakdown of a network's DeFi TVL by sector (DEX, Lending, Staking, etc.).

```
Formula   Per-sector TVL / Total DeFi TVL × 100
Unit      %
Example   DEX: 45%, Lending: 30%, Staking: 25%
```

**Related** · TVL, Application Revenue

**Used in** · [`DFA`](/docs/docs/core-concepts/commands/by-object/network#dfa-defi-activity)

***

### Application Revenue

Fee income generated by DeFi applications, broken down by category and protocol in a network

```
Formula   Σ(App fees) by category
Unit      USD
Example   $8.2M (30D)
```

**Related** · Protocol Revenue, Network Fee

**Used in** · [`DFA`](/docs/docs/core-concepts/commands/by-object/network#dfa-defi-activity)

***

### DEX Distribution

Volume or trade share per DEX protocol on a network or for a specific wallet.

```
Formula   Per-DEX: Volume / Total DEX Volume × 100
Unit      %
Example   Raydium: 55%, Orca: 30%, Jupiter: 15%
```

**Related** · DEX Volume, Volume by Venue

**Used in** · [`SPT`](/docs/docs/core-concepts/commands/by-object/wallet#spt-spot-trading) · [`DFA`](/docs/docs/core-concepts/commands/by-object/network#dfa-defi-activity)

***

### DEX Liquidity Pool Depth

Total liquidity available in a specific DEX pool at various price levels.

```
Formula   Σ(Liquidity at each tick/range)
Unit      USD
Example   $12M within ±5%
```

**Related** · Order Book Depth, DEX Liquidity

**Used in** · [`DMP`](/docs/docs/core-concepts/commands/by-object/dex-market#dmp-dex-market-pair) · [`LTD`](/docs/docs/core-concepts/commands/by-object/token#ltd-live-trades)
