.. meta:: :description: Practical guide to using the Dash DAO governance system and treasury :keywords: dash, dao, governance, funding, voting, proposals, masternodes .. _using-governance: ===================== Using Dash Governance ===================== Dash's Decentralized Autonomous Organization (DAO) is a novel voting and funding platform. This documentation introduces and details the theory and practice to use the system. Understanding the process ========================= Introduction ------------ - DAO consists of three components: Proposals, Votes, and Budgets - Anyone can submit a proposal for a small fee - Each valid masternode can vote for, against or abstain on proposals - Approved proposals become budgets - Budgets are paid directly from the blockchain to the proposal owner Proposals --------- - Proposals are a request to receive funds - Proposals can be submitted by anyone for a fee of 1 Dash. The proposal fee is irreversibly destroyed on submission. - Proposals cannot be altered once submitted Votes ----- - Votes are cast using the registered voting address - The voting address can be delegated to a third party - Votes can be changed once per hour - A regular masternode's vote counts as one vote; an evonode's vote counts as four - Votes are counted every 16616 blocks (approx. 30.29 days) Budgets ------- - Budgets are proposals which receive a net total of yes votes equal to or greater than 10% of the total eligible votes, rounded down, with a minimum of 10 votes on mainnet (for example, 448 out of 4480) - Budgets can lose approval if vote totals (cast or re-cast) fall below the approval threshold - Budgets are processed (paid) in order of yes minus no votes. More popular budgets get payment priority. - The budget available for each cycle can be checked using the commands in :ref:`budget-cycles`, and decreases by approximately 7.14% every 210240 blocks (approx. 383.25 days). Object structure ---------------- The following information is required to create a proposal: - proposal-name: a unique label, 40 characters or less - url: a proposer-created webpage or forum post containing detailed proposal information - payment-count: how many cycles the proposal is requesting payment - block-start: the requested start of proposal payments - dash-address: the address to receive proposal payments - monthly-payment-dash: the requested payment amount Persistence ----------- - Proposals become fully accepted after the proposal fee transaction has six confirmations - Proposals remain on the network until their payment period ends or masternodes vote to remove them - Approval occurs when yes votes minus no votes meets the threshold described under Budgets - Falling below the approval threshold does not remove a proposal - The total eligible votes comes from registered masternodes that are not banned for failing to provide service. Regular masternodes count as one vote each, and evonodes count as four. Templates --------- The following two Microsoft Word templates are available from Dash Core Group to help facilitate standardized proposal submission and updates. Usage is recommended, but not required. - `Project Proposal Template `_ - `Project Status Update Template `_ .. _budget-cycles: Budget cycles ============= When preparing a proposal, be aware of when the next cycle will occur and plan accordingly. It is recommended to choose your proposal payment start block at least one cycle in the future to allow time for discussion and gathering support and votes. Vote at least 1662 blocks (approximately 3 days) before the superblock. After this point, masternodes begin choosing which proposals to pay, so later votes may not affect the upcoming payment. To find the next superblock height, run the following command in the Dash Core wallet console:: getgovernanceinfo The ``nextsuperblock`` field gives the next superblock height. Subsequent mainnet superblocks occur every 16616 blocks. To check the maximum budget for a superblock, use that height in the following command:: getsuperblockbudget .. _creating-proposals: Creating proposals ================== Once you have prepared the text of your proposal and set up a website or forum post, it is time to submit your proposal to the network for voting. You can create a budget proposal using the Dash Core wallet (:ref:`GUI ` or :ref:`console `) or the :ref:`Dash Budget Proposal Generator `. .. _proposal-create-core-qt: Dash Core Wallet ---------------- Dash Core Wallet includes a built-in graphical interface for creating governance proposals directly from the Governance tab. This provides a user-friendly alternative to using external web tools or manual console commands. To use this feature, your wallet must be unlocked and contain sufficient balance to cover the 1 DASH proposal fee plus a small transaction fee. Accessing the Governance tab ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Open your Dash Core Wallet and click on the **Governance** tab. This displays a list of existing proposals and provides **Create Proposal** and **Resume Proposal** buttons. .. figure:: img/core-qt/governance-tab.png :width: 500px The Governance tab showing existing proposals and the Create Proposal button Creating a new proposal ^^^^^^^^^^^^^^^^^^^^^^^ Click the **Create Proposal** button to open the proposal creation dialog. Enter your proposal details: - **Proposal name**: A label of 40 characters or less - **Description URL**: Link to detailed proposal information - **Payment address**: The Dash address that will receive payments - **Payment amount**: Amount requested per payment cycle - **Payment date**: Select the first payment - **Payments**: Number of payment cycles requested .. figure:: img/core-qt/proposal-create.png :width: 500px Entering proposal details in the creation dialog The dialog displays the total amount requested. Check your proposal details carefully before proceeding. **View JSON** and **View Payload** let you inspect the data that will be submitted to the network. Then, click **Create Proposal**, unlock the wallet if prompted, and review the proposal confirmation screen. .. warning:: Creating the proposal permanently spends the 1 DASH proposal fee, plus a transaction fee. The proposal fee cannot be refunded. Verify all proposal details before proceeding. .. figure:: img/core-qt/proposal-create-conf.png :width: 300px Proposal create confirmation screen Click **Send** on the confirmation dialog to broadcast the fee transaction. .. figure:: img/core-qt/proposal-created.png :width: 400px Proposal created After successful creation, the wallet opens a dialog to monitor and broadcast the proposal. You can return to pending proposals later using **Resume Proposal** from the Governance tab. Broadcasting the proposal ^^^^^^^^^^^^^^^^^^^^^^^^^ The proposal initially shows a **Pending** collateral status. After the fee transaction has one confirmation, the status changes to **Ready** and the **Broadcast** button becomes available. Click **Broadcast** to submit the proposal. A successful submission displays your proposal ID, which you can use to track voting on the proposal. .. figure:: img/core-qt/resume-proposal-broadcast.png :width: 500px The proposal becomes fully accepted by the network after the fee payment has six confirmations. .. note:: You can use the proposal ID to identify your proposal on DashCentral. Consult the service's current instructions for claiming it. .. _dash-budget-proposal-generator: Dash Budget Proposal Generator ------------------------------ - https://proposal.dash.org The `Dash Budget Proposal Generator `__ supports creating budget proposals on both mainnet and testnet. In the first step, you must enter a short, clear and unique name for the proposal as it will appear on the blockchain. Proposal names are limited to 40 characters. You can then provide a link to the forum or DashCentral where your proposal is described in more detail (use a `URL shortening service `_ if necessary), as well as select the amount of payment you are requesting, how often the payment should occur, and the superblock date on which you are requesting payment. This allows you to control in which budget period your proposal will appear, and gives you enough time to build support for your proposal by familiarising voters with your project. Note that the payment amount is fixed and cannot be modified after it has been submitted to the blockchain. .. figure:: img/proposal-create.png :width: 300px .. figure:: img/proposal-burn-prepare.png :width: 300px Steps 1 & 2: Creating your proposal and preparing the command Next, the proposal generator will provide you with a command to run from the console of your Dash Core wallet to prepare your budget proposal governance object. Running this command will cost you 1 DASH, which will be "burnt" or permanently removed from circulation. This one-time fee protects the governance system from becoming overwhelmed by spam, poorly thought out proposals or users not acting in good faith. A small transaction fee is charged as well, so make sure slightly more than 1 DASH is available in your wallet. Many budget proposals request reimbursement of the 1 DASH fee. First unlock your wallet by clicking **Settings > Unlock wallet**, then open the console by clicking **Window > Console** and paste the generated command. The transaction ID will appear. Copy and paste this into the proposal generator response window. As soon as you do this, the system will show a progress bar as it waits for 6 confirmations as follows: .. figure:: img/proposal-burn-console.png :width: 300px .. figure:: img/proposal-burn-confirming.png :width: 250px Step 3: Creating the proposal transaction and waiting for 6 confirmations of the transaction ID Once 6 block confirmations exist, another command will appear to submit the prepared governance object to the network for voting. Copy and paste this command, and your governance object ID will appear as follows: .. figure:: img/proposal-submit.png :width: 300px .. figure:: img/proposal-submit-console.png :width: 250px Step 4: Submitting the governance object to the network You can use this ID to track voting on the proposal until the budget closes and you receive your payout. You can also submit the ID to DashCentral to claim your proposal and enable simplified voting for masternodes using DashCentral voting services. .. _proposal-create-core-console: Dash Core Wallet Console ------------------------ Creating a proposal using the wallet console follows the same process as using the Dash budget proposal generator, but it requires several additional steps to manually construct the proposal governance object. Assemble the proposal data ^^^^^^^^^^^^^^^^^^^^^^^^^^ To prepare a proposal, put the proposal details such as name and payout address into a JSON object similar to the example shown below. .. code-block:: json { "name": "Test-proposal_1", "payment_address": "yd5KMREs3GLMe6mTJYr3YrH1juwNwrFCfB", "payment_amount": 10, "url": "https://www.mydashtestproposal.com", "start_epoch": 1635750000, "end_epoch": 1636750000, "type": 1 } Set the ``type`` field to ``1`` for all proposals. The ``start_epoch`` and ``end_epoch`` fields are Unix epoch timestamps indicating the time range in which the proposal can receive payments. Typically you will set the ``start_epoch`` to approximately halfway between the superblock where payment is first desired and the preceding one. Set ``end_epoch`` to approximately 2 weeks after the superblock where the final payment is desired. You can use a site like https://www.epochconverter.com/ to convert the start and end dates to the epoch values for these fields. Serialize the proposal data ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The proposal information must be serialized to hex before it can be submitted to the network. Remove all spaces from the JSON object:: {"name":"Test-proposal_1","payment_address":"yd5KMREs3GLMe6mTJYr3YrH1juwNwrFCfB","payment_amount":10,"type":1,"url":"http://test.com","start_epoch":1635750000,"end_epoch":1636750000} Convert the resulting JSON to its hex equivalent. Sites like https://codebeautify.org/string-hex-converter provide an easy way to do this:: 7b226e616d65223a22546573742d70726f706f73616c5f31222c227061796d656e745f61646472657373223a227964354b4d52457333474c4d65366d544a597233597248316a75774e777246436642222c227061796d656e745f616d6f756e74223a31302c2274797065223a312c2275726c223a22687474703a2f2f746573742e636f6d222c2273746172745f65706f6368223a313633353735303030302c22656e645f65706f6368223a313633363735303030307d Prepare the fee transaction ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Finally, open your Dash Core wallet console and use the ``gobject prepare`` command to complete the proposal preparation and submit the fee transaction (a 1 DASH coin burn). See the :ref:`Core developer documentation ` for additional details. .. warning:: Running this command will create a transaction burning 1 DASH from the wallet as the proposal fee. This burn is irreversible. Only run this command once you have verified all the proposal information. The transaction is not reversible once sent. :: gobject prepare