Skip to content

Commit

Permalink
burn deposit documentation update (#1473)
Browse files Browse the repository at this point in the history
* burn deposit documentation update

deposit burn behaviour was changed in cosmos/cosmos-sdk#11011

* Update docs/governance/process.md
  • Loading branch information
hxrts authored and tokamak-git committed Jun 21, 2022
1 parent 4fbda66 commit fc68040
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/governance/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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

Expand Down

0 comments on commit fc68040

Please sign in to comment.