By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Governance is the system of rules, practices, and processes by which an organization directs and controls its operations. You use it to ensure accountability, transparency, and alignment with business goals—whether in corporations, DAOs (decentralized autonomous organizations), or open-source projects.
Poor governance leads to wasted resources, compliance failures, and conflicts. Strong governance: - Reduces risk (legal, financial, reputational).- Improves decision-making speed and clarity.- Ensures long-term sustainability (e.g., avoiding "founder’s syndrome" in startups).- Builds trust with investors, regulators, and users.
Governance divides authority into distinct roles to prevent concentration of power. Common splits: - Owners/Shareholders (set vision, elect leaders).- Board of Directors (strategic oversight, hire/fire executives).- Executives (day-to-day management).- Stakeholders (employees, customers, communities—may have advisory roles).
Example: In a DAO, token holders vote on proposals, but a multisig wallet executes them.
Structured processes for resolving disputes and making choices. Key types: - Consensus (all agree; slow but inclusive).- Majority Vote (51%+ wins; faster but risks tyranny of the majority).- Delegated Authority (trustees or committees decide on behalf of others).- Algorithmic Governance (rules encoded in smart contracts, e.g., DAOs).
Rule of thumb: Match the framework to the stakes—high-risk decisions need more rigor.
Systems to enforce responsibility. Includes: - Audits (financial, security, or process reviews).- Transparency (public dashboards, open meetings).- Incentives/Disincentives (rewards for compliance, penalties for violations).- Checks and Balances (e.g., requiring multiple signatures for large transactions).
Example: A nonprofit publishes annual reports to show donors how funds are used.
Aligning operations with laws, regulations, and internal policies. Key tools: - Policies (written rules, e.g., "No insider trading").- Controls (processes to enforce policies, e.g., approval workflows for expenses).- Risk Registers (track potential threats and mitigation plans).
Common pitfall: Treating compliance as a checkbox exercise—it must be embedded in culture.
Identifying and involving parties affected by decisions. Methods: - Surveys (gather input before major changes).- Town Halls (open discussions with leadership).- Representation (e.g., employee board seats).
Pro tip: Over-communicate. Silence breeds distrust.
Governance is a feedback loop with four phases:
Identify stakeholders (who is affected? who has influence?).
Decision
Use frameworks (consensus, delegation, etc.).
Execution
Document actions (meeting minutes, audit logs).
Review
Visualize it:
[Input] → [Decision] → [Execution] → [Review] → (loop back to Input)
Goal: Define rules for a 5-person startup’s product decisions.
- CEO (final say on high-stakes decisions).- Product Lead (owns roadmap, proposes changes).- Engineering Lead (approves technical feasibility).- Team (provides feedback, votes on low-stakes decisions).
| Decision Type | Process | Approval Needed | |---------------------|----------------------------------|-----------------------| | Feature additions | Product Lead proposes → Team votes | Majority (3/5) | | Budget >$10K | CEO + Product Lead | Unanimous | | Hiring | CEO + Engineering Lead | Unanimous |
Create a GOVERNANCE.md file in your repo:
GOVERNANCE.md
# Product Governance ## Roles - CEO: Final approval for budgets >$10K.- Product Lead: Proposes features, owns roadmap.- Team: Votes on features (majority wins). ## Decision Workflow 1. Propose change (open a GitHub issue).2. Team discusses for 48 hours.3. Vote (thumbs up/down in Slack).4. Product Lead or CEO approves/rejects.5. Document outcome in meeting notes.
Expected Outcome:- Clear ownership of decisions.- Reduced arguments over "who gets to decide." - Auditable trail of choices.
A 5-person startup is debating whether to pivot to a new product. The CEO wants to decide alone; the team prefers a vote. What’s the best governance approach?
A. Let the CEO decide—speed is critical for startups.B. Require a unanimous team vote to ensure buy-in.C. Use a hybrid model: CEO proposes, team votes (majority wins).D. Outsource the decision to an external advisor.
Correct Answer: CExplanation: Hybrid models balance speed and inclusion. The CEO’s input ensures direction, while team votes build alignment.Why the Distractors Are Tempting:- A: Speed is important, but ignoring the team risks morale.- B: Unanimity is rare and can paralyze decisions.- D: External advisors lack context and may not align with the team’s vision.
A DAO’s smart contract requires 51% of token holders to approve changes. What’s the biggest risk of this setup?
A. High gas fees for voters.B. Tyranny of the majority (e.g., whales controlling votes).C. Slow decision-making due to low participation.D. Smart contract bugs making votes invalid.
Correct Answer: BExplanation: Token-based voting often favors wealthy participants ("whales"), who can outvote smaller holders.Why the Distractors Are Tempting:- A: Gas fees are a problem, but not the biggest risk.- C: Low participation is common but can be mitigated (e.g., delegation).- D: Bugs are a risk, but the question focuses on the voting mechanism.
A nonprofit’s board of directors is deadlocked on whether to fire the executive director. What’s the most practical solution?
A. Let the executive director decide—it’s their job.B. Add an odd-numbered member to break ties.C. Hold a public vote among donors.D. Follow the bylaws: if no majority, the status quo stands.
Correct Answer: DExplanation: Bylaws typically define tiebreakers. If none exist, the default is to maintain the status quo.Why the Distractors Are Tempting:- A: The executive director has a conflict of interest.- B: Adding members mid-conflict is messy and may not be allowed.- C: Donors may lack context or have competing interests.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.