Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Level K Request for Nest Membership and Funding for Aragon Futarchy App #97

Merged
merged 2 commits into from
Dec 1, 2018

Conversation

jpkcambridge
Copy link
Contributor

Level K Request for Nest membership and funding for Aragon Futarchy App (#93)

Team name: Level K

Proof of concept / research whitepaper: Proposed Interface | Tokenized Event Configuration | Futarchy Setup

Burn rate: $40k/month for three months

Legal structure: Level K, Inc., US C Corporation

Team and roadmap

Proposal

Futarchy is an alternative and relatively untested form of governance that uses prediction markets to determine which policies will be the most beneficial for an organization. Giving Aragon DAOs access to futarchy creates a low stakes and low barriers-to-entry environment for continued testing and experimentation. While there are many potential implementations of futarchy, we propose starting with a single implementation described below.

Futarchy Setup

  • Success Metric - This implementation will use token price to predict and measure the success of a policy or decision. A price feed oracle for the DAO's token will be required when the Aragon app is added. If there is demand for other success metrics in the future, they can be supported fairly easily as long as an oracle can be provided.
  • Decision Function - The decision will be made based on the outcome that has the higher predicted token value for the largest percentage of the decision period.
  • Tokenized Event Configuration - For each futarchy decision, a categorical event for the decision being accepted or not accepted will be deployed. The outcome tokens of the categorical event will be used as the collateral tokens for two scalar events that will be used to predict the token price given that outcome. For more information on this setup, please see the first configuration described here.
  • LMSR Markets - For each scalar event, an LMSR market will be started for the trading of the scalar event's outcome tokens. LMSR markets require up front funding to ensure a sufficiently liquid market. The burden of funding the market will lie on the user that creates the futarchy decision.

Integration With Aragon

The futarchy app will follow the patterns set by the voting app as closely as possible. Ideally, DAOs will be able to swap out voting for futarchy with minimal effort. The proposed interface for the Aragon futarchy app can be found here.

A UI will be designed and implemented to allow end users to launch new futarchy decisions, interact with markets, and gain insights on active futarchy decisions. It will consist of a screen outlining all current and past futarchy decisions, a detail screen for specific futarchy decisions, and a new futarchy decision slide out modal similar to the new vote modal.

@CLAassistant
Copy link

CLAassistant commented Oct 4, 2018

CLA assistant check
All committers have signed the CLA.

Copy link

@lkngtn lkngtn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks quite reasonable as an initial scope.

I expect that initially due to liquidity concerns the application may be of limited usefulness to most users, but will still be quite interesting/useful for larger organizations/protocols. Ideally as new designs emerge that handle thinly traded markets more gracefully (e.g. batch auction markets like the dutchx) the application can be updated to support those without a complete refactor.

The need for a price feed may also be a bit of a barrier and it would be nice to provide an out of the box option. It might be interesting to include an Aragon App that integrates with a permission-less on-chain exchange (uniswap or dutchx may be good fits and I think both are fairly close to launching) to provide users with a simple way to exchange the DAOs tokens for ETH and vice versa, while also solving the price feed oracle issue. I'm curious if what Level K's thoughts are on this and whether it might be feasible to include within the scope of this grant?

@jpkcambridge
Copy link
Contributor Author

@lkngtn

Agree regarding liquidity concerns and Level K will work to keep the interface simple and flexible enough to be compatible with emergent market designs.

Level K has some experience working with DutchX, which is a nice solution, but automated markets seem desirable for the usability of the app, especially in light of concerns about limited liquidity. We think it makes sense to integrate with Uniswap as part of the scope of this grant. However, while we agree it would improve usability for organizations to have a separate Aragon App to integrate with Uniswap or other permission-less on-chain exchanges, we think that an additional UI would add more scope than we are comfortable with for this grant.

Copy link

@bingen bingen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me and really interesting! Indeed, it will be a very useful piece to build Aragon DAOs and to experiment with governance.

From the more technical detail point of view, I have some questions/comments:

  • Democracy vs TCR. The proposed interface seems to take our Voting app, used in our Democracy template, as a reference. I see also a reference to your Futarchy Curated Registry (very interesting, btw!). What's exactly the purpose or scope of this application? Of course it would be good to include both, but interfaces will likely be different. You can have a look at our first (slightly outdated) attempt for TCR here. In general I think defining broad scope interfaces for Voting is quite hard.

  • DAO kit. In any of the two previous cases (or both) it would be good to provide templates / DAO kits. You can have a look at the current ones:

  • APM. Related to the one before, it would be nice to publish the app in the Aragon Package Manager. So when eventually the App center is available anybody can easily install it.

  • ACLs. Are you planning to use our ACLs? I think it would be good to define some roles, like for creating new decision or for changing parameters like the Oracles (which doesn't appear in the interface but I think it would be useful).

  • UI. Will the implemented be using Aragon UI? It would be nice for a better integration into Aragon Core.

@jpkcambridge
Copy link
Contributor Author

@bingen Appreciate the detailed questions. Let us know if this addresses them:

  • Democracy vs TCR
    For the purpose of this grant, we don't intend to include a TCR, but it is something we think might be interesting for the future. The scope for the grant will be an app to create and resolve futarchy based decisions. We intend to emulate the patterns used in the exiting Aragon Voting app so as to make switching out a Voting App for the Futarchy App as easy as possible.

  • DAO kit
    We intend to support implementing a DAO kit (or the equivalent of what that may evolve into) for futarchy.

  • APM
    We also will publish the futarchy app to the APM.

  • ACL
    We will consider using ACL where we see roles and permissions being defined. Are there good examples we could look to?

  • UI
    The UI will be implemented using Aragon UI and will be integrated into Aragon Core.

@bingen
Copy link

bingen commented Oct 18, 2018

Hi @jpkcambridge , thanks for your response, it completely addresses my questions.
About TCR, yes, for sure, it's definitely out of scope and it would also be duplicating efforts as we are working on it. But as we move forward it may be interesting to have it in mind and think about the interface needed to make Futarchy work there, as you are already doing that, and if it's possible to have both interfaces in one app or how can we do the best way.
About ACLs, you can have a look at any of our apps or even our DAO kits where ACLs are orchestrated. When you start woking on it I'll be happy to assist you if you need help with it.

@mariapao
Copy link
Contributor

Hi @jpkcambridge. Just one last comment to make sure we understand correctly:

Regarding the liquidity concerns, you said the app will integrate with Uniswap as part of the scope of the grant. We imagine in this case you will provide a backend integration, right? And would it be possible for you provide instructions for the user to interact with the existing uniswap UI to set up the liquidity/price feed?

@jpkcambridge
Copy link
Contributor Author

@mariapao

That is correct. We will provide a backend integration with Uniswap and instructions for the user on how to interact with the existing Uniswap UI to set up the liquidity for a Uniswap market and instructions on how to connect that market to the futarchy app so that it can serve as the price feed for the Futarchy instance.

@mariapao
Copy link
Contributor

@jpkcambridge great!

We don't have more comments on the application. This is a very exciting project, we can't wait to see it built and start experimenting with Futarchy. You guys have an amazing team.

I'm pleased to let you know that your request for funding is approved. Welcome to Nest :)

Next steps: I'll schedule with you a call to go over some minor details to close this application process and start the onboarding process to the nest program.

@haydenadams
Copy link

@mariapao

That is correct. We will provide a backend integration with Uniswap and instructions for the user on how to interact with the existing Uniswap UI to set up the liquidity for a Uniswap market and instructions on how to connect that market to the futarchy app so that it can serve as the price feed for the Futarchy instance.

This is awesome! :) Working on some docs that should help out: https://docs.uniswap.io/

They should be much more filled out over the coming weeks, and will include some example integrations.

@mariapao mariapao merged commit 3199488 into aragon:master Dec 1, 2018
@yeqbfgxjiq yeqbfgxjiq mentioned this pull request Nov 1, 2019
luisivan pushed a commit that referenced this pull request Jun 1, 2020
Level K Request for Nest Membership and Funding for Aragon Futarchy App
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants