Mycelith Voting System: Difference between revisions
Created page with "= Mycelith Voting System = The '''Mycelith Voting System''' is an advanced, multi-layered voting mechanism designed to achieve fair and adaptive decision-making within the Seigr ecosystem. Inspired by the branching and adaptive qualities of mycelium, the Mycelith system ensures that community decisions are representative, resilient, and aligned with Seigr’s ethical framework. Mycelith incorporates a unique senary (base-6) structure, divi..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
= Mycelith Voting System = | = Mycelith Voting System = | ||
The '''Mycelith Voting System''' is | The '''Mycelith Voting System''' is a decentralized voting mechanism created for the Seigr ecosystem. Inspired by the interconnected and resilient nature of mycelium, the system aims to empower participants to vote on proposals fairly and transparently, while providing an adaptive, multi-layered approach to voting. | ||
Mycelith | == Introduction to Mycelith == | ||
== | In the Mycelith Voting System, proposals go through a series of voting rounds called '''layers'''. This multi-layered structure encourages participants to engage in decision-making gradually, with each layer adding additional influence based on participants' consistency and commitment to their initial vote. | ||
=== Key Features === | |||
1. '''Senary-Based Voting Layers''': The voting process is divided into six sequential layers, each increasing in influence weight. This means early voters who are consistent across layers gain more influence, while those who switch their votes have their influence moderated. | |||
2. '''Weighted Voting''': Each participant’s influence in voting is weighted by their commitment, experience, and consistency within the ecosystem, forming a dynamic influence score known as the [[Special:MyLanguage/Weighted Consistency and Alignment Score (WCAS)|WCAS]]. | |||
3. '''Adaptive Scaling''': The system incorporates a senary (base-6) scaling approach that reflects Seigr’s alignment with efficiency and sustainability. This senary structure shapes how influence is calculated across the six layers. | |||
This layered approach results in a more nuanced decision-making process, allowing participants to reflect and adjust their votes based on evolving insights, while incentivizing early, consistent voting behavior. | |||
== Structure of the Mycelith Voting System == | |||
The voting process in Mycelith is broken down into six layers, each representing a phase in the decision-making process. Each layer offers a chance for participants to either maintain their original vote or adjust it based on the previous results. | |||
=== The Six Voting Layers === | |||
The six layers, represented as <math>L_1</math> through <math>L_6</math>, function as follows: | |||
* '''Layer 1 (Initial)''': Participants cast an initial vote with minimal influence weight. | |||
* '''Layer 2 (Observation)''': Influence slightly increases for participants who either maintain their stance or join the vote based on the results of Layer 1. | |||
* '''Layers 3-6 (Commitment Phases)''': Influence weights increase for participants who reinforce their commitment to their initial choice, with the highest influence weight reached in Layer 6. | |||
This progression allows voters to observe early trends before deepening their commitment, creating a system that values both initial opinions and refined decisions. | |||
== Mathematical Foundations == | == Mathematical Foundations == | ||
Mycelith’s influence is calculated using a '''senary-based scaling system''', where influence is increased in each layer according to senary principles. This scaling ensures that consistent voting has a higher influence over time, while participants who switch their votes incur influence adjustments. | |||
Let: | Let: | ||
* <math>W_j^{(i)}</math> denote the influence weight of participant <math>i</math> in layer <math>j</math>. | * <math>W_j^{(i)}</math> denote the influence weight of participant <math>i</math> in layer <math>j</math>. | ||
* <math>W_i</math> | * <math>W_i</math> represent the base influence of participant <math>i</math>, derived from their WCAS. | ||
* <math>S_j</math> be the senary scaling factor for each layer. | * <math>S_j</math> be the senary scaling factor for each layer. | ||
The scaling factor <math>S_j</math> is | The scaling factor <math>S_j</math> is calculated as: | ||
<math> | <math> | ||
S_j = 1.2^j | S_j = 1.2^j | ||
</math> | </math> | ||
where <math>j = 1, 2, | where <math>j = 1, 2, \ldots, 6</math> represents each layer. This exponential factor ensures influence grows gradually, providing a solid base for consistent participants. | ||
=== Influence Weight Calculation === | |||
The | The influence of a participant in each layer is determined as follows: | ||
<math> | <math> | ||
W_j^{(i)} = W_i \cdot S_j | |||
</math> | </math> | ||
This calculation ensures that participants with a higher WCAS start with more influence, which is then amplified or moderated across the layers. | |||
== Consistency Reward and Weighted Voting == | |||
Participants who maintain consistency in their voting stance across layers are rewarded with increasing influence, while those who switch votes have their influence moderated. This is achieved through an adjustment factor <math>\gamma</math> applied to participants who switch their vote. | |||
* If a participant maintains the same vote in all layers, their influence is maximized. | |||
* If a participant switches, their influence in layers where they changed is reduced by a factor <math>\gamma</math>, where <math>0 < \gamma < 1</math>. | |||
This consistency mechanism rewards participants who commit to their original stance while allowing flexibility for others to change their decision with adjusted influence. | |||
== | == Calculation of the Voting Outcome == | ||
The final outcome <math>O</math> of a proposal is determined by aggregating all influence-weighted votes across layers. Let <math>V^{(j)}_i</math> represent participant <math>i</math>'s vote in layer <math>j</math>, where <math>V^{(j)}_i \in \{ +1, -1 \}</math> for a binary decision. | |||
The final outcome <math>O</math> is calculated as: | |||
<math> | <math> | ||
\text{ | O = \text{sign} \left( \sum_{j=1}^{6} \sum_{i=1}^{n} W_j^{(i)} \cdot V^{(j)}_i \right) | ||
</math> | </math> | ||
where: | |||
* <math>O = +1</math> indicates a "yes" outcome. | |||
* <math>O = -1</math> indicates a "no" outcome. | |||
=== Example Scenario === | |||
Consider three participants (A, B, and C) with WCAS-derived base influence scores: | |||
* '''Participant A''': <math>W = 0.7</math>, votes "yes" consistently. | |||
* '''Participant B''': <math>W = 0.5</math>, changes vote from "no" to "yes" mid-process. | |||
* '''Participant C''': <math>W = 0.4</math>, votes "no" consistently. | |||
The senary scaling factors for each layer <math>S_j</math> are: | |||
* <math>S_1 = 1.0</math> | |||
* <math>S_2 = 1.2</math> | |||
* <math>S_3 = 1.44</math> | |||
* <math>S_4 = 1.728</math> | |||
* <math>S_5 = 2.0736</math> | |||
* <math>S_6 = 2.48832</math> | |||
The total influence for each participant is calculated as follows: | |||
1. '''Participant A (consistent "yes")''': | |||
<math> | |||
\text{Total Influence}_A = 0.7 \times (1.0 + 1.2 + 1.44 + 1.728 + 2.0736 + 2.48832) = 7.236 | |||
</math> | |||
2. '''Participant B (switches from "no" to "yes")''': | |||
- Layers 1-3: "no" votes. | - Layers 1-3: "no" votes. | ||
- Layers 4-6: "yes" votes, reduced by <math>\gamma = 0.5</math>. | - Layers 4-6: "yes" votes, reduced by <math>\gamma = 0.5</math>. | ||
<math> | <math> | ||
\text{Total Influence}_B = 0.5 \times (1.0 + 1.2 + 1.44) + 0.5 \times (1.728 + 2.0736 + 2.48832) \times 0.5 = 2.73 | \text{Total Influence}_B = 0.5 \times (1.0 + 1.2 + 1.44) + 0.5 \times (1.728 + 2.0736 + 2.48832) \times 0.5 = 2.73 | ||
</math> | </math> | ||
<math> | 3. '''Participant C (consistent "no")''': | ||
\text{Total Influence}_C = 0.4 \times (1.0 + 1.2 + 1.44 + 1.728 + 2.0736 + 2.48832) = 4.136 | <math> | ||
</math> | \text{Total Influence}_C = 0.4 \times (1.0 + 1.2 + 1.44 + 1.728 + 2.0736 + 2.48832) = 4.136 | ||
</math> | |||
Aggregated outcome: | |||
<math> | <math> | ||
O = \text{sign} (7.236 \cdot (+1) + 2.73 \cdot (+1) + 4.136 \cdot (-1)) = +1 | O = \text{sign} (7.236 \cdot (+1) + 2.73 \cdot (+1) + 4.136 \cdot (-1)) = +1 | ||
</math> | </math> | ||
indicating a "yes" outcome. | indicating a "yes" outcome. | ||
== Senary Influence Summary == | |||
By applying a senary scaling system, Mycelith provides an adaptive, fair voting process that rewards consistency while allowing participants flexibility. The senary influence structure gives balanced weight across each phase, aligning with Seigr’s commitment to transparency and ethical governance. | |||
== Further Reading == | |||
For more information, see: | |||
* [[Special:MyLanguage/Weighted Consistency and Alignment Score (WCAS)|WCAS]] | |||
* [[Special:MyLanguage/Adaptive Replication|Adaptive Replication]] | |||
* [[Special:MyLanguage/Seigr Metadata|Seigr Metadata]] | |||
* [[Special:MyLanguage/Senary_(Base-6)|Senary]] | |||
* [[Special:MyLanguage/Seigr Protocol|Seigr Protocol]] |
Revision as of 05:01, 6 November 2024
Mycelith Voting System
The Mycelith Voting System is a decentralized voting mechanism created for the Seigr ecosystem. Inspired by the interconnected and resilient nature of mycelium, the system aims to empower participants to vote on proposals fairly and transparently, while providing an adaptive, multi-layered approach to voting.
Introduction to Mycelith
In the Mycelith Voting System, proposals go through a series of voting rounds called layers. This multi-layered structure encourages participants to engage in decision-making gradually, with each layer adding additional influence based on participants' consistency and commitment to their initial vote.
Key Features
1. Senary-Based Voting Layers: The voting process is divided into six sequential layers, each increasing in influence weight. This means early voters who are consistent across layers gain more influence, while those who switch their votes have their influence moderated.
2. Weighted Voting: Each participant’s influence in voting is weighted by their commitment, experience, and consistency within the ecosystem, forming a dynamic influence score known as the WCAS.
3. Adaptive Scaling: The system incorporates a senary (base-6) scaling approach that reflects Seigr’s alignment with efficiency and sustainability. This senary structure shapes how influence is calculated across the six layers.
This layered approach results in a more nuanced decision-making process, allowing participants to reflect and adjust their votes based on evolving insights, while incentivizing early, consistent voting behavior.
Structure of the Mycelith Voting System
The voting process in Mycelith is broken down into six layers, each representing a phase in the decision-making process. Each layer offers a chance for participants to either maintain their original vote or adjust it based on the previous results.
The Six Voting Layers
The six layers, represented as through , function as follows:
- Layer 1 (Initial): Participants cast an initial vote with minimal influence weight.
- Layer 2 (Observation): Influence slightly increases for participants who either maintain their stance or join the vote based on the results of Layer 1.
- Layers 3-6 (Commitment Phases): Influence weights increase for participants who reinforce their commitment to their initial choice, with the highest influence weight reached in Layer 6.
This progression allows voters to observe early trends before deepening their commitment, creating a system that values both initial opinions and refined decisions.
Mathematical Foundations
Mycelith’s influence is calculated using a senary-based scaling system, where influence is increased in each layer according to senary principles. This scaling ensures that consistent voting has a higher influence over time, while participants who switch their votes incur influence adjustments.
Let:
- denote the influence weight of participant in layer .
- represent the base influence of participant , derived from their WCAS.
- be the senary scaling factor for each layer.
The scaling factor is calculated as: where represents each layer. This exponential factor ensures influence grows gradually, providing a solid base for consistent participants.
Influence Weight Calculation
The influence of a participant in each layer is determined as follows:
This calculation ensures that participants with a higher WCAS start with more influence, which is then amplified or moderated across the layers.
Consistency Reward and Weighted Voting
Participants who maintain consistency in their voting stance across layers are rewarded with increasing influence, while those who switch votes have their influence moderated. This is achieved through an adjustment factor applied to participants who switch their vote.
- If a participant maintains the same vote in all layers, their influence is maximized.
- If a participant switches, their influence in layers where they changed is reduced by a factor , where .
This consistency mechanism rewards participants who commit to their original stance while allowing flexibility for others to change their decision with adjusted influence.
Calculation of the Voting Outcome
The final outcome of a proposal is determined by aggregating all influence-weighted votes across layers. Let represent participant 's vote in layer , where for a binary decision.
The final outcome is calculated as: where:
- indicates a "yes" outcome.
- indicates a "no" outcome.
Example Scenario
Consider three participants (A, B, and C) with WCAS-derived base influence scores:
- Participant A: , votes "yes" consistently.
- Participant B: , changes vote from "no" to "yes" mid-process.
- Participant C: , votes "no" consistently.
The senary scaling factors for each layer are:
The total influence for each participant is calculated as follows:
1. Participant A (consistent "yes"):
2. Participant B (switches from "no" to "yes"):
- Layers 1-3: "no" votes. - Layers 4-6: "yes" votes, reduced by .
3. Participant C (consistent "no"):
Aggregated outcome: indicating a "yes" outcome.
Senary Influence Summary
By applying a senary scaling system, Mycelith provides an adaptive, fair voting process that rewards consistency while allowing participants flexibility. The senary influence structure gives balanced weight across each phase, aligning with Seigr’s commitment to transparency and ethical governance.
Further Reading
For more information, see: