202602251429-sky-spark-governance-processes
🎯 Core Idea
This card summarizes how governance processes work across Sky and Spark, focusing on the practical workflow of getting a change from an idea to an executed action. It also clarifies the roles that act like committees in practice, such as risk and operational review bodies.
A useful framing is that both ecosystems have two layers:
-
Off-chain coordination
- proposals, discussion threads, calls, reviews, and agenda setting
-
On-chain ratification
- votes that ratify parameters, permissions, and protocol changes
Spark governance process (high-level)
Spark governance documentation describes a structured pipeline:
-
Where proposals start
- proposals must be submitted in the Spark Prime section of the Sky forum
-
Who can submit
- eligible proposers include holders of 1 percent of total SPK supply and nested contributors such as Phoenix Labs
-
Review bodies
- Spark Risk Council review
- Operational Facilitator review
-
Voting
- after reviews, proposals go through a Snapshot vote
In practice, the committees are the review bodies. They are not necessarily sovereign, but they shape what reaches a vote and how it is presented.
Sky and Maker-style governance cadence
Maker governance documentation explains two common vote types:
-
Governance Polls
- used to measure sentiment and to set parameter values before confirmation
- a published schedule describes polls going live weekly on Monday at 16:00 UTC
-
Executive Votes
- used to execute technical changes to protocol smart contracts
- a published schedule describes executive votes going live weekly on Friday at 14:00 UTC
Sky has inherited much of the governance language and infrastructure that previously existed around Maker. When you are trying to understand a Sky change, it often helps to classify it into one of these categories:
- a poll that signals or sets values
- an executive-style change that updates protocol state
Security committee versus risk council
In DeFi governance, a security committee usually refers to a small group empowered to respond quickly to incidents, coordinate upgrades, or execute emergency actions. In Spark’s public governance docs, the closest visible role is the Spark Risk Council, which is explicitly part of the review pipeline.
If you want to understand the real security posture, focus on:
- who can propose
- who must review
- what votes are required
- what actions can be executed immediately versus only after a vote
How weekly governance meetings fit
Weekly governance meetings are usually part of off-chain coordination. They help with agenda setting, proposal review, and clarifying open questions. Even when decisions are formally ratified on-chain, calls often determine what is mature enough to move forward.
Because the Sky forum is sometimes hard to access from automated fetches, the best workflow is:
- treat the forum as the canonical discussion layer
- treat the governance portal as the canonical on-chain ratification layer
- map each major decision to both a discussion thread and a vote artifact
🌲 Branching Questions
➡ What are the concrete responsibilities and powers of the Spark Risk Council and the Operational Facilitator?
Spark’s governance docs describe both as mandatory review steps in the proposal pipeline.
-
Spark Risk Council review
- practical role: risk-focused review gate before a proposal goes to a Snapshot vote
- what it can do: provide approval or rejection, request changes, and shape the final proposal content that is voted on
-
Operational Facilitator review
- practical role: operational feasibility and implementation review gate before a proposal goes to Snapshot
- what it can do: request clarifications, confirm operational readiness, and shape how a change is executed after approval
What is not clearly specified in the public governance overview is whether these roles have special on-chain powers (for example, emergency execution rights). The docs are explicit about their place in the pipeline, but the extent of any emergency authority needs to be verified from protocol contracts and role/permission documentation.
A practical reading is that these bodies are committees in the governance workflow even if they are not committees in a constitutional sense. If a proposal cannot pass these reviews, it will not reach a vote through the standard process.
➡ What is the exact lifecycle of a Spark proposal from forum post to Snapshot vote to execution, and what can block it at each step?
Based on Spark governance documentation, the lifecycle is:
- Proposal drafting and submission
- proposals must be submitted in the Spark Prime section of the Sky forum
- only eligible proposers can submit proposals
What can block it:
- not being an eligible proposer
- insufficient clarity or missing required details in the forum post
- Review phase
- Spark Risk Council review
- Operational Facilitator review
What can block it:
- risk concerns (market risk, parameter risk, integration risk)
- operational concerns (implementation complexity, unclear execution plan)
- requests for revision that are not addressed
- Voting
- after reviews, proposals go to a Snapshot vote
What can block it:
- community disagreement
- low participation or delegate opposition
- Execution
Spark docs describe Snapshot voting as part of the governance pipeline, but the execution mechanism is not fully described in the short overview page. In Maker-style governance, execution typically happens via an on-chain executive action after off-chain coordination and signaling. For Spark and Sky, the safest way to understand execution is to identify the on-chain artifact that corresponds to the Snapshot outcome.
What can block it:
- lack of a clear execution artifact
- incomplete implementation plan
- permissioning constraints
➡ Which changes should be handled as polls versus executive-style changes, and how should I tell the difference in Sky practice?
Maker governance documentation distinguishes two main vote types:
-
Governance Polls
- measure sentiment and can set parameter targets
- used to ratify non-technical decisions and to decide parameter values before confirmation
-
Executive Votes
- execute technical changes to protocol smart contracts
- used to apply parameter changes and contract changes on-chain
A practical way to classify changes in Sky practice:
- If the change is a decision or target value that needs community agreement, treat it like a poll.
- If the change modifies protocol state on-chain, treat it like an executive-style change.
Even if Sky uses different names, the distinction is useful because it tells you what you should look for:
- a discussion thread and a Snapshot-like vote for consensus
- an on-chain execution artifact for actual system changes
➡ What are typical security-incident workflows in these ecosystems (what can be done quickly, what requires governance)?
Typical DeFi incident response has two modes:
-
Emergency response
- fast actions to reduce harm (pause, caps, disable a market, isolate a component)
- usually requires some pre-authorized role or contract mechanism
-
Governance response
- slower, deliberative changes (parameter redesign, long-term fixes, role changes)
- typically ratified via votes
Spark’s governance overview explicitly includes Risk Council and Operational Facilitator review before Snapshot voting, which suggests most changes are intended to flow through the normal review and vote path.
To determine what can be done quickly in Spark or Sky, look for:
- any emergency roles or guardians
- what the on-chain permission model allows
- whether there is an explicit security committee or emergency module
If these are not documented clearly, assume the ecosystem prefers governance-based changes, and treat emergency execution as an exception that must be justified and audited.
➡ How should I read Sky Atlas scopes as a routing guide for proposals and committees?
The Atlas scope list is a useful classification system:
-
Governance Scope
- process changes, committee formation, meta-rules
-
Support Scope
- operational support functions and governance infrastructure
-
Stability Scope
- stability-related risk controls and financial mechanisms
-
Protocol Scope
- smart contract changes, technical maintenance, security work
-
Accessibility Scope
- user-facing distribution, frontends, access pathways
-
Agent Scope
- agent-related artifacts and rules
A good practice is to label a proposal with a primary scope and then ask whether it crosses into a secondary scope. Cross-scope proposals are where confusion and hidden coupling usually show up.
➡ What does nested contributor status practically enable, and how does it shape governance throughput?
Spark governance documentation defines eligible proposers as:
- holders of 1 percent of total SPK supply
- nested contributors such as Phoenix Labs
Practically, this does two things:
- It limits proposal submission to a smaller set of actors, which reduces spam and lowers review load.
- It increases throughput for core builders by letting them submit proposals without accumulating a large token threshold.
The tradeoff is governance centralization risk: the more proposal submission is restricted to a small set, the more agenda-setting power concentrates. The mitigation is that proposals still require review and a Snapshot vote.
➡ What is the weekly cadence for governance in practice, and how do calls and forums influence what reaches a vote?
Maker governance documentation describes a weekly cadence:
- polls go live weekly on Monday at 16:00 UTC
- executive votes go live weekly on Friday at 14:00 UTC
In practice, cadence is more than a schedule. Off-chain coordination determines what is ready to enter the voting queue.
How calls and forums influence outcomes:
- forums set the narrative and gather objections early
- calls help resolve ambiguity and assign action items
- review bodies can request changes before something is put to a vote
Even when the final decision is on-chain, most proposals succeed or fail based on the quality of the off-chain coordination phase.
📚 References
- https://docs.spark.fi/governance/
- https://community-portal-staging.makerfoundation.com/en/learn/governance/how-voting-works/
- https://vote.makerdao.com/polling
- https://sky-atlas.io/