Skip to main content

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 KindAction RequiredVerification Method
x_followFollow designated creator account on XX API OAuth Verification
x_retweetRetweet the official campaign announcementSocial Graph Lookup
x_commentLeave an authentic comment or tag friendsText & Mention Verification
x_quoteQuote tweet with campaign hashtagQuote Status Verification
x_communityJoin designated protocol communityCommunity 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:

  1. The protocol evaluates task completions and validates eligible winner addresses against anti-sybil rules.
  2. The settlement transaction is dispatched directly to the CircleSmartEscrow contract.
  3. Funds are disbursed instantly in USDC or EURC with zero deduction.
  4. Each winner receives an on-chain receipt with a clickable transaction link to the ArcScan explorer.