|
|
|
|
|
by exdsq
1642 days ago
|
|
Bands != Ticket Master. Right now the easiest way to release tickets is through a central authority that takes fees to manage them, and then control the resale market. You can take the tickets elsewhere like Stubhub but that introduces 25% in fees to have insurance that if your tickets aren't valid and don't get you into the venue, you can have a refund. It's still impossible to check the tickets you purchase on these sites are authentic too - ticket fraud is a wide-spread multi-million dollar issue in the resale market (as you will see in the news from time to time). If you move this to NFTs you have a few advantages. The workflow would look like this: Band creates NFTs (maybe via a website?) and they now exist in the bands wallet. Band puts them up for sale with a smart contract. Fans buy the tickets. Fans can attend the gig by showing the ticket is in their wallet to enter. Fans can resell the tickets if they're allowed to via another smart contract with the a small royalty going back to the band. Don't want the ticket to be resellable? Add a boolean flag to the NFT in its metadata. Want to check the ticket is authentic? Check it's tx history back to the bands minting (or check the NFT address exists in the list of valid tickets on the bands sale site or something). There are some UX issues here but they should all be solvable. Use a chain like Avalanche and the tx fees are $0.02 at the moment. Essentially the whole man-in-the-middle central company that manages the creation, sales, resales, etc, becomes an open-source peer-to-peer infrastructure. This same thing could be true for game licenses or really any truly digital item. These assets become programmable and new business models are becoming viable while old business models are in theory obsolete - obviously this has some huge caveats: the UX on web3 sucks, we need to migrate from proof-of-work so it's not environmentally awful, and we need to disassociate ourselves with the scammy $1m NFTs. Also some edge cases need to be solved like how customer service will work if something goes wrong. I mean the most fundamental thing about the blockchain and NFTs still blows my mind from time to time - these transactions are atomic and stop double-spend attacks. I can set up a transaction with you where you pay USDC and I send an NFT for a bands ticket, and we know for certain that at the end of the tx you're going to have that ticket and I'm going to have that money. No "you send it first, I don't trust you" or escrow service needed. The fact we can stick a Turing-complete program in the middle of that and add things like verification the ticket is from the set of authentic tickets, or that it's only valid if the USD is worth 1.25-1.30 Euros to avoid slippage, is just awesome (to me). |
|
Any kind of argument here would have to start with an explanation of why it wouldn’t be possible or practical to just start a new ticket company that does this all for free/very cheap.