Augusto Lemble
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.

      Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Explore these features while you wait
      Complete general settings
      Bookmark and like published notes
      Write a few more notes
      Complete general settings
      Write a few more notes
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.

    Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Explore these features while you wait
    Complete general settings
    Bookmark and like published notes
    Write a few more notes
    Complete general settings
    Write a few more notes
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    # Governance v2 Final Steps We have been talking about improving dxdao governance since dxdao started and it has been basically three stages agreed on the community on the "governance roadmap" to gov 2.0. Lets do a review of where we started, our current status and were are we going. ### Genesis - Governance v1.0 Refers to the daostack dao used by DXdao since genesis, with a voting machine called "Genesis Protocol" where GEN token is used for staking, the interface to interact with this dao was Alchemy, an application maintained by Daostack. Now Alchemy is down we are using dxvote application for the time being, dxvote is in maintenance mode and we don't want to spend more resources on it. ### Now - Governance v1.5 Refers to an intermediary step between 1.0 and 2.0, that's why the name. Here is where DXD starts being used for staking and dxdao starts using a new set of contracts for its governance. DXdao will migrate to the new dao contracts gradually by sending funds from the gov v1.0 dao to the gov v1.5 dao. Gov 1.0 is supported in dxvote, and gov v1.5 will be supported on DAVI, where we will be able to use dao & guilds in the same application. A lot of work has been done on the refactoring of the current system based on dxdao needs to optimize our governance operations while we store and index all data in the blockchain layer. We are ready to start executing governance v1.5 and start working on the final gov v2.0 implementation. The smart contracts work has been done on the dxdao-contracts repository and it can be seen on the [v2.0 branch](https://github.com/DXgovernance/dxdao-contracts/tree/v2.0), for code semantics reasons we see fit to do an major version upgrade of the dxdao contracts repository since we are including breaking changes that are not compatible with the existent code, that's why we call it dxdao-contracts v2.0. The dxdao-contracts v2.0 will be used for Governance v1.5. ### Future - Governance v2.0 Based on the proposal passed specifying [Governance 2.0](https://dxgovernance.github.io/dxvote/#/mainnet/proposal/0xf57b8345b7bcafdff729e2441900b5340251bcc83a4a4c48c6b273eed7ecb717) refers to a refactor to the entire governance structure in dxdao, with the goals of: - Improve existing infrastructure to optimize governance operations. - Store and index all the governance information on the blockchain layer. - Integrate DXD holders into the DXdao governance system. <- very important The next steps would include changes to the voting machine and schemes, and they will be done over v2.1 branch. Here we will add support to the use of multiple options in the voting machine and the use of a "Voting Power" token, this token will use multiple tokens to determine its voting power total supply and users voting power balance. The good thing about this approach is that we will only change the part of the smart contracts infrastucture that is not mutable, which means that we can start using v1.5 now and then do a slow migration to v2.0, just like we are doing from v1.0 to v1.5. The dxdao-contracts v2.1 will be used for governance v2.0, where three new smart contracts would be written: - Voting Power Token - Ownable by DXdao. - ERC20 Token interface. - The voting power composition is defined by a list of tokens and their weight, total weight should equal 100. - The voting power composition distribution can be changed by the token owner. - A token that is part of the voting power composition should implement a callback function to the voting power token, this callback will be triggered every time the token balance distribution changes (every transfer). - Multiple Options Voting Machine - Based on the Binary Options Voting Machine. - It will support the use of multiple options for a proposal, each option having a list of calls to execute. - For a proposal to boost an option will need a score 1.x higher than the total of tokens downstaked for the rest of the options. - Wallet Scheme v2. - The scheme will support multiple options and it will be used with Multiple Options Voting Machine. - The scheme will define the voting power token to be used, it needs to be an ERC20 token with snapshot support, so it can be the DXdao REP token, DXD Token or DXdao Voting Power token. - DXD Token upgrade - TBD Scheme examples: - An scheme that uses DXdao voting power token of 75% REP and 25% DXD, boosted proposals will need 5% approval to pass, it will use multiple options voting machine that will use DXD for staking. - An scheme that uses the DXdao rep token, boosted proposals will need a 10% approval to pass, it will use multiple options voting machine that will use DXD for staking. ## DXD Integration The final goal here is to integrate DXD holders into our governance system without the need to hold DXD but to stake, putting DXD into use in dxdao products. Right now DXD holders that are part of DXDGuild can vote in DXDao proposals using the REP owned by DXDGuild. For Governance 2.0 a new DXDGuild will be deployed where every time DXD is locked and withdrawn from the guild it will update the DXdao Voting Power Token. DXdao Voting Power = DXdao REP + DXD Staked in DXD Guild. The DXD Guild will have complete control over the staked DXD and the guild itself, being able to do whatever it wants with the funds it holds. DXdao avatar will be a guardian of the guild, being allowed to reject malicious proposals if needed. Combining the DAO smart contracts with the use of ERC20Guilds allows us to integrate DXD holders into the governance system without the need for them to hold tokens in their accounts, putting DXD capital to use.

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password
    or
    Sign in via Google Sign in via Facebook Sign in via X(Twitter) Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    By signing in, you agree to our terms of service.

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully