Skip to content

Commit

Permalink
update govs
Browse files Browse the repository at this point in the history
  • Loading branch information
GNaD13 committed Feb 27, 2024
1 parent 49ef016 commit 606e485
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion x/multi-staking/spec/02_gov.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@

### Add Bond Token Proposals

We can designate a token as a `bond token` by submiting an `AddBondDenomProposal`. In this proposal, we specify the token's denom and its `BondWeight`, if the proposal passes, the specified token will become a `bond token` with the designated `BondWeight`.
We can designate a token as a `multistaking coin` by submiting an `AddMultiStakingCoinProposal`. In this proposal, we specify the token's `denom` and its `BondWeight`, if the proposal passes, the specified token will become a `multistaking coin` with the designated `BondWeight`.

### Change Bond Token Weight Proposals

We can alter the `BondWeight` of a `multistaking coin` by submiting a `UpdateBondWeightProposal`. This proposal requires specifying `denom` of the `multistaking coin` and the new `BondWeight`, if the proposal is passed the specified `multistaking coin` have its `BondWeight` changed to new value that decleared by the proposal.

0 comments on commit 606e485

Please sign in to comment.