Airdrop: how can gasplayer get the signature(v, r, s) reasonably? #3047
Unanswered
EthanWalker10
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hello @EthanWalker10, why does the Gasplayer have to help the user claim? Is this a requirement of your protocol? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
I have a question: The premise of Gasplayer helping the user claim and pay the gas fee is that it can obtain the user’s signature, but how can this interaction be implemented?
If Gasplayer is a smart contract, having the user send the signature to Gasplayer seems expensive and meaningless. If Gasplayer is an official agent and uses a traditional backend service to receive the signature information, then calls the claim function using Gasplayer’s address, this avoids the gas fee. However, doesn’t this lead to centralization? Everything is controlled by Gasplayer, and others can't see or verify it.
I believe there should be a better way to implement this. I would greatly appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions