Skip to main content

Table Description

Contains on-chain governance action proposals submitted under Cardano’s CIP-1694 governance framework (Voltaire era). Each row represents a governance proposal, including the proposal type (e.g., parameter change, treasury withdrawal, hard fork initiation, no confidence), the deposit amount, return address, and an anchor linking to off-chain rationale.

Column Descriptions

ColumnDescriptionType
tx_hashThe hash of the transaction that submitted the proposal.varchar
proposal_indexThe index of the proposal within the transaction.integer
tx_indexThe index of the transaction within the block.integer
slotThe absolute slot number when the proposal was submitted.bigint
deposit_lovelaceThe deposit amount required to submit the proposal, in lovelace.bigint
return_addressThe address to which the deposit will be returned.varchar
proposal_typeThe type of governance action (e.g., ParameterChange, TreasuryWithdrawals, HardForkInitiation, NoConfidence, NewConstitution, InfoAction).varchar
proposal_detailsJSON-encoded details specific to the proposal type.varchar
anchor_urlThe URL pointing to off-chain rationale and metadata for the proposal.varchar
anchor_hashThe hash of the content at the anchor URL, for integrity verification.varchar
epochThe epoch in which the proposal was submitted.integer
block_numberThe sequential number of the block containing the proposal.bigint
block_timeThe timestamp of the block containing the proposal.timestamp
_updated_atThe time when this record was last updated.timestamp
_ingested_atThe time when this record was ingested into Dune.timestamp

Table Sample