From fe2ded1cd515b2bd815d26b284bb2aa736e73495 Mon Sep 17 00:00:00 2001 From: Witold Date: Thu, 15 Jun 2023 18:30:57 +0200 Subject: [PATCH] refactor: AND -> OR --- protocol/0028-GOVE-governance.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocol/0028-GOVE-governance.md b/protocol/0028-GOVE-governance.md index 5731d1f87e..072b33d488 100644 --- a/protocol/0028-GOVE-governance.md +++ b/protocol/0028-GOVE-governance.md @@ -88,8 +88,8 @@ In a future iteration of the governance system we may restrict proposal submissi ### Market change proposal -Market change proposals additionally require certain minimum [Equity-like share](0042-LIQF-setting_fees_and_rewarding_lps.md) set by `governance.proposal.updateMarket.minProposerEquityLikeShare`. -So, for example, if `governance.proposal.updateMarket.minProposerEquityLikeShare = 0.05` and a party has `equity-like share` on the market of `0.3` then they can make a market change proposal. If, on the other hand, a party has `equity-like share` of `0.03` then they cannot submit a market change proposal. +Market change proposals can also be submitted by parties with at least minimum [Equity-like share](0042-LIQF-setting_fees_and_rewarding_lps.md) set by `governance.proposal.updateMarket.minProposerEquityLikeShare`. Note that such a party can submit a proposal even if it doesn't hold any amount of the governance token. +So, for example, if `governance.proposal.updateMarket.minProposerEquityLikeShare = 0.05` and a party has `equity-like share` on the market of `0.3` and no governance tokens then they can make a market change proposal. If, on the other hand, a party has `equity-like share` of `0.03` and no governance tokens then they cannot submit a market change proposal. ### Duration of the proposal