Procedure
This page outlines the process of submitting a DAO proposal and voting on it.
DISCLAIMER: This page is still located here, because our Operating Agreement specifies this as its location. Moving it somewhere under the ILIS DAO header should happen relatively soon.
This governance procedure is out of date, and was used for the previous iteration of smart contracts. The up to date procedure will follow very soon.
To submit a proposal to the DAO, one needs to hold at least 1 ILIS and present it to the voting contract (component_rdx1cpzm6rgdwgw9p075zsh5kfjuxa9rzzyt47x6xcgzhzydp9lkymyx78), together with a description of your proposal, using the propose
method on the voting contract by submitting a transaction manifest*. All relevant details, such as voting period and conditions for the vote to pass (must be a simple majority or higher) must be included in the description.
An example of a transaction manifest used to submit a proposal:
After a proposal is submitted, it is displayed on the official venue, together with the relevant parameters. Voting on a proposal is done through the vote_on_proposal
method on the voting contract.
To call this method, a manifest like such can be used:
After the voting period has passed, and the conditions to pass have been met it is excecuted, preferably autonomously. If a proposal cannot be autonomously executed on chain after passing, the managing members are responsible for executing the necessary steps to enact the proposal.
* submitting a transaction manifest to the Radix DLT can be done in multiple ways, but we recommend using the console by RDX Works: https://console.radixdlt.com/transaction-manifest
Last updated