near.atlas Table: ez_supply Type: View
Description
This table provides comprehensive daily supply metrics for the NEAR Protocol blockchain, capturing the distribution and categorization of NEAR tokens across different supply categories. The data includes total supply, staked supply, circulating supply, locked supply, and various percentage breakdowns, enabling detailed analysis of token distribution, staking participation, and economic indicators. This easy view provides ready-to-use data for supply analysis, economic modeling, and tokenomics assessment across the NEAR ecosystem.Key Use Cases
- Token supply analysis and distribution tracking
- Staking participation analysis and yield assessment
- Economic modeling and tokenomics analysis
- Supply impact analysis of protocol changes
- Cross-day supply trend analysis and pattern identification
- Lockup and vesting schedule impact assessment
- Economic indicator analysis and market health monitoring
Important Relationships
- Provides supply data for economic analysis and tokenomics modeling
- Supports
core.ez_native_daily_balanceswith supply context - Enables analysis in
stats.ez_core_metrics_hourlyfor supply metrics - Powers economic analysis and market health assessment
- Supports governance analytics and staking participation analysis
- Provides foundation for all supply-related analytics and reporting
Commonly-used Fields
utc_date: Essential for time-series analysis and trend detectiontotal_supply: Critical for overall supply analysis and tokenomics assessmenttotal_staked_supplyandtotal_nonstaked_supply: Important for staking participation analysiscirculating_supply: Essential for market liquidity and economic analysistotal_locked_supply: Important for vesting and lockup impact assessmentperc_locked_supplyandperc_circulating_supply: Critical for supply distribution analysisperc_staked_lockedandperc_staked_circulating: Useful for staking pattern analysis
Columns
| Column Name | Data Type | Description |
|---|---|---|
| UTC_DATE | DATE | Datestamp, assuming UTC-0, of the record. |
| TOTAL_SUPPLY | NUMBER | The total_supply taken from block headers. |
| TOTAL_STAKED_SUPPLY | FLOAT | Gross staked supply of NEAR. |
| TOTAL_NONSTAKED_SUPPLY | FLOAT | Total supply less total staked supply of NEAR. |
| CIRCULATING_SUPPLY | NUMBER | Total supply less locked supply. |
| TOTAL_LOCKED_SUPPLY | NUMBER | Total NEAR locked by lockup.near disbursements. |
| LIQUID_SUPPLY | FLOAT | Nonlocked and nonstaked NEAR. |
| NONLIQUID_SUPPLY | FLOAT | Total supply, less liquid supply. |
| STAKED_LOCKED_SUPPLY | NUMBER | NEAR supply that is locked via a lockup and staked to a node. |
| NON_STAKED_LOCKED_SUPPLY | NUMBER | NEAR supply that is locked via a lockup but not staked. |
| STAKED_CIRCULATING_SUPPLY | FLOAT | Non-locked (from a lockup.near disbursement) and staked to a node. |
| NONSTAKED_CIRCULATING_SUPPLY | FLOAT | NEAR supply that is neither locked nor staked. |
| PERC_LOCKED_SUPPLY | NUMBER | Percentage of supply locked. |
| total_locked_supply / total_supply | ||
| PERC_CIRCULATING_SUPPLY | NUMBER | Percentage of NEAR circulating. |
| circulating_supply / total_supply | ||
| PERC_STAKED_LOCKED | NUMBER | Percentage of supply both staked and locked, out of all locked supply. |
| locked_and_staked_supply / total_locked_supply | ||
| PERC_STAKED_CIRCULATING | FLOAT | Percentage of supply staked and not locked, of circulating supply. |
| nonlocked_and_staked_supply / circulating_supply | ||
| EZ_SUPPLY_ID | TEXT | A unique identifier for the record. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The timestamp at which the record was initially created and inserted into this table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The timestamp at which this record was last modified by an internal process. |