On-Chain Proof
Template registry
10 app types registered on WireFluid
Prediction, vote, survey, quiz, raffle, bounty, fan pass, points pool, tournament, auction.
Live contracts
11
Factory plus three public V2 templates and seven Phase 1 expansion templates.
Live public campaigns
3
All current public campaigns are compatible with gas-sponsored participation.
Contract validation
262
Passing contract tests covering the public system and Phase 1 expansion templates.
How This Maps To Judging
The point of this page is to make the scoring criteria legible through product evidence, not private explanation.
Smart contract security
OpenZeppelin Initializable-based templates, explicit lifecycle states, creator attribution, and 262 contract tests.
Verify: Contracts + tests + proof records
Reusability
Factory-based clone deployment and three public V2 templates plus seven Phase 1 expansion templates reusable across campaign-style apps.
Verify: Builder, factory, proof page
Usability / UI-UX
Builder, explore, manage, profile, leaderboard, proof, and gas-sponsored participation all exist in one live app.
Verify: Route surfaces in production
Gas and RPC discipline
Gas sponsorship removes end-user chain friction and cache-backed view snapshots reduce repeated read pressure.
Verify: Relay flow + ops + cached views
Real-world impact
PSL is the flagship demo because it proves a visible creator-fan-observer loop with real engagement behavior.
Verify: Live campaigns + profile + proof
Code quality and proof
Public repo, current addresses, lifecycle transactions, and proof surface all line up with the live deployment.
Verify: Repo + proof + explorer
Current Contracts (11)
| Contract | Links |
|---|---|
CampaignFactory V2 EIP-1167 clone factory with creator and template attribution | |
PredictionLogicV2 Relay-friendly lifecycle prediction template | |
VotingLogicV2 Relay-friendly lifecycle voting template | |
SurveyLogic Relay-friendly survey template | |
QuizLogic Trivia and scored-answer expansion template | |
RaffleLogic Fan giveaway entry template with on-chain winner selection | |
BountyLogic Creator-curated challenge and winner finalization template | |
FanPassLogic Tiered soulbound fan access pass template with supply caps | |
PointsPoolLogic Reputation-weighted prediction pool template without custody | |
TournamentLogic Multi-round bracket prediction template with cumulative scoring | |
AuctionLogic Pledge-based fan privilege auction template |