first commit
This commit is contained in:
parent
501a414bc0
commit
b4a40a56ea
7 changed files with 279 additions and 2 deletions
12
docs/diagrams/gov-overview.dot
Normal file
12
docs/diagrams/gov-overview.dot
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
digraph {
|
||||
Proposals -> Governor [label="submitted to"]
|
||||
Users -> StakingPool [label="pay GT to"]
|
||||
StakingPool -> Stakes [label="creates"]
|
||||
Stakes -> Proposals [label="are locked by"]
|
||||
Proposals -> Effects [label="have"]
|
||||
Governor -> Effects [label="issues GATs to"]
|
||||
Treasury -> Governor [label="releases GT to"]
|
||||
"Vesting contract" -> Users [label="distributes GT amongst"]
|
||||
Users -> Stakes [label="own"]
|
||||
Governor -> "Vesting contract" [label="invokes"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue