Creator Engagement Bounties
Prizee LOTTERY's Creator Engagement Bounties engine allows protocols, DAOs, and content creators to incentivize social actions with guaranteed smart contract prize pools.
The Problem with Traditional Web3 Giveaways
Most social giveaways on Twitter/X, Telegram, or Discord suffer from:
- "Fake Giveaways": Organizers announce rewards but never send the tokens.
- Bot Farming: Sybil attacks drain rewards before legitimate community members can participate.
- Manual Distribution Overhead: Sponsoring teams spend hours copy-pasting addresses and manually sending transactions.
Prizee LOTTERY solves this entirely through On-Chain Escrow + Automated Task Verification.
Supported Verification Tasks
Creators can configure one or more required tasks for participants:
| Task Kind | Action Required | Verification Method |
|---|---|---|
x_follow | Follow designated creator account on X | X API OAuth Verification |
x_retweet | Retweet the official campaign announcement | Social Graph Lookup |
x_comment | Leave an authentic comment or tag friends | Text & Mention Verification |
x_quote | Quote tweet with campaign hashtag | Quote Status Verification |
x_community | Join designated protocol community | Community Membership Check |
Settlement Modes
Creators choose between two distinct settlement models:
1. First-Come, First-Served (FCFS)
- Mechanics: The prize pool is split evenly among the first $N$ verified participants.
- Slot Capacity: When slots reach 100% (e.g. 50 / 50 slots claimed), the campaign locks immediately.
- Payout: Winners are paid immediately upon completing all tasks, or in a single automated batch when the campaign countdown concludes.
- Cryptographic Proof: Verified task completion timestamps stored on-chain.
2. Random Draw (random)
- Mechanics: All users who complete the required tasks before the deadline are entered into a raffle.
- Selection: When the round closes, winners are selected randomly using the on-chain block hash seed.
- Weighted Pools: Higher-tier supporters or users with higher referral scores can receive bonus entries.
Anti-Sybil & Quality Filters
Creators can enforce quality thresholds on eligible accounts:
- Minimum Followers: Disqualifies freshly created bot accounts with 0 followers.
- Minimum Reputation Score: Algorithmic scoring evaluating account age, activity, and authenticity.
- X Blue Verified: Optional toggle requiring verified premium accounts for high-value rewards.
Payout Execution
When the bounty concludes:
- The protocol evaluates task completions and validates eligible winner addresses against anti-sybil rules.
- The settlement transaction is dispatched directly to the
CircleSmartEscrowcontract. - Funds are disbursed instantly in USDC or EURC with zero deduction.
- Each winner receives an on-chain receipt with a clickable transaction link to the ArcScan explorer.