-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Planning for Bounty System #52
Comments
I want to this app to hit a few points
|
After reviewing ERC-725 I feel that while it might be nice to have, it's not required to test the waters and it's vastly more complex and offers far more than I imagined. I would need to spend a month or two just playing with that spec before I knew how to implement it properly so I'm not going to focus on erc725 until we have proven this tool will get used. Auth will just be a simple discord oauth2 login to make it easy to jump in and start posting or commenting on bounties. Funding a bounty should be easy with a few clicks using MetaMask. Of course, fund transfers should also be visible if you send from a wallet, and people should still be able to browse content read only without being logged in. A smart contract for staking bounties will be needed. It will need to hold funds until a date and then return them to original staker, or if consensus is reached award funds to workers. Funds sent direct to an address without using the contract would be considered permanently staked. |
Hey @stevemulligan, casual observer here. For what it's worth, I like the direction of your proposal. I believe it embraces the community driven aspect of Ellaism and can provide incentive for developers, designers, etc to contribute to building the ecosystem. I am really interested to see how this turns out. |
I'm sent this to some colleges at work, so I'll post it here as it helps to describe what I think will be a useful tool for us. Decentralized Topic Funding I'm in a decentralized community with lots of builders, and non builders that still want to contribute. We have a need to:
Seeking Consensus Through Public Engagement Ideas need a way to compete for attention because there isn't time to build everything. Engagement on a topic has different avenues
Trust and Reputation Crowd funding carries risks whenever the parties do not know each other well. For instance my clock never showed up, it turned out to be fake: https://www.indiegogo.com/projects/coolest-clock-probably-the-coolest-clock-ever#/ Everyone has to flag the people they trust and how they know them. The trust you are signalling is that you believe the other person is representing their identity honestly and that their intent to deliver resources or funding are genuine. This trust plays a key role in arriving at consensus for when the project terms have been met. Only people with a two way trust relationship established prior to the building phase will be matched. Sybil attack vectors exist for both funders and builders, so this two way trust is very important to minimize these attacks. |
Funding a TopicThis describes the stages that will take an idea from its genesis to a final state where the bounty is either awarded or returned to stakers. ActorsUser: Anyone on the system, read or writing content EntitiesTopic: The subject of work that a user wants to build. A rough idea that might need a little refinement over time to attract a pledge of resources. GenesisThe first stage is where a user creates the topic. They have in mind a finished product, Topics can be anything for which someone is willing to pay a bounty. From making a wiki page, to posting regular tweets, to building a dapp or anything at all. Topics will be A screen shot that will be displayed in a project gallery should be included. Files for things like mockups can be attached as well. The topic is not visible to anyone until the person that created it is willing to stake There will be a minimum stake amount which will probably be around 25 ELLA for at least 24 hours. RFCIn the RFC state users can comment and/or like the topic. Edits to topic meta data can be suggested in the comments, but only the topic creator can make edits. History of edits is preserved and visible. Comments can have files attached for things like mockups and other content required to do the work. Anyone can mark a topic as a possible duplicate of another, so users can see other similar proposals and compare requirements. Users can donate directly to the topic from inside the app with MetaMask or outside with any wallet. A direct donation without any associated terms will automatically be sent to the bounty faucet if the topic is ever moved to the abandoned state. Users can donate with a set of terms. A donation will only be counted as part of the bounty if a pledge of resources has an overlapping set of terms. Users will be able to mark other users as trusted parties. Two users terms will be tested for a match between two trusted parties. A builder may at any time choose to apply for the bounty with terms that interact his and any stakers. A staker with terms that did not match will have 24 hours to change their terms to join the bounty for this builder, or they can withdraw their funds. Any staker with still present with matching terms after the 24 window will be included. Staked funds are locked for the minimum time dictated by the agreed terms and the idea enters the Build phase. Terms are still to be defined but will consist of things like
BuildDonators may at any time jump in on existing terms to increase bounty. Anyone can donate during the build phase, but only original stakers that were part of the RFC phase can vote. The build phase has a time limit defined by the agreed terms. When this time runs out without consensus, project returns to RFC mode. The builder can return to RFC mode at any time if they feel they are unable to satisfy the terms after they start. Stakers may vote to return to RFC according to consensus rules defined in agreed terms if they feel the builder will not be able to complete the task. Builder can signal completion percentage or request final consensus. Builders can request feedback or unforeseen issues that may require return to RFC stage. In either scenario a discussion may result in more work, or it may result in the bounty being awarded. If the work could only be partially completed, stakers may vote to award a partial bounty. Unspent amounts are returned to the sender or in the case of a direct donation, returned to the bounty faucet. If a partial or full bounty is awarded the topic is moved to the Done stage. 10% of the total amount in the bounty faucet is added as a bonus. DoneThe bounty has been awarded, community can review history. Added as a badge to everyones profile. AbandonedThis happens when there are no stakers left, if everyone leaves during the RFC phase. Voting for awardsThese will have to be agreed upon in the terms.
This voting has to be done by individuals that we trust to be unique people. It's quite possible that someone could create fake identities and to try and award themselves bounties early, or to get free work done and then let the bounties expire and to reclaim the full amount. To minimize this you need to mark people you know as a trusted individuals. What properties will go into a set of terms is yet to be defined. |
Dev DependenciesDgraph - Graph Database for backend Front End Back End Even though I don't expect a large number of users for this, I still want to explore what is possible with a Graph DB since I have not used them much. Visit the Archella Repo to contribute. Demo site is up at https://www.archella.org but all you can so do far is login via Discord. |
Would there be any objections to trying out https://explorer.bounties.network instead of building our own? What they have is pretty impressive and we can use DAI tokens or ETH. |
The Bounties Network platform has already proven to be effective and exposing Ellaism to a larger audience. The platform is open source https://github.com/Bounties-Network Bounties can be posted at any time for any project that people want to support. https://explorer.bounties.network My plan is to close this issue and move the repo that was created. |
This thread was created to discuss, plan and finalize features that will be included in the first version of Ella's bounty system. Please pass it along that we are seeking participation and comments.
The text was updated successfully, but these errors were encountered: