Replies: 3 comments 3 replies
-
Awesome ideas and project (Osmotic Funding). Which pros and cons in use differente new aragon app istead update the current CV? |
Beta Was this translation helpful? Give feedback.
-
Hey @0xGabi love this kind of ideas to leverage the gardens protocol. 1- Add the superfluid aragon app to the gardens template. This way while it takes a bit more of time i think is a cleaner solution. Let me know what you think |
Beta Was this translation helpful? Give feedback.
-
Sounds like Osmotic Funding offers a tooling distinction (distinct from CV with threshold) to better handle Operational Expenses (OpEx) like recurring staff costs as opposed to Capital Expenses (CapEx) like one off projects or other discrete investments. Very cool stuff, fully in support! |
Beta Was this translation helpful? Give feedback.
-
Summary
A new proposal type to create flows of funds from Common Pool of Gardens.
From our experience on running Conviction Voting on 1Hive for more than a year. We notice that not all funding proposals are equal.
There are funding proposals that support long-term initiatives that need to be repeated every certain period of time to continue funding the work.
We think Osmotic, a hackathon project to expand the use cases of CV, offers a better alternative for the above proposals.
Test pilot
Osmotic hackathon
Osmotic Funding · ETHGlobal Showcase
Source Code
https://github.com/BlossomLabs/osmotic-funding
Spec
There are different ways in which we can integrate the changes made on Osmotic Funding to Gardens. Some we thought were:
Use signaling proposals + superfluid Aragon app
One way we can leverage the concepts of Osmotic without too many changes is by using CV signaling proposals as input of a middleware contract that handles the
fluid proposals
and talks with the recently developed Superfluid Aragon app tostart
andstop
flows for a beneficiary address once Osmotic threshold is reached.Note that for this solution we will need a service to keep the middleware contract up to date with the latest relevant signaling proposals data.
Superfluid Aragon app source code
https://github.com/BlossomLabs/superfluid-aragon-app
Update CV
Another alternative we have is to update the existent Conviction Voting app to include relevant methods to create a new proposal type (
fluid
) and the logic for the new calculations.Some open questions for this alternative are:
Giving more context
The above system is composed of several smart contract technologies. On the core of the whole Gardens we have AragonOS the smart contract framework to develop Decentralized Autonomous Organizations.
Going one level deep we will interact with two existent Aragon applications (smart contracts built on top of AragonOS to manage a specific responsibility on the DAO):
In particular, the Superfluid Aragon app is a wrapper that allow Aragon organizations to use the Superfluid protocol.
Beta Was this translation helpful? Give feedback.
All reactions