AstarNetwork / AstarBounties

Astar bounties during hackathons.
8 stars 10 forks source link

On-chain Identity Scoring System - $4000 #14

Open newnewsms opened 1 year ago

newnewsms commented 1 year ago

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

Reward Tiers

Up to $4000

Resources

Happy hacking!

0xlxy commented 1 year ago

done! https://github.com/0xlxy/astar-identity-scoring

0xlxy commented 1 year ago

@newnewsms