first commit

This commit is contained in:
Jack Hodgkinson 2022-01-26 12:25:11 +00:00
parent 501a414bc0
commit b4a40a56ea
7 changed files with 279 additions and 2 deletions

View 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"]
}