https://github.com/limechain/appco
https://github.com/limechain/appco
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/limechain/appco
- Owner: LimeChain
- Created: 2019-07-14T11:39:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T00:32:53.000Z (over 3 years ago)
- Last Synced: 2025-03-16T21:48:41.416Z (over 1 year ago)
- Language: JavaScript
- Size: 1.63 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
** Disclaimer: This is still a beta version **
# Continuous Organisation DAO
The contracts here describe a continuous organisation (based on two bonding curves) whose investment capital goes to voting contract. The voting contract is meant to govern the software and business development of an application - SQDGLS.
The voting contract has many specifics. Some of theme are outlined in the list below:
- The disbursing of funds is based on categories. Categories like any other thing in here are proposed and voted upon.
- The categories have two types - competing and non-competing
- The competing categories define rounds, in which different entities can submit proposals and a winner amongst them is chosen. (for now the proposal is governed by "governer". Not ideal and should be changed, but helps fight spam.)
- The non-competing categories operate in principle the same way MolochDAO works - people submit proposals (they deposit CO tokens in order to do so) and the comunity votes for or against it.
# Next Tasks
- [x] Implement categories
- [x] Implement non-competing proposals
- [x] Implement competing proposals
- [] Decentralise the governer role, or atleast put it to test
- [] Think about upgradeability
- [] Create client side app for the works of the APPCO