Forum: Difference between revisions
m (→Structure) |
m (→Structure) |
||
Line 1: | Line 1: | ||
The Forum is the repository of every official action a [[DAO]] takes under [[DAO Governance Framework|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 software|back-end]] of DGF. The Forum is a basic component of [[DAO Governance Framework#DGF flow|DGF flow]]. | [[File:Forum as DAG.png|thumb|249x249px|The Forum as a DAG]]The Forum is the repository of every official action a [[DAO]] takes under [[DAO Governance Framework|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 software|back-end]] of DGF. The Forum is a basic component of [[DAO Governance Framework#DGF flow|DGF flow]]. | |||
[[File:DGFsystem.png|center|thumb|656x656px|Forum as a component of DGF flow]] | [[File:DGFsystem.png|center|thumb|656x656px|Forum as a component of DGF flow]] | ||
== Structure == | == Structure == | ||
The Forum has the mathematical structure of a weighted directed acyclic graph (WDAG). | 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 edges are weighted by the strength of the references. [[File:Graph_Terminology.png|center|Fig. 2: Graph definitions|thumb|404x404px]] | ||
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 edges are weighted by the strength of the references. [[File:Graph_Terminology.png|center|Fig. 2: Graph definitions|thumb|404x404px]] | |||
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. | 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. |
Revision as of 04:49, 4 April 2023
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. The Forum is a basic component of DGF flow.
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 edges are weighted by the strength of the references.
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.
Posts
Posts are basic entries in the database that is the Forum. The posts contain 1. text meant to be human readable, 2. smart contracting language, 3. a unique NFT associated with the post which defines the author of the post as the owner and the REP value for the post.
The REP value of postK
is denoted which is a dynamic variable which changes as the post is referenced by future posts.
??Details
Datatype
??Details
References
Main page: Forum reference mechanisms
References are weighted . A positive reference indicates postK
donates the fraction of its value to increase the REP value of postJ
by the amount . A negative reference means postK
leaches the fraction of the value from the REP value of postJ
.\
Datatype
??Details