Evolutionary Blockchain Governance Protocol

The Semada protocol uses a weighted directed acyclic graph for a precedent system and DAO governance.

A graph is a collection of points, called vertices, with optional connections between vertices, called edges. The vertices of our graph are the posts to the forum. The edges are citations directed from one post (the referrer) to another (the reference). The edges give the graph direction, since references always point backward in time. Since there can be no time loops of references, the graph has no cycles, so it is acyclic. All in all, the forum is a directed acyclic graph (DAG).

DAO Governance Via Weighted Directed Acyclical Graphs

Figure 9: Weighted Directed Acyclical Graphs.

DAO Governance Precedent System via Weighted DAG

Figure 10: Weighted DAG Precedent System.

In the Semada Protocol, evolutionary DAO governance is enable by the Weighted DAG precedent system. As Figure 10 above demonstrates, more reputation weight and salaries are allocated to posts on the Semada Forum that get continuously referenced by other posts. As a precedent dissipates over time, new precedence in the Semada Forum emerge naturally to replace older precedent. This is the essence of the evolutionary nature of the platform. As a matter of fact, entire expertise tags and DAOs on the Semada platforms can emerge and be replaced over time with new and improved systems naturally within the existing architecture of the platform.

2.2 Weights and rewards

The basic process of creating and validating posts which document contributions to an organization is explained above. Our next task is to analyze the many options that arise for weighting references, and what organizational values and goals are incentivized by the consequent reward structure.

2.2.1 Details: graph theory description of the company

To specify this weighting structure a bit more rigorously, we introduce some technical jargon that may sound complicated in the beginning, but there is no deep mathematics involved. Technically the forum is a weighted, directed, acyclic graph (WDAG), and the valuation of the posts is a network flow. We review these definitions next.

A graph is a collection of points, called vertices, with optional connections between vertices, called edges. The vertices of our graph are the posts to the forum. The edges are citations directed from one post (the referrer) to another (the reference). The edges give the graph direction, since references always point backward in time. Since there can be no time loops of references, the graph has no cycles, so it is acyclic. All in all, the forum is a directed acyclic graph (DAG).

Figure 1: Graph definitions

Our job is to weight the DAG and stipulate the weight’s meaning. To do this, we assign a number to each post (vertex), indicating its importance in contributing to the mission of the respective DAO. This number determines the value of each sem token created for that post. The author of any post assigns numbers to each of their references (edges) to indicate how important the reference post was in helping to make their contribution. How these weights are assigned and how the weights of edges affect the weights of vertices is a crucial factor in determining the reward structure and ultimately the values that are encouraged in the evolution of the company.

There are many families of choices for weighting the value of posts through references. To illustrate the idea, we detail an extremely basic example next, before analyzing more general options in §3.

2.2.2 A toy model of reference weights

Figure 2:WDAG and network value flow

To be very specific, so that a programmer could implement this scheme, we stipulate the following notation.

2) where we define

2.2.3 Comments on the toy model

  1. Burned tokens cannot be regained in case the referring posts which destroyed their value are eventually overturned themselves. A slightly more complicated protocol would keep track of all the tokens created during a post, never allowing them to be burned, and keep a separate number determining the value of the token which is subject to change.

All of the qualities described in these comments may be changed or even reversed with a different choice of parameters and valuation functions, as will be discussed in Chapter III.

2.3 Summary

The reason no centralized platform, such as Amazon or EBay, has been able to create meaningful and secure online reputation arises from game theory inevitabilities: if there is a single static protocol for deciding how a centralized “opponent” apportions power, the game theory Folk Theorems prove there is inevitably a strategy for gaming the system and corrupting the value of reputation. With the new opportunities that blockchain technology creates, decentralizing reputation and distributing it fairly, the members can be properly incentivized and empowered to police all actions.

In order to create a platform that gives its users such power through tokens which represent reputation we require the following:

  1. Domain specific expertise. Semada mints separate types of reputation tokens for every separate type of expertise or DAO.

  2. The tokens must have a foundational meaning. Semada mints tokens only in proportion to the fees that are added to the platform.

  3. For security, the tokens must enter fairly. Tokens are distributed only after they are staked for and against a post and the bench of experts validates them.

  4. For security from Sybil attacks, all decisions are made by weighted votes.

  5. To prevent a centralized point of attack and to properly motivate all experts, all power is determined by sem holdings and all fees sent to the platform are shared proportionally in sem-weighted salaries. Since sem acquisition becomes the primary motivation instead of immediately fungible currency, the incentive is to improve the platform instead of exploiting platform-damaging arbitrage opportunities.

  6. The opportunity for review of reputation by referencing past actions

    1. prevents long-term gaming strategies from the threat of loss of long-term valuable reputation

    2. motivates long-term platform improvement and development from the opportunity for revaluating such actions once they are proven to be successful.

Giving DAO members the ability to fairly apportion power in a variety of expertises lessens the danger of the principal-agent problem[1] and combats several tragedy-of-the-commons problems, such as non-representativeness and free-riding.

[1] Eirik G. Furubotn & Rudolf Richter, Institutions and Economic Theory: The Contribution of the New Institutional Economics, University of Michigan Press, 2005.

Last updated