diff --git a/x/multi-staking/spec/02_gov.md b/x/multi-staking/spec/02_gov.md index 0cec6b92..4e6adc87 100644 --- a/x/multi-staking/spec/02_gov.md +++ b/x/multi-staking/spec/02_gov.md @@ -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. \ No newline at end of file