From 509df6e6dd3a31f103cac308a2332fdf41c1e621 Mon Sep 17 00:00:00 2001 From: blimpa Date: Wed, 7 Aug 2024 13:20:55 -0300 Subject: [PATCH 1/3] Create Ratification Poll - MIP102c2-SP36 - August 12, 2024.md Originating forum post: https://forum.makerdao.com/t/mip102c2-sp36-mip-amendment-subproposal/24382 --- ... Poll - MIP102c2-SP36 - August 12, 2024.md | 72 +++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 governance/polls/Ratification Poll - MIP102c2-SP36 - August 12, 2024.md diff --git a/governance/polls/Ratification Poll - MIP102c2-SP36 - August 12, 2024.md b/governance/polls/Ratification Poll - MIP102c2-SP36 - August 12, 2024.md new file mode 100644 index 000000000..18306837f --- /dev/null +++ b/governance/polls/Ratification Poll - MIP102c2-SP36 - August 12, 2024.md @@ -0,0 +1,72 @@ +--- +title: Ratification Poll for MIP Amendment Subproposal (MIP102c2-SP36) - August 12, 2024 +summary: This subproposal amends MIPs 101, 104, 106, 107, and 113 in preparation for Launch Season. +discussion_link: https://forum.makerdao.com/t/mip102c2-sp36-mip-amendment-subproposal/24382 +parameters: + input_format: + type: single-choice + abstain: [0] + victory_conditions: + - { + type: 'and', + conditions: [ + { type : plurality }, + { type : comparison, comparator : '>=', value: 10000 } + ] + } + - {type : default, value : 2 } + result_display: single-vote-breakdown +version: v2.0.0 +options: + 0: Abstain + 1: Yes + 2: No +start_date: 2024-08-12T16:00:00 +end_date: 2024-08-26T16:00:00 +--- +# Ratification Poll for MIP Amendment Subproposal (MIP102c2-SP36) - August 12, 2024 + +The Governance Facilitators have placed a ratification poll into the [voting system](https://vote.makerdao.com/polling) as part of the responsibilities defined in [MIP51](https://mips.makerdao.com/mips/details/MIP51). This Governance [Poll](https://manual.makerdao.com/governance/governance-cycle/weekly-governance-cycle#weekly-governance-cycle-definitions-mip16c1) will be active for fourteen days beginning on Monday, August 12 at 16:00 UTC. + +**This is a binary vote.** +- **You may vote for a single option.** +- **You should vote for the option which you prefer.** +- **If you would accept either option, you should vote 'Abstain'.** + +## Review + +The community may vote in this poll to express support or opposition to MIP102c2-SP36 being accepted and implemented in the Maker Protocol. + +A brief summary of this proposal has been provided by the MIP Author and is shown below: + +*This subproposal seeks to make various updates to the Alignment Artifacts to prepare for Launch Season.* + +Please review the links below to inform your position on this proposal before voting. + +- [Canonical Proposal Version](TBD) +- [Latest Proposal Version](https://mips.makerdao.com/mips/details/MIP102c2SP36) +- [Proposal Discussion Thread](https://forum.makerdao.com/t/mip102c2-sp36-mip-amendment-subproposal/24382) +- [Amendment Pull Request](https://github.com/makerdao/mips/pull/1121) + +## Outcomes + +This poll implements a **Minimum Positive Participation** value. The Minimum Positive Participation is currently set to **10,000 MKR**. + +**If the votes for the 'Yes' option exceed the votes for the 'No' option AND the votes for the 'Yes' option exceed 10,000 MKR, then the following actions will be taken:** + +- The Governance Facilitators will confirm its passage by marking the proposal **Accepted** on the [MIPs portal](https://mips.makerdao.com/mips/list) and across all other relevant governance mediums. +- Any further work required to implement the proposal will be tasked to the relevant [Ecosystem Actors](https://mips.makerdao.com/mips/details/MIP101#7-professional-actors). + +**Otherwise, this proposal will be marked as rejected per [MIP51](https://mips.makerdao.com/mips/details/MIP51#mip51c2-ratification-poll).** + +--- + +## Resources + +[MIP51: Monthly Governance Cycle](https://mips.makerdao.com/mips/details/MIP51) describes this type of poll and its position and significance within the rest of the governance cycle. + +If you are new to voting in the Maker Protocol, please see the [voting guide](https://manual.makerdao.com/governance/voting-in-makerdao/on-chain-governance) to learn how voting works. + +Additional information about the Governance process can be found in the [Maker Operational Manual](https://manual.makerdao.com). + +To add current and upcoming votes to your calendar, please see the [MakerDAO Governance Calendar](https://manual.makerdao.com/makerdao/calendars/governance-calendar). From be001f948f8367bff5799bab378633e7fcde1d92 Mon Sep 17 00:00:00 2001 From: blimpa Date: Wed, 7 Aug 2024 17:52:35 -0300 Subject: [PATCH 2/3] Update Ratification Poll - MIP102c2-SP36 - August 12, 2024.md Added canonical proposal version --- .../Ratification Poll - MIP102c2-SP36 - August 12, 2024.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/governance/polls/Ratification Poll - MIP102c2-SP36 - August 12, 2024.md b/governance/polls/Ratification Poll - MIP102c2-SP36 - August 12, 2024.md index 18306837f..e78603e80 100644 --- a/governance/polls/Ratification Poll - MIP102c2-SP36 - August 12, 2024.md +++ b/governance/polls/Ratification Poll - MIP102c2-SP36 - August 12, 2024.md @@ -43,7 +43,7 @@ A brief summary of this proposal has been provided by the MIP Author and is show Please review the links below to inform your position on this proposal before voting. -- [Canonical Proposal Version](TBD) +- [Canonical Proposal Version](https://github.com/makerdao/mips/blob/f7a845a35b74a8e651f48165bc2f8a15dd751b98/MIP102/MIP102c2-Subproposals/MIP102c2-SP36.md) - [Latest Proposal Version](https://mips.makerdao.com/mips/details/MIP102c2SP36) - [Proposal Discussion Thread](https://forum.makerdao.com/t/mip102c2-sp36-mip-amendment-subproposal/24382) - [Amendment Pull Request](https://github.com/makerdao/mips/pull/1121) From 65cbfdd98aa7aed713134340464fe99561d45b81 Mon Sep 17 00:00:00 2001 From: blimpa <72349134+blimpa@users.noreply.github.com> Date: Fri, 9 Aug 2024 12:19:34 -0300 Subject: [PATCH 3/3] Update governance/polls/Ratification Poll - MIP102c2-SP36 - August 12, 2024.md Co-authored-by: 0xldr <139177554+0xldr@users.noreply.github.com> --- .../Ratification Poll - MIP102c2-SP36 - August 12, 2024.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/governance/polls/Ratification Poll - MIP102c2-SP36 - August 12, 2024.md b/governance/polls/Ratification Poll - MIP102c2-SP36 - August 12, 2024.md index e78603e80..bc7aed779 100644 --- a/governance/polls/Ratification Poll - MIP102c2-SP36 - August 12, 2024.md +++ b/governance/polls/Ratification Poll - MIP102c2-SP36 - August 12, 2024.md @@ -43,7 +43,7 @@ A brief summary of this proposal has been provided by the MIP Author and is show Please review the links below to inform your position on this proposal before voting. -- [Canonical Proposal Version](https://github.com/makerdao/mips/blob/f7a845a35b74a8e651f48165bc2f8a15dd751b98/MIP102/MIP102c2-Subproposals/MIP102c2-SP36.md) +- [Canonical Proposal Version](https://github.com/makerdao/mips/blob/0b14eb18f934a50ac9c8e824aaac127eaeb4080f/MIP102/MIP102c2-Subproposals/MIP102c2-SP36.md) - [Latest Proposal Version](https://mips.makerdao.com/mips/details/MIP102c2SP36) - [Proposal Discussion Thread](https://forum.makerdao.com/t/mip102c2-sp36-mip-amendment-subproposal/24382) - [Amendment Pull Request](https://github.com/makerdao/mips/pull/1121)