Skip to content

Instantly share code, notes, and snippets.

@ivelin
Created April 23, 2022 02:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivelin/fcea7b9183f3b7e4fe9f8a4932348914 to your computer and use it in GitHub Desktop.
Save ivelin/fcea7b9183f3b7e4fe9f8a4932348914 to your computer and use it in GitHub Desktop.
Sweat Token Budgeting Flow
sequenceDiagram
Project Manager->>DAO: propose(budget)
Note right of Project Manager: prepare and propose
Note right of Project Manager: key goals, budget and timeline
Members-->>DAO: approve(proposal)
Note right of Members: permit spending
Note right of Members: limited to budget and deadline
@ivelin
Copy link
Author

ivelin commented Apr 23, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment