As a user, when I share the link with another user via the "Token details" or "Token Listing" , other user who is coming by clicking on the link, should be allocated 100 tokens (Same token whose link was shared).
The restriction should be, it has be done once per user. If user has claimed 100 token then even when user clicks on the same link should not get the token again. Every principal can claim only once in entire lifetime.
Utilise the airdrop pool 8% for token allocation until the supply lasts. (Already implemented when Token creation was implemented. Rupansh has context to it)
Range of token can be min. 100 and max. 1000 (If someone sends > 1000, we give only 1000)
No error to be thrown to users when the token supply < 100.
Token allocation to be done even for non-logged in user.
Expectation:
As a user, when I share the link with another user via the "Token details" or "Token Listing" , other user who is coming by clicking on the link, should be allocated 100 tokens (Same token whose link was shared).