Strategy https://docs.hazbase.com/en/smart-contracts/contracts/strategy/ SMART CONTRACTS ← Contract catalog Strategy Define voting weights, quorum and proposal thresholds. Overview Contract catalog Choose by use case Permissions & operations Governance Strategy .sol Role and use Select a voting strategy for GenericGovernor, such as token-weighted, one-person-one-vote or square-root weighting. Integration considerations Strategy.sol contains several implementations. Match weight, quorum and threshold units to the chosen implementation. Key contract operations Key entry points for direct contract calls. Consult the linked implementation and matching ABI for parameters, types and access conditions. Operation Purpose weight Calculate voter weight quorum Calculate quorum minThreshold Read the proposal threshold Related contracts GenericGovernor Connect proposals, votes and execution in a governance workflow. FlexibleToken Issue and transfer rights or points represented as balances. Put it into practice Community & governance See the data model, processing sequence and SDK code for an application-level implementation. Read the implementation pattern Specification and source The Solidity source is pinned to the revision below. Match it with the SDK version and your network’s implementation address and ABI. generic-governor/contracts/Strategy.sol Source revision : b53a5b5 ← Back to the contract catalog Permissions & operations