Sarcophagus Improvement Proposals
Language and structure inspired (borrowed) from Synthietix SIP system
SIPs are used for improvements to the sarcophagus project. They can be used for anything from simple front end improvements to core protocol changes. Many changes will require a DAO vote to complete, but the SIP process here on Github is where the discussion will take place as well as where all of the code will be published.
SIPs will also be used for bounties and grants via the gitcoin platform. All Gitcoin bounties will first start as issues.
- Read this entire README
- Fork the repository by clicking "Fork" in the top right.
- Add your SIP to your fork of the repository. There is a template SIP here: https://github.com/sarcophagus-org/SIPs/blob/main/sips/sip_x.md
- Submit a Pull Request to Sarcophagus's SIPs repository here: https://github.com/sarcophagus-org/SIPs
SIPs should be written in markdown format. Image files should be included in a subdirectory of the assets folder for that SIP as follows: assets/sip-X (for sip X). When linking to an image in the SIP, use relative links such as ../assets/sip-X/image.png.
- Draft - The initial state of a new SIP before the Builders have assessed it.
- Feasibility - a SIP that is being assessed for feasibility with an assigned Builder.
- Review_Pending - a SIP that is awaiting a review after the Author and Builder are satisfied with feasibility.
- Vote_Pending - a SIP that is awaiting a vote by the DAO.
- Approved - a SIP that has successfully Approved by the DAO.
- Rejected - a SIP that has been rejected by the DAO.
- Implemented - a SIP that has been released to main-net.