🎫On-chain Governance System
OGS
Last updated
OGS
Last updated
Backed by blockchain-powered smart contracts, DAOs are decentralized organizations controlled by members and governed by computer-coded rules.
In DeWoW Dapp, the currency with the same nature as WoW gold coins is called Token. Token-based arbitration is the most basic DAO member voting mechanism.
Anyone who holds Token is a stakeholder of DeWoW, and every stakeholder can participate in the governance of DeWoW DAO.
To pass a proposal, a certain number of DAO members must participate in the voting process. If the threshold is met, the decision with the most votes wins, and if the threshold is not met, the proposal fails. This method has limitations. Requiring a certain number of DAO members to vote may mean that most proposals will fail due to low participation. Setting a lower number will make the proposal extremely easy to pass, which may make the DAO Going in the wrong direction.
For this reason, in the process of designing DeWoW, the decision-making method of Holographic Consensus is introduced.
By ensuring that the decisions of the local DAO conform to the opinions of the global DAO, the overall decision can be made under limited conditions.
This kind of decision-making is reminiscent of a hologram, where each small piece of the picture actually contains information about the entire image.
Decisions should still be ratified by supermajority by default. Decisions are ratified by relative majority only if conditions for advancement are met.
activationTime: The point (represented in Unix time) in time when psroposing and voting are activated.
boostedVotePeriodLimit: The length of time that voting is open for boosted proposals.
daoBountyConst: This is multiplied by the average downstake on boosted proposals to calculate how large the DAO’s automatic downstake should be.
minimumDaoBounty: The minimum amount of GEN a DAO will stake when automatically downstaking each proposal.
preBoostedVotePeriodLimit: The length of time that a proposal must maintain a confidence score higher than the boosting threshold to become eligible for boosting.
proposingRepReward: The amount of voting power given out as a reward for submitting a proposal that the DAO passes.
queuedVotePeriodLimit: The length of time that voting is open for non-boosted proposals.
queuedVoteRequiredPercentage: The quorum required to decide a vote on a non-boosted proposal.
quietEndingPeriod: The length of time a vote’s potential result needs to stay the same in order to be confirmed as the official result.
thresholdConst: Controls how quickly the required confidence score for boosting goes up as the number of currently boosted proposals rises.
voteOnBehalf:
votersReputationLossRatio: The percentage of a voter’s voting power they stand to lose if they vote against the DAO’s eventual decision on a non-boosted proposal.
For more details and story around each param refer this article.
For a proposal to pass with a relative majority, it must have sufficient stake in favor of the proposal.
You can use your UNK tokens to stake in favor of or against the proposal. Once the stakes in favor of the proposal reaches the bar it is ready to be boosted.
Following are the possible outcomes of a proposal:
The proposal expires in queue without any decision: In this case all the stakes are returned to the respective staker.
The proposal passes:
Staker(stake(for) amount)*daoBounty/(total winning stake)
The proposal fails: Loosing stake is lost