From a36d1ba0da5169d70adb456d6a0653b6e40ed7d5 Mon Sep 17 00:00:00 2001 From: Zach <56927413+zjcio@users.noreply.github.com> Date: Thu, 11 Apr 2024 13:31:54 -0600 Subject: [PATCH] Update governance.mdx Adding appropriate links to other sections. --- packages/specs/pages/modules/governance.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/specs/pages/modules/governance.mdx b/packages/specs/pages/modules/governance.mdx index 4d66c62c..6b9e4753 100644 --- a/packages/specs/pages/modules/governance.mdx +++ b/packages/specs/pages/modules/governance.mdx @@ -52,12 +52,12 @@ Further information about delegators, validators, and NAM can be found in the [p There are two ways to propose a change to the Namada protocol: -1. [**On-chain**](#on-chain-governance) - A proposal is submitted to the Namada blockchain, and the Namada blockchain handles the voting process. -2. [**Off-chain**](#off-chain-governance) - A proposal is submitted to a focal point outside of the Namada blockchain, and the voting process occurs off-chain. +1. [**On-chain**](https://specs.namada.net/modules/governance/on-chain) - A proposal is submitted to the Namada blockchain, and the Namada blockchain handles the voting process. +2. [**Off-chain**](https://specs.namada.net/modules/governance/off-chain) - A proposal is submitted to a focal point outside of the Namada blockchain, and the voting process occurs off-chain. ## Spam resistance Namada governance implements a spam resistance mechanism to prevent the network from being spammed with proposals. This mechanism is based on the fact that a proposal must be submitted with a deposit of `NAM` tokens. This deposit is returned to the proposer if the proposal is accepted, and burned otherwise. -This is only possible if the proposal is submitted on-chain, as off-chain proposals are not able to submit a deposit. \ No newline at end of file +This is only possible if the proposal is submitted on-chain, as off-chain proposals are not able to submit a deposit.