solana.gov Table: fact_proposal_votes Type: Base Table
Description
This table captures all governance proposal votes across different platforms including Realms and Tribeca (Marinade). It tracks voting participation, vote choices, voting power, and governance decisions, providing comprehensive analytics on decentralized governance voting patterns and decision-making processes.Key Use Cases
- Analyze voting participation and patterns across governance platforms
- Track proposal outcomes and voting power distribution
- Study governance decision-making processes and voter behavior
- Monitor governance platform adoption and usage trends
- Support DAO analytics and governance reporting
Important Relationships
- Links to
gov.fact_gov_actionsthrough governance context for comprehensive governance analysis - Connects to
gov.fact_proposal_creationfor proposal lifecycle tracking - References
core.fact_blocksandcore.fact_transactionsfor blockchain context - Provides voting context for protocol-specific governance analytics
Commonly-used Fields
block_timestamp: Timestamp when the vote was casttx_id: Unique transaction identifier for the votevoter: Address of the account that cast the votevoter_account: Account with locked tokens linked to the NFT (determines voting power)voter_nft: NFT mint used in this vote on Marinadeproposal: Address representing the proposal being voted ongovernance_platform: Platform used for governance (e.g., ‘realms’, ‘tribeca’)program_name: Name of the governance programvote_choice: The voting option selected by the user on a Realms proposalvote_rank: The order which a user ranks their choices on a ranked votevote_weight: Percentage of voting power put towards a voting optionrealms_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. |
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.
Example:
- 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. | | VOTER | TEXT | The address of the account that cast the governance vote. This field identifies the specific wallet or account that participated in the governance decision, enabling voter analysis and participation tracking.