Forum

From DAO Governance Wiki
Jump to navigation Jump to search

The Forum is the repository of every official action a DAO takes under DGF. An action is official if it has been subjected to a Validation Pool. The Forum smart contract (FSC), along with the Validation Pool smart contract (VPSC), form the back-end of DGF.

DGFsystem.png

Structure

The Forum has the mathematical structure of a weighted directed acyclic graph (WDAG). The nodes of the graph are the posts, and the edges are the references. The Forum is acyclic since older posts cannot reference newer posts. The nodes are weighted by REP values. The REP value of postK is denoted . The edges are weighted by the strength of the references . A positive reference indicates postK donates the fraction of the value to the REP value of postJ. A negative reference means postK leaches the fraction of the value from the REP value of postJ.

Fig. 2: Graph definitions

Thus the Forum WDAG is both an edge-weighted and node-weighted graph. The edge weights are static. The node weights are dynamic, since the node REP values change as new posts reference them or their descendants.