Replies: 3 comments 6 replies
-
This can be accomplished more elegantly by one small backwards compatible change in the existing protocol. Association requires consent, so therefore, the if the receiving account signs the transaction of the airdrop it can implicitly create the association as a part of receiving the airdrop. When you combine this with scheduled transactions, you can make this an asynchronous human workflow. Wallet user interfaces can interpret the situation via mirror node queries to provide elegant easy to understand interfaces. We do not need the changes in the HAPI described in this HIP to attain the goals stated. |
Beta Was this translation helpful? Give feedback.
-
One thing that I'm not sure has been covered in this HIP: Is the receiver required to hold HBAR in order to receive the airdrop? Currently it seems that this is the case, since the user must send a transaction to the network to receive the token. Creating the token inbox without addressing this friction point will still lead to grief from projects, particularly web2 projects who are onboarding users that aren't crypto native and thus won't have any HBAR. Is there any method to have the sender set a flag to pay for the receiver's association and acceptance transactions in full? This would resolve a huge pain point that is holding many companies back from moving onto Hedera. User Story: I am a project onboarding users onto my platform through token incentives. I want my users to be able to receive my NFT's/tokens on a fresh, empty account without requiring them to first load their account with HBAR. |
Beta Was this translation helpful? Give feedback.
-
Another way this can be done without this HIP: the sender signs a scheduled transaction that requires the receivers signature, the receiver's wallet can handle the issue of association in the background after the user approves receiving the token on the wallet's UI. Or if the user wants to take no action to receive tokens, this is already covered by autoassociation. This HIP is not necessary. |
Beta Was this translation helpful? Give feedback.
-
From the draft:
_
User Stories
Terminology
The following terminology is used in the rest of this Specification
User stories
Here is the HIP that is being reviewed: HIP-655
Beta Was this translation helpful? Give feedback.
All reactions