docs: update proposal and params for release v1.1.0 #125
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I. Burn tax split to community pool
Summary
Previously, the community utilized the seigniorage RewardWeight parameter to remint a portion of the burned supply to the community pool. This was confusing to many people in the community. The third governance proposal is seeking consensus around the creation of a new parameter that does not utilize the seigniorage remint policy, but has an independent ability to directly send a percentage of the on-chain tax to the community pool. The initialization of this parameter will be 10% community pool, 90% burn as noted in governance proposal #11111, which was the consensus before the Binance requests to turn off seigniorage (and are being alternatively handled by feature #2).
Specs
Tests
TestSplitTax:
BurnTaxSplit param gov change test:
Upgrade check: Make sure that state migration in x/treasury module works
II. Burn tax exemption list
Summary
Binance has requested that the internal movement between Binance owned wallets be exempt from the burn tax (currently set to 0.2%). A list of Binance owned wallets has been provided to the community via the above announcement. It was confirmed with Binance that movement to and from Binance wallets will still be taxed. This means deposits and withdrawals are not exempt, but rather only the internal movements between wallets will be exempt for their internal security purposes. This first governance proposal is seeking consensus around this request from Binance. The implementation of this whitelist feature will be parameterized, with the initial list set to the provided Binance list. Thus, if this feature is accepted to be adopted, future changes to this whitelist can be controlled by the community in a governance parameter change proposal.
Specs
Tests
TestFilterRecipient:
Tax Exemption List gov change:
Upgrade check: Make sure that state migration in x/treasury module works and Binance addresses are added to Tax Exemption List