From c0f2b6ee6d0ff209e461e90f0985bdaea4958aa6 Mon Sep 17 00:00:00 2001 From: Sam Hart Date: Fri, 6 May 2022 11:33:49 +0200 Subject: [PATCH 1/2] burn deposit documentation update deposit burn behaviour was changed in https://github.com/cosmos/cosmos-sdk/pull/11011 --- docs/governance/process.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/governance/process.md b/docs/governance/process.md index 32b99befa20..52fe6ce4034 100644 --- a/docs/governance/process.md +++ b/docs/governance/process.md @@ -18,10 +18,7 @@ In the past, different people have considered contributions amounts differently. #### Burned deposits -Deposits are burned when proposals: -1. **Expire** - deposits will be burned if the deposit period ends before reaching the minimum deposit (64 ATOM) -2. **Fail** to reach quorum - deposits will be burned for proposals that do not reach quorum ie. 40% of all staked ATOM must vote -3. **Are vetoed** - deposits for proposals with 33.4% of voting power backing the 'NoWithVeto' option are also burned +Deposits are burned only when proposals are vetoed i.e. 33.4% of voting power backing the 'NoWithVeto' option. ### 2. Voting Period From cfe725e89752690a2c466551df4e231bcd872bab Mon Sep 17 00:00:00 2001 From: Sam Hart Date: Fri, 6 May 2022 11:54:18 +0200 Subject: [PATCH 2/2] Update docs/governance/process.md --- docs/governance/process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/governance/process.md b/docs/governance/process.md index 52fe6ce4034..18a3ebe6b8b 100644 --- a/docs/governance/process.md +++ b/docs/governance/process.md @@ -18,7 +18,7 @@ In the past, different people have considered contributions amounts differently. #### Burned deposits -Deposits are burned only when proposals are vetoed i.e. 33.4% of voting power backing the 'NoWithVeto' option. +Deposits are burned only when proposals are vetoed i.e. 33.4% of voting power backing the 'NoWithVeto' option as documented in the [Cosmos SDK gov module spec](https://github.com/cosmos/cosmos-sdk/blob/main/x/gov/spec/01_concepts.md#deposit-refund-and-burn). ### 2. Voting Period