Governance¶
JustLend DAO protocol is governed and upgraded by JST holders. There are three components included in the governance system: JST(WJST) token, governance module(GovernorBravo) and Timelock. The governance of the JustLend DAO protocol is through proposals, whose process can be summarized as proposal posting-voting-taking effect.
GovernorBravoDelegate.sol:
allows users to:
- Propose
- Queue
- Execute
- Cancel
- Deposit
- Vote
The source code is available on Github.