Airdrops
It is possible to incentivize and reward users in experiences by dropping items directly to their wallet as part of the experience mechanics. To do so, follow these steps:
- 1.Create the item to be airdropped using the available minting tools in the Bridge. Take note of the item ID.
- 2.Transfer the item to the airdrop escrow wallet which is listed in the Bridge.
- 3.Using the SDK, set up custom logic that triggers the airdrop, for instance when users complete a specific task.
- 4.Include the item ID noted before in the configuration of the airdrop event.
- 5.Republish the experience. For now on, whenever the defined trigger is reached any consumer that is connected using their wallet will receive the airdrop reward.
Note: Airdrops last until the maximum supply of the item has been reached. See our SDK documentation on setting up in-experience airdrops for more information.
Last modified 13d ago