HackMD
  • Prime
    Prime  Full-text search on all paid plans
    Search anywhere and reach everything in a Workspace with Prime plan.
    Got it
      • Create new note
      • Create a note from template
    • Prime  Full-text search on all paid plans
      Prime  Full-text search on all paid plans
      Search anywhere and reach everything in a Workspace with Prime plan.
      Got it
      • Sharing Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • 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
      • More (Comment, Invitee)
      • Publishing
        Everyone on the web can find and read all notes of this public team.
        After the note is published, everyone on the web can find and read this note.
        See all published notes on profile page.
      • Commenting Enable
        Disabled Forbidden Owners Signed-in users Everyone
      • Permission
        • Forbidden
        • Owners
        • Signed-in users
        • Everyone
      • Invitee
      • No invitee
      • Options
      • Versions and GitHub Sync
      • Transfer ownership
      • Delete this note
      • Template
      • Save as template
      • Insert from template
      • Export
      • Dropbox
      • Google Drive
      • Gist
      • Import
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
      • Download
      • Markdown
      • HTML
      • Raw HTML
    Menu Sharing Create Help
    Create Create new note Create a note from template
    Menu
    Options
    Versions and GitHub Sync Transfer ownership Delete this note
    Export
    Dropbox Google Drive Gist
    Import
    Dropbox Google Drive Gist Clipboard
    Download
    Markdown HTML Raw HTML
    Back
    Sharing
    Sharing Link copied
    /edit
    View mode
    • Edit mode
    • View mode
    • Book mode
    • Slide mode
    Edit mode View mode Book mode Slide mode
    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
    More (Comment, Invitee)
    Publishing
    Everyone on the web can find and read all notes of this public team.
    After the note is published, everyone on the web can find and read this note.
    See all published notes on profile page.
    More (Comment, Invitee)
    Commenting Enable
    Disabled Forbidden Owners Signed-in users Everyone
    Permission
    Owners
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Invitee
    No invitee
       owned this note    owned this note      
    Published Linked with GitHub
    Like BookmarkBookmarked
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    # Hack For Freedom Submission ## Name of Project Liquid Democracy: Vote Delegation on Aragon ## Project Description We've created a new organization template for Aragon that enables users to easily deploy and manage Liquid Democracy DAOs + a platform for engaging with and managing these DAOs. Our implementation of Liquid Democracy on Aragon offers meaningful improvements over current voting implementations: 1. Scale voter participation by quickly setting up a new **Liquid Democracy Organization** containing a **Delegable Voting** app which allows voters to delegate their votes to representatives who can vote on their behalf. 2. Optionally, separate areas of concern and improve voter representation by easily enabling multiple **Departments** (delegable voting apps) to enforce different governance rules - allowing for progressive decentralization and voter/delegate specialization #### Vote Delegation Grows Governance Participation Rates Direct democracy does not scale. Voters with little voting power often believe that their votes do not matter or that each vote is not worth the cost to cast. Liquid Democracy, on the other hand, scales participation through representation. Delegable voting is time and resource efficient. Voters have the option to vote directly on issues or delegate their voting power to someone they trust to vote in their interests. Our implementation of Liquid Democracy allows small token holders to meaningfully participate in governance by delegating their votes to a representative. #### Fluid Delegation Incentivizes Diligent Representation Representative democracies were started in ancient Greece and the systems are still in use today. Election days are infrequent, expensive and inflexible compared to the possibilities that exist if democracy were fully digital. Liquid Democracy on Aragon offers a key advantage to voters: if the quality of your representation changes, make your voice heard right away. Liquid Democracy voters do not have to wait for the next election day to improve their representation. Instead, Liquid Democracy voters can undelegate their votes at any time. Delegates are constantly incentivized to represent their constituents well or they will lose their delegated voting power. Naturally, voters can verify that a delegate is acting in their interests with on-chain voting records. #### Focus Specialists with Separate Areas of Concerns While a voter may feel strongly represented by a delegate on one topic (e.g. changing the interest rate model of a DeFi lending platform), the voter may be uncomfortable delegating their voting power for the purpose of other areas of concern (e.g. determining which ERC-20 tokens to support on a DeFi lending platform). Liquid Democracy allows DAOs to fully separate areas of concern with Departments. Departments are separate apps with distinct governance rules, members, and permissions. This is an especially useful tool for progressive decentralization or making decisions that require very specific, but separate sets of domain knowledge. Voters who are only knowledgeable or care about particular areas may choose to delegate to more knowledgeable users in one Department, while participating directly in another. ## Project Team Chris Piatt - smart contract + subgraph developer * Github: https://github.com/pyython * Twitter: https://twitter.com/chpiatt Caleb Sheridan - front-end developer * GitHub: https://github.com/calebsheridan * Twitter: https://twitter.com/calebsheridan ## Live Demo Live Platform Demo: https://liquid-democracy-staging-dot-handy-reference-234917.ew.r.appspot.com/ If you would like to connect a wallet to play around with the app, [import one of these private keys into your MetaMask](https://medium.com/publicaio/how-import-a-wallet-to-your-metamask-account-dcaba25e558d) and change your network to Rinkeby: * edb2fa708c92b59e8ef11ad776931f053748fc064fb6fdb044c4c65aa3b540b1 * 0ec0c9cc134405adf0a8861274aeada1bda0a2aecffffa177899cf86c61d654f * 15eda8c3b8197379a8cfa6394a83cb7fc00d8618ef44604c1eff103fc03781b7 (Don’t worry, they’re just burner accounts we’re using for testing, go crazy! Just make sure you keep an eye on your delegable balance if you try to delegate; someone else may have already delegated your balance for that department. Undelegate first!) ## Aragon App Demo Video Delegable Voting App Walkthrough: https://www.loom.com/share/f8ff81e9103b477d88ffad7b3351d0b3 ## Code Liquid Democracy Aragon Template: https://github.com/blocklytics/liquid-democracy-aragon-organization-template/tree/master/templates/liquid-democracy Delegable Voting (Department) Aragon App: https://github.com/blocklytics/delegable-voting-aragon-app Delegable Token Manager Aragon App: https://github.com/blocklytics/delegable-token-manager-aragon-app Subgraph: https://github.com/blocklytics/connect/tree/master/packages/connect-thegraph-delegable-voting/subgraph Liquid Democracy Platform Front End: https://github.com/blocklytics/liquid-democracy-front-end ## Other Links Liquid Democracy Subgraph: https://thegraph.com/explorer/subgraph/blocklytics/aragon-delegable-voting-rinkeby Example Aragon Org: https://rinkeby.aragon.org/#/compound-finance/0x32c458518c6ce3c2403ad54cc1d069987e4f7323/ ## Future Work We have a number of goals for future development of this template and platform. Some key items: * Support multiple levels of delegation (delegates can re-delegate their voting power). This would likely require a phased approach, as there are some fundamental limits to the Ethereum platform (namely, gas limits) that must be overcome: * The first phase would require setting hard caps on the length of delegation chains (i.e. delegates can only re-delegate a maximum of three times). * The next phase would likely require using an oracle to keep track of delegation chains, although it may be possible in the near future to use an L2 solution with a stronger trust model like Aragon Chain or ZK proofs. * Richer stats + engagement on our platform. We see this platform as having tremendous potential to help voters find and vet delegates for the networks they care about. Users will want to know more about a given delegate’s voting record and ideology. Similarly, delegates will want tools to connect with voters and demonstrate their expertise in a given subject area. * Implement a ‘function library’ for each Department of whitelisted smart contract functions the voting apps have permission to execute directly upon passing of a vote * Add nuance to votes by allowing voters to include a git-commit style message explaining their reason for voting a certain way. We would host this data on IPFS, giving immutable transparency to the thinking behind every vote. * Reduce gas cost for votes/delegation. This is a major deterrent for onchain voting systems (particularly as gas prices on Ethereum continue to soar). Delegation already helps in this area (because not every voter has to vote to have their voice heard), but the friction is still too high. Again, this is an area where L2 solutions will help tremendously. We’re excited about Aragon Chain in particular in this area. * Sybil resistance. This is hugely important to enable DAOs with more open membership models. Our current preferred approach here is to support a bring-your-own identity verification model to allow organizations to choose the level of proof that makes the most sense for their organization (anything from linking social profiles to full KYC). ## Issues/Questions If you run into any issues while playing with the demo (i.e. a test account runs out of gas) or if you have any questions/comments, don’t hesitate to reach out: Chris Piatt chris@blocklytics.org Caleb Sheridan caleb@blocklytics.org

    Import from clipboard

    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 lost their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template is not available.


    Upgrade

    All
    • All
    • Team
    No template found.

    Create custom template


    Upgrade

    Delete template

    Do you really want to delete this template?

    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

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox

    New to HackMD? Sign up

    Help

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

    Documents

    Tutorials

    Book Mode Tutorial

    Slide Mode Tutorial

    YAML Metadata

    Contacts

    Facebook

    Twitter

    Feedback

    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

    Versions and GitHub Sync

    Sign in to link this note to GitHub Learn more
    This note is not linked with GitHub Learn more
     
    Add badge Pull Push GitHub Link Settings
    Upgrade now

    Version named by    

    More Less
    • Edit
    • Delete

    Note content is identical to the latest version.
    Compare with
      Choose a version
      No search result
      Version not found

    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. Learn more

         Sign in to GitHub

        HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.

        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
        Available push count

        Upgrade

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Upgrade

        Danger Zone

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

        Syncing

        Push failed

        Push successfully