Voting primitives exist. The main workflow is still coming.
BBKFI records delegated voting power and historical checkpoints, but the current BitBlocks Finance Governance page does not yet submit proposals or votes.
Current status
The main application shows an informational Governance screen with a Coming soon state. It describes a roadmap for proposals and community participation and links to the separate BitBlocks voting site.
Do not interpret a planned workflow as a live control plane. The Finance app does not currently expose buttons to create, queue, execute, or vote on on-chain proposals.
What BBKFI supports today
Delegate votes
A holder can call delegate to assign voting power to an address. Delegation does not transfer the underlying BBKFI.
Delegate by signature
delegateBySig supports typed-data authorization with nonce and expiry validation.
Current votes
getCurrentVotes reads the latest checkpoint for an account.
Prior votes
getPriorVotes performs a checkpoint lookup for a finalized block, which is the primitive commonly used for snapshot-based governance.
Related voting site
The ecosystem exposes vote.bitblockscrypto.com as a separate product. Verify its domain, connected network, contracts, and wallet prompt independently from the Finance app.
This page will need an update when the main interface ships proposal and voting transactions. Until then, the code-backed statement is simple: the token has voting primitives; the Finance governance workflow is not live.