Skip to main content

Table Description

Contains per-epoch ADA supply distribution data for the Cardano blockchain. Each row represents a snapshot of how ADA is distributed across the system at a given epoch — including the treasury, reserves, UTXO set, staking deposits, fees, and reward pots. This table is useful for tracking Cardano’s monetary policy, inflation schedule, and the flow of ADA between protocol-managed pots over time.

Column Descriptions

ColumnDescriptionType
epochThe epoch number for this snapshot.integer
slotThe slot number associated with this snapshot.bigint
deposits_stakeTotal ADA locked in staking key deposits, in lovelace.decimal(38,0)
feesTotal transaction fees collected during this epoch, in lovelace.decimal(38,0)
utxoTotal ADA held in the UTXO set, in lovelace.decimal(38,0)
treasuryTotal ADA in the treasury, in lovelace.decimal(38,0)
reservesTotal ADA remaining in the reserves, in lovelace.decimal(38,0)
circulationTotal ADA in circulation (outside reserves), in lovelace.decimal(38,0)
distributed_rewardsTotal ADA distributed as staking rewards, in lovelace.decimal(38,0)
undistributed_rewardsTotal ADA in the reward pot not yet distributed, in lovelace.decimal(38,0)
rewards_potTotal ADA in the rewards pot, in lovelace.decimal(38,0)
pool_rewards_potTotal ADA allocated to stake pool rewards, in lovelace.decimal(38,0)
_updated_atThe time when this record was last updated.timestamp
_ingested_atThe time when this record was ingested into Dune.timestamp

Table Sample