-
Notifications
You must be signed in to change notification settings - Fork 773
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
Support for Proxy/Delegations #1227
Comments
HI @crystalin Which strategy you are referring to? 🙈 Sorry i didn't get it |
@ChaituVR Sorry for the delay. I'm mostly referring to the moonbeam-free-balance strategy. But I think the concept is indepandant of which chain. In this case, the same tokens can be used by multiple accounts, the question is how to limit so that it is used only once ? |
Do you mean limiting spaces to use this strategy only once? 🤔 |
Yes, I think the easiest way to think about it is with proxies. |
Gentle ping :) |
Could we consider implementing a "Proxy Login" feature? This would allow account B to vote as usual when logging in independently. However, if account B chooses to "log in as a proxy" for account A, their session would mimic that of account A, enabling them to vote (or propose) on behalf of account A. We can provide the verification on-chain, so we know that B is effectively a proxy of A. |
That would work for supporting proxies yes, but requires Snapshot to support asProxy feature. |
gentle ping |
I don't know well snapshot but I'm curious how we could support the proxy/delegations case for Moonbeam
Those are in a "many-to-many" relationship. Ex:
If I simply check if B is proxy of A and allows to use the Tokens, it also means that C, D (and also A) can spend the same tokens which is unfair.
@ChaituVR do you have an idea ?
The text was updated successfully, but these errors were encountered: