solana.gov Table: fact_proposal_creation Type: Base Table
Description
This table tracks governance proposal creation events across different platforms including Realms and Tribeca. It captures the initial creation of governance proposals, including proposal details, creator information, and proposal parameters, enabling comprehensive analysis of governance proposal lifecycle and creation patterns.Key Use Cases
- Track governance proposal creation patterns and frequency
- Analyze proposal creation by different governance platforms
- Study proposal lifecycle from creation to voting
- Monitor governance participation and proposal diversity
- Support DAO analytics and governance reporting
Important Relationships
- Links to
gov.fact_proposal_votesthroughproposaladdress for complete proposal lifecycle - Connects to
gov.fact_gov_actionsfor governance action analysis - References
core.fact_blocksandcore.fact_transactionsfor blockchain context - Provides proposal context for governance analytics
Commonly-used Fields
block_timestamp: Timestamp when the proposal was createdtx_id: Unique transaction identifier for the proposal creationproposal: Address representing the created proposalcreator: Address of the account that created the proposalgovernance_platform: Platform where the proposal was createdprogram_name: Name of the governance programrealms_id: Address representing the voting group within Realms
Columns
| Column Name | Data Type | Description |
|---|---|---|
| GOVERNANCE_PLATFORM | TEXT | The platform used for governance space and voting mechanisms. This field identifies which governance platform hosted the voting activity, enabling cross-platform analysis and platform adoption tracking. |
- â4Nd1mYâŚâ
- âTokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DAâ
- Used as a join key for program activity, deployments, events, and interface changes.
- Supports segmentation of activity by protocol, DEX, NFT marketplace, or other on-chain
application. | | BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The timestamp (UTC) at which the block was
produced on the Solana blockchain. This field is recorded as a TIMESTAMP data type and represents
the precise moment the block was finalized and added to the chain. It is essential for time-series
analysis, block production monitoring, and aligning transaction and event data to specific points
in time. Used extensively for analytics involving block intervals, network activity trends, and
historical lookups. Format:
YYYY-MM-DD HH:MI:SS(UTC). | | BLOCK_ID | NUMBER | A unique identifier for the block in which this transaction was included on the Solana blockchain. Typically a sequential integer or hash, depending on the data source. Used to group transactions by block and analyze block-level activity.
- 123456789
- Supports block-level analytics, such as block production rate and transaction throughput.
- Useful for tracing transaction inclusion and block explorer integrations.
- All transactions with the same âblock_idâ share the same âblock_timestampâ. | | TX_ID | TEXT | The unique transaction signature (hash) for each transaction on the Solana blockchain. This field is a base58-encoded string, typically 88 characters in length, and serves as the primary identifier for transactions across all Solana data models. Used to join transaction data with related tables (blocks, events, transfers, logs, decoded instructions) and to trace the full lifecycle and effects of a transaction. Essential for transaction-level analytics, debugging, and cross-referencing with block explorers or Solana APIs.
5Nf6Q2k6v1Qw2k3v4Qw5Nf6Q2k6v1Qw2k3v4Qw5Nf6Q2k6v1Qw2k3v4Qw5Nf6Q2k6v1Qw2k3v4Qw
- Enables precise tracking, auditing, and attribution of on-chain activity
- Used for linking transactions to events, logs, and protocol actions
- Critical for compliance, monitoring, and analytics workflows | | SUCCEEDED | BOOLEAN | Boolean flag indicating whether the transaction was successfully executed and confirmed on the Solana blockchain. A value of TRUE means the transaction was processed without errors; FALSE indicates failure due to program errors, insufficient funds, or other issues.
- true
- false
- Used to filter for successful transactions in analytics and reporting.
- Important for error analysis, user experience, and program debugging. | | REALMS_ID | TEXT | An address that is unique to the space or voting group on Realms. This field identifies the specific governance space within the Realms platform where the proposal is being created, enabling governance space analysis and proposal categorization.