
The governance system contract went live this week. Not "coming soon," not "design phase" — deployed, callable, and visible on the explorer.
Every Valdium validator can now create proposals, vote with stake-weighted VLD, propose amendments, and execute passed proposals — all on-chain. The governance contract lives at 0x0000...0003 and supports four proposal categories: general, parameter, VIP (Valdium Improvement Proposal), and library.
Library proposals are the interesting ones. When a library proposal passes, the JavaScript source code is stored on-chain and automatically injected into the VM's SES compartment. Every contract on the network can use it. The chain literally votes on what code is allowed to run.
The block explorer now has a Governance tab. You can browse all proposals, see vote tallies with for/against bars, view amendments, and for library proposals, read the full source code. We also added an Approved Libraries page that shows every governance-approved library with expandable source code.
Three new endpoints landed alongside the explorer views:
GET /governance/libraries — all approved librariesGET /governance/library/:name — single library by nameGET /governance/locked/:address — how much VLD a voter has locked in active proposalsThe website at valdium.xyz/governance has the interactive voting UI ready — connect the Valdium wallet extension, browse proposals, vote for or against, create new proposals. It's built and waiting for the Chrome extension to land in the store. Once it does, governance becomes fully self-service. — dev team
Join the launch list and we'll send you a note whenever there's a new devlog entry, a research drop, or a real milestone.