-
Notifications
You must be signed in to change notification settings - Fork 0
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
Packaging Algorithms into Legos #2
Comments
Packaging Algorithms into LegosPrize BountyWinners will split $8,000 paid out in GTCChallenge DescriptionIn this challenge, you will package useful anti-Sybil algorithms into "Legos." These Legos can be thought of as autonomous packaged algorithms that can be run individually in batch mode or tied together with multiple other Legos into pipelines that run closer to real time. Interesting algorithms to consider packaging into Legos include:
You can read more about the concept of Legos in this guide on the Gitcoin Forum: Submission RequirementsPlease use the Ocean Protocol to submit your analysis. More information about how to use the Ocean Protocol is available in this FAQ: https://opendataforweb3.github.io/docs/faq/ Judging CriteriaAs mentioned above, this bounty in particular rewards the packaging of algorithms into Legos. In addition - the judges will look more favorably on those submissions that utilize decentralized approaches. For example, approaches that utilize the Pocket Network and TrueBlocks as well as the Ocean Protocol will be graded more highly all else equal than those that rely upon centralized sources of data and indexing. You may also wish to compete for the Lego Dashboard to show how your Lego and potentially other Legos can be displayed together. Winner Announcement DateWinners will be announced by February 14th, 2023.ResourcesThere is a hackathon channel in the OpenData Community discord called #DataBuilder-Hackathon-2023. You can join the OpenData Community discord here. You can access OpenData Community resources including relevant FAQs and tips: Additionally, we have prepared a dataset for your use that includes information about recent grants rounds with Unicef and with Fantom: |
hey guys, I couldn't make my Gitcoin account work to complete my submission so I will post it here to submit it before the deadline. https://github.com/stefi-says/web3_projects_and_contributions/tree/main/sybil_start_checks_package/sybil_start_checks |
Packaging Algorithms into Legos
Prize Bounty
Winners will split $15,000 paid out in ETH
Challenge Description
In this challenge, you will package useful anti-Sybil algorithms into "Legos." These Legos can be thought of as autonomous packaged algorithms that can be run individually in batch mode or tied together with multiple other Legos into pipelines that run closer to real time.
Interesting algorithms to consider packaging into Legos include:
Each Lego should be able to take as input a wallet address (or a list of addresses) and output a boolean response. That boolean response does not necessarily have to be whether or not those wallets are judged to be a Sybil; rather, each Lego could score wallets on a particular attribute, such as whether they have performed a particular set of actions, or if they appear on a given list, or showed certain behaviors.
You can read more about the concept of Legos in this guide published 1/10 on the Gitcoin Forum:
Submission Requirements
Please use the Ocean Protocol to submit your analysis. More information about how to use the Ocean Protocol is available in this FAQ: https://opendataforweb3.github.io/docs/faq/
Judging Criteria
As mentioned above, this bounty in particular rewards the packaging of algorithms into Legos. In addition - the judges will look more favorably on those submissions that utilize decentralized approaches. For example, approaches that utilize the Pocket Network and TrueBlocks as well as the Ocean Protocol will be graded more highly all else equal than those that rely upon centralized sources of data and indexing.
You may also wish to compete for the Lego Dashboard to show how your Lego and potentially other Legos can be displayed together.
Winner Announcement Date
Winners will be announced by February 14th, 2023.
Resources
There is a hackathon channel in the OpenData Community discord called #DataBuilder-Hackathon-2023. You can join the OpenData Community discord here.
You can access OpenData Community resources including relevant FAQs and tips:
Additionally, we have prepared a dataset for your use that includes information about recent grants rounds with Unicef and with Fantom:
The text was updated successfully, but these errors were encountered: