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
| Column | Description | Type |
|---|---|---|
| tx_hash | The hash of the transaction that submitted the proposal. | varchar |
| proposal_index | The index of the proposal within the transaction. | integer |
| tx_index | The index of the transaction within the block. | integer |
| slot | The absolute slot number when the proposal was submitted. | bigint |
| deposit_lovelace | The deposit amount required to submit the proposal, in lovelace. | bigint |
| return_address | The address to which the deposit will be returned. | varchar |
| proposal_type | The type of governance action (e.g., ParameterChange, TreasuryWithdrawals, HardForkInitiation, NoConfidence, NewConstitution, InfoAction). | varchar |
| proposal_details | JSON-encoded details specific to the proposal type. | varchar |
| anchor_url | The URL pointing to off-chain rationale and metadata for the proposal. | varchar |
| anchor_hash | The hash of the content at the anchor URL, for integrity verification. | varchar |
| epoch | The epoch in which the proposal was submitted. | integer |
| block_number | The sequential number of the block containing the proposal. | bigint |
| block_time | The timestamp of the block containing the proposal. | timestamp |
| _updated_at | The time when this record was last updated. | timestamp |
| _ingested_at | The time when this record was ingested into Dune. | timestamp |