project screenshot 1
project screenshot 2
project screenshot 3
project screenshot 4
project screenshot 5
project screenshot 6

Swift Tickets (Taylor's Version)

Taylor Swift tickets belong to genuine fans. Our events platform disrupts the $78B Event Tickets market, leveraging World ID to prevent bots from buying tickets. Bots will never steal your tickets again!

Swift Tickets (Taylor's Version)

Created At

Superhack

Winner of

šŸŠ Worldcoin ā€” Pool Prize

šŸŠ Mode ā€” Prize Pool

Project Description

šŸ¤– "It's Me, Hi, I'm The Problem, It's Me"

You've likely heard of Ticketmasterā€™s inability to handle bots, especially in November '22 when fans waited HOURS (just to get nothing), or most recently in August '23, when their Eras Tour Verified Fan program was basically a lottery ticketā€”thousands of fans were waitlisted.

The Events Tickets market is a huge opportunity. According to Statista:

"Revenue in the Event Tickets market is projected to reach $78B USD in 2023, [...] and an expected 760M users by 2027"

Ticketmaster is a monopoly and their Verified Fan just doesn't work.

šŸ˜­ Cruel Summer

Canadian fans are frustrated that they're all on the waitlist for Swift's Eras Tour in Toronto (November 2024). There was only a 1 in 400 chance of getting a ticket (source), so it's actually easier to get into Harvard than to get a Eras ticket :P

šŸ‘ļø You're The Only One Of You

With Swift Tickets' use of World ID, only real humans can buy tickets! This prevents bots from accessing the checkout.

Thereā€™s been privacy concerns with Worldcoin, but Swifties will literally do anything to get a ticketā€”in the future, I'll implement different verification levels based on orb / phone verification, which can differentiate their chances of getting in by how much we're able to prove they're human.

How it's Made

Swift Tickets is an events platform that leverages Worldcoin's World ID to discourage ticket scalpers and prevent bots from buying Taylor Swift concert tickets. Every sponsor tech's integration in this dapp was intentionally and thoughfully chosen to provide a seamless user experience.

  • Worldcoin's World ID for bot prevention
  • Deployed on the Superchain (Optimism, Base, Zora, Mode)
  • Supabase for World ID web backend verification
  • NFT metadata stored on IPFS through Pinata
  • Alchemy and QuickNode for RPC endpoints

Tickets

The tickets are all deployed on different chains, separated by seat sections! For example, at a stadium there's 100 level, 200 level, etc. and seat sections in each. Each of these sections have tickets deployed on a different chain, which leverages the Superchain's horizontal scaling to provide more accessibility to users in case they're on another network. If 10s of thousands of Swifties are trying to mint an NFT at the same time, it might even help with congestion/gas fees! Deployments were made using Hardhat, with networks in /blockchain/hardhat.config.js.

Checkout with World ID

The key value prop of this platform is using World ID to prevent bots. The UI/UX is similar to a reCAPTCHA, with users clicking on the I'm Human button to verify with Worldcoin. Once verified, a useEffect will automatically check if the user is verified in the Supabase database and show a green approval. If not verified, the Purchase NFT Ticket button won't work!

Important: since user's can game the frontend, the web verification can't be just done on the frontend, which is why Supabase is used. In verify.ts, the if (verifyRes.status == 200) block contains the lines where the user's address + a isWorldcoinVerified boolean is sent to Supabase. In the frontend, when determining whether to show a I'm Human or Verified button, Supabase is called to determine if the user is verified.

Overall Dapp

  • Next.js app frontend built with TypeScript and HTML/CSS, with a verify.ts API route for World ID verification.
  • Hardhat project for deploying Solidity smart contracts.
  • Design + branding was inspired by Zora!

Deployed Contracts

background image mobile

Join the mailing list

Get the latest news and updates