Skip to main content
Schema: 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_balances with supply context
  • Enables analysis in stats.ez_core_metrics_hourly for 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 detection
  • total_supply: Critical for overall supply analysis and tokenomics assessment
  • total_staked_supply and total_nonstaked_supply: Important for staking participation analysis
  • circulating_supply: Essential for market liquidity and economic analysis
  • total_locked_supply: Important for vesting and lockup impact assessment
  • perc_locked_supply and perc_circulating_supply: Critical for supply distribution analysis
  • perc_staked_locked and perc_staked_circulating: Useful for staking pattern analysis

Columns

Column NameData TypeDescription
UTC_DATEDATEDatestamp, assuming UTC-0, of the record.
TOTAL_SUPPLYNUMBERThe total_supply taken from block headers.
TOTAL_STAKED_SUPPLYFLOATGross staked supply of NEAR.
TOTAL_NONSTAKED_SUPPLYFLOATTotal supply less total staked supply of NEAR.
CIRCULATING_SUPPLYNUMBERTotal supply less locked supply.
TOTAL_LOCKED_SUPPLYNUMBERTotal NEAR locked by lockup.near disbursements.
LIQUID_SUPPLYFLOATNonlocked and nonstaked NEAR.
NONLIQUID_SUPPLYFLOATTotal supply, less liquid supply.
STAKED_LOCKED_SUPPLYNUMBERNEAR supply that is locked via a lockup and staked to a node.
NON_STAKED_LOCKED_SUPPLYNUMBERNEAR supply that is locked via a lockup but not staked.
STAKED_CIRCULATING_SUPPLYFLOATNon-locked (from a lockup.near disbursement) and staked to a node.
NONSTAKED_CIRCULATING_SUPPLYFLOATNEAR supply that is neither locked nor staked.
PERC_LOCKED_SUPPLYNUMBERPercentage of supply locked.
total_locked_supply / total_supply
PERC_CIRCULATING_SUPPLYNUMBERPercentage of NEAR circulating.
circulating_supply / total_supply
PERC_STAKED_LOCKEDNUMBERPercentage of supply both staked and locked, out of all locked supply.
locked_and_staked_supply / total_locked_supply
PERC_STAKED_CIRCULATINGFLOATPercentage of supply staked and not locked, of circulating supply.
nonlocked_and_staked_supply / circulating_supply
EZ_SUPPLY_IDTEXTA unique identifier for the record.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe timestamp at which the record was initially created and inserted into this table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe timestamp at which this record was last modified by an internal process.