Governance Proposals

By owning Wrapped Flare tokens (WFLR) you also get the right to vote on issues that govern the development and operations of the Flare network. For every token you own you get one vote but note that you should wrap your tokens before proposals get published. See the help section for details.
Power users: Your votes can also be transferred to another address or received from others.
Connect your wallet to see your current votes

List of proposals

/** * FIX: interact-button wallet connect not firing on desktop * * ROOT CAUSE: * Mantine renders TWO buttons: * - mantine-k5jwwf → visible on desktop (min-width > 52.9375em), hidden on mobile * - mantine-1mo3gbb → visible on mobile (max-width < 53em), hidden on desktop * On desktop, Mantine's inner label span (.mantine-1ryt1ht) has overflow:hidden * which in some browser/OS combos swallows pointer events before they reach the div. * On mobile, touch events propagate differently so it worked fine. * * FIX: * 1. Force pointer-events: auto on every interact-button element so clicks always pass through. * 2. Attach the click listener directly on the