Great let's add one more incentive type, Airdrop. This would be a simple token distribution with a prediefined audience. We can call these all Retroactive Incentives
I'll add the Airdrop incentive type and update the interface to reflect "Retroactive Incentives" as the overall category.
Perfect! I've added the Airdrop incentive type and updated the interface to reflect "Retroactive Incentives" as the overall category. Here's what's been added:
🪂 Airdrop Features:
🎯 Updated Flow:
The interface now supports all four retroactive incentive types with a streamlined experience where only Raffle requires manual audience selection, while the other three types automatically determine their target audiences based on the selected query.
I thinkf or the distribution parameters you could setup different types: Here are a few scenarios:Raffle - A total reward pool distributed X times based on N tickets with different prize sizesLeaderboard - rewards based on different places"Dependent" or some toerh better term. SOmething where it's actually in the query.
Great idea! Let me update the distribution parameters to include different reward structures based on the incentive type. I'll add specific configuration options for each scenario.
Perfect! I've updated the distribution parameters to include different reward structures based on the incentive type:
🎲 Raffle:
🏆 Leaderboard:
💰 Rebate & 🪂 Airdrop:
Performance-based Rewards:
Reward = Base Reward + (Performance Metric × Multiplier)100 + (10,000 × 0.01) = 200 tokensPrize Structure Configuration:
Smart Validation:
This creates a much more sophisticated reward system where the distribution method matches the incentive type's purpose and provides flexibility for different campaign goals.
Let's have it be a selector or a CSV upload for the reward structure. I think that's the easiest.