Skip to content
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

On-chain Identity Scoring System - $4000 #14

Open
newnewsms opened this issue Oct 13, 2022 · 2 comments
Open

On-chain Identity Scoring System - $4000 #14

newnewsms opened this issue Oct 13, 2022 · 2 comments

Comments

@newnewsms
Copy link

newnewsms commented Oct 13, 2022

Difficulty: Medium

Blockchain knowledge: Medium

Frontend knowledge: Low

Description

Build a dApp using an indexer to check the activities of given EVM addresses. Activities are based on smart contract interactions and transactions. For example, a mint() call or approve() call to a contract can be considered an activity. Categorize the activities and build useful scoring systems using the activity data.

If users connect their wallets to the dApp (Metamask or Talisman), you can calculate their scores and add them to a leaderboard.

Interesting scoring systems:

Trader Score 📈: based on how often the users interact with the DEXes and operate token swaps and how much their volumes are

Farmer Score 👨‍🌾: based on how often the users provide liquidity on various DeFi protocols and how much they provided

Degen Score 💰: based on how often the users’ position on lending protocols and CDPs and how high their leverages are

Diamond Hand Score 💎🙌: based on how long in average for users to hold certain tokens

Acceptance Criteria

  • Implement 2+ scoring systems for on-chain addresses
  • Build a dApp that allows users to connect their wallets, calculate their scores, and record on the leader board
  • Using a data indexer like SubSquid or SubQuery.

Reward Tiers

Up to $4000

  • Contribution to the Astar ecosystem (25%)
  • Originality, Creativity, and Innovation (25%)
  • Technical Difficulty (25%)
  • User Experience (25%)

Resources

  • Official documentation: Here
  • API documentation: Here
  • XCM documentation: Here
  • Network details: Here
  • All about dApp staking: Here
  • Example of AsterBase: Here
  • Using precompiles: Here
  • Developer hack support: Join here

Happy hacking!

@newnewsms newnewsms changed the title On-chain Identity Scoring System On-chain Identity Scoring System - $4000 Oct 14, 2022
@0xlxy
Copy link

0xlxy commented Dec 1, 2022

@0xlxy
Copy link

0xlxy commented Dec 31, 2022

@newnewsms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@0xlxy @newnewsms and others