docs: Batch 7 — governance deep dives#216
docs: Batch 7 — governance deep dives#216marc0olo wants to merge 2 commits intoinfra/learn-hub-migration-prepfrom
Conversation
- Expand governance.md: neuron hotkeys, following rules detail, voting thresholds (absolute majority / 3% quorum), maturity operations (disburse/stake/auto-stake), maturity modulation formula, voting rewards formula R(t), Neurons' Fund - Add nns-proposal-types.md: full reference for all 11 NNS proposal topics and types - Add sns-framework.md: SNS architecture, launch process, neurons (vs NNS), proposals (critical/non-critical/custom), configurable rewards - Add sns-dao-settings.md: all NervousSystemParameters with types and descriptions - Update managing.md: replace two Learn Hub links with internal docs paths - Remove 14 consumed Learn Hub staging files (7 NNS, 7 SNS)
|
Review notes Two issues to fix before merge: 1. Em-dashes in
Replace the em-dash with a colon in each (e.g. 2. Unverified parameter values in No other issues: all 4 new pages have correct frontmatter, all internal links resolve, |
Review feedback1. Em-dashes in
|
|
Content accuracy follow-up (separate from the earlier style comment):
The page states "Minimum stake to submit proposals is 10 ICP with at least 6 months of dissolve delay." The source material does not support this. The minimum stake to create a neuron is 1 ICP. The only hard prerequisite for voting or submitting proposals is a dissolve delay of at least 6 months. The 10 ICP figure is specific to
The SNS canisters table lists Archive as one of six fixed canisters. In practice, the SNS ledger spawns archive canisters dynamically as transaction history grows, so there can be multiple archive canisters. Please update the description to reflect that archive canisters are spawned as needed rather than being a single fixed canister.
The |
…duration sns-framework.md: - Replace em-dashes in Step 1/2/3 labels with colons - Replace prose 'dapp' with 'app' (keep protocol identifier names intact: 'Critical Dapp Operations', 'Dapp Canister Management') governance.md: - Fix minimum stake: neuron requires 1 ICP to create; 6 months dissolve delay is the prerequisite for proposals (not 10 ICP) - Remove unresolved HTML verification comment on voting power bonuses (2x at 8 years, 1.25x at 4 years are the correct NNS values) - Fix SNS Archive canister: spawned dynamically, not a single fixed canister - Bump sidebar order 13→14 to avoid collision with security.md at 13 sns-dao-settings.md: - Add missing round_duration_seconds parameter to voting reward settings table
|
Feedback addressed:
|
Summary
docs/concepts/governance.md— added 5 new sections: neuron hotkeys, following rules (thresholds, catch-all, periodic confirmation), voting thresholds (absolute majority / 3% quorum), maturity operations (disburse/stake/auto-stake + modulation formula), voting rewards formula R(t), and the Neurons' Fund (with disabled status note)docs/references/nns-proposal-types.md— all 11 NNS proposal topics and their proposal types with descriptions, derived from the full Learn Hub staging articledocs/concepts/sns-framework.md— SNS architecture (SNS-W, upgrade paths, SNS subnet), launch process (swap mechanics, min/max thresholds, fallback), SNS neurons (public, flexible permissions, configurable voting power), SNS proposals (critical vs non-critical topics, built-in + custom proposals), configurable voting rewardsdocs/references/sns-dao-settings.md— fullNervousSystemParametersreference with types and descriptions for all fieldsdocs/guides/governance/managing.md— replaced 2 Learn Hub links with internal paths (references/sns-dao-settings.mdandconcepts/sns-framework.md#sns-neurons)nns/, 7 fromsns/)Note:
governance.mdline 81 still has a Learn Hub tokenomics link; this is intentionally left for Batch 8 (which already replaces it in PR #215).Staging files deleted
.migration/learn-hub/how-does-icp-work/nns/{overview,neurons,proposals,neuron-attributes,neurons-fund-nf,voting-rewards,proposal-topics-and-types}.md.migration/learn-hub/how-does-icp-work/sns/{sns-service-nervous-system,framework-and-architecture,launch,neurons,proposals,rewards,dao-settings}.mdSync recommendation
governance.mdadditions:informed by Learn Hub articles "Overview", "Neurons", "Proposals", "Neuron Attributes", "Neurons' Fund (NF)", "Voting Rewards" (migrated, source retired)nns-proposal-types.md:informed by Learn Hub article "Proposal Topics and Types" (migrated, source retired)sns-framework.md:informed by Learn Hub articles "SNS — Service Nervous System", "Framework and Architecture", "Launch", "Neurons", "Proposals", "Rewards" (migrated, source retired)sns-dao-settings.md:informed by Learn Hub article "DAO Settings" (migrated, source retired)