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

LinkWallet with Balance #11377

Open
dillchen opened this issue Mar 10, 2025 · 0 comments
Open

LinkWallet with Balance #11377

dillchen opened this issue Mar 10, 2025 · 0 comments
Assignees
Milestone

Comments

@dillchen
Copy link
Contributor

dillchen commented Mar 10, 2025

Description

Lots of empty wallets, that's "okay" for the first one, but cannot just link many wallets. Create a new event or extend the previous one to include a specific balance amount of tokens

Implementation

  • Platform Side Scoping to LinkWallet (amount, token pairing(s), a subset (only tokens that are in the token db)
  • Client Side Update the LinkWallet QuestAction to include this "nested list" -> leverage the "groups gating requirements UI" -> users will have to fulfill all the requirements (ors)

Discussion

  • Option1: Take the snapshot at the time of Linking of Wallet (not sybil resistant)
  • Option2: think about taking the aggregate / minimum supply during some time period, but this would change the Quest Model
  • Option3: "include this" as part of groups / gating (award XP at the end of the quest) for maintaining the balance during the whole period
@dillchen dillchen added this to the XP v1.1 milestone Mar 10, 2025
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
@dillchen @Rotorsoft and others