The repository contains the details for Autonolas Improvement Proposals (AIPs)
Before you jump into contributing with your AIP, we recommend you to read the document More details on Autonolas that briefly summarizes the Autonolas projects and its mission, Autonolas governance, and contains more details on Autonolas request for comments (ARC) and Autonolas improvement proposal (AIP).
| AIP | Title | Status |
|---|---|---|
| AIP-1 | Triple Lock | Approved |
| AIP-2 | Build-A-PoSe | WIP |
| AIP-3 | Enhancing Autonolas Protocol Security | Implemented |
| AIP-4 | Olas Staking | Implemented |
| AIP-5 | Generating Revenue from Mech Marketplace | WIP |
| AIP-6 | Buy-Back-And-Burn | Implemented |
| AIP-7 | Ultrasound PoL | WIP |
If you plan to add a new Autonolas Improvement Proposal (AIP) follow this guide:
-
Fork
this repositoryby clicking 'Fork' on the top right. -
Add your AIP to your fork of the repository. Create a new directory under
content/aips/namedaip-N/(where N is the next available number) containing your AIP markdown file and an optionalimgs/subdirectory for any images. Use the aip-template as a starting point. -
The final name of the AIP file should be:
[identifier]-aip-[title_abbrev].md
The AIP identifier will be assigned by the reviewer.
- Submit a
pull request (PR)to the pending-autonolas-aips branch.
Your first PR should be a draft of the final AIP. It must follow the formatting criteria enforced by the build, as detailed in the AIP template.
When you believe your AIP is mature and ready to progress past the WIP phase, feel free to change its status to Proposed.
content/aips/ — AIP proposals, each in its own aip-N/ subdirectory
aip-templates/ — AIP markdown template
docs/ — Research papers and analysis PDFs
- WIP - an AIP that is still being developed.
- Proposed - an AIP that is ready to be proposed on-chain.
- Approved - an AIP that has been accepted for implementation by the Autonolas community.
- Implemented - an AIP that has been released to mainnet.
- Rejected - an AIP that has been rejected.
This repository and its documentation were inspired and partly derived from the AAVE governance documentation ( https://docs.aave.com/governance/arcs, https://docs.aave.com/governance/aips ) and also inspired by the "EIP Purpose and Guidelines" for the Ethereum Improvement Proposals (https://eips.ethereum.org/EIPS/eip-1#what-is-an-eip).