Comment on From millions of dollars to under a grand: The dramatic fall of the NFT
Klox@lemmy.world 1 day agoAck. I’m not going to pretend like I’ve thought up the whole business plan, but it’s well known the centralized ticket agencies have huge markups. Ticketmaster’s ticketing business is something like $3B in revenue with $1B in profit.
I’m sure there’s still a need venue services, I didn’t mean to suggest the Venue can be entirely in-house. Maybe I’m minimizing that part of their business, but if tickets are NFTs it’s extemelry easy to avoid vendor lock-in for expensive scanners and day-of services.
A database indexing scanned tickets is cheap if you don’t want to burn/transfer the NFT at the door (depends on the network costs too). But again I think that’s the cheap part of what these ticket business do.
dtaylor84@lemmy.dbzer0.com 15 hours ago
But Blockchain/NFTs solve the easy part of the problem that is already sufficiently solved with a database. Now you’re suggesting using NFTs and a database? Why bother.
Klox@lemmy.world 14 hours ago
What is your background in IT? I briefly explained that a database is not “just” a database when it comes to building a marketplace/exchange, there is a ton of infrastructure and code. The problem is that it is all proprietary and not following any kind of open standard. In comparison, the database schema for “checking in” to an event is dead simple: (ticket id, checked in). You could literally print off paper and do it analog if you wanted, it’s that simple. If you tell me your background maybe I can make a more specific analogy, but the infrastructure + code + database schema for a marketplace is like the difference between a golf cart and an F1 car. Or a grocery checklist and a novel. These are many orders of complexity different.
Why bother? Because it sucks paying fees. Literally billions of dollars extracted by middleware companies. Every stupid ass website is charging fees for everything because it’s all centralized crap. My wife wanted to go to a popular musical, and for 5 tickets I’m paying literally an extra ticket worth in “convenience fees”. I bought a paid for a couple more tickets for my siblings to join, and they bailed. I posted them on StubHub and one sold for less than value, and the other didn’t. The “general problem” of ticketing infrastructure - generating, marketplace, trading - has been solved with an NFT open standard at a fraction of the cost in comparison to what these parasitic companies are extracting. Why bother? Because I’m tired of our fees culture.
dtaylor84@lemmy.dbzer0.com 11 hours ago
You can replace the middlemen without involving Blockchain.
I am not saying the problem doesn’t exist, I’m saying Blockchain is overly complicated, inflexible and superfluous.
Whatever solution you design with Blockchain, I can redesign without Blockchain without losing anything – and gaining simplicity.
Klox@lemmy.world 10 hours ago
Ok, here are your requirements:
A ticket exchange that provides permission less access and trust less verification of ticket authenticity and ownership.
Tickets must be transferable between parties without intermediary controlling and approving exchanges (or you’re just the new middleman).
Rules around issuing tickets, resales, and revocation must be enforceable transparently.
Good luck friend. LMK what you come up with.
FWIW, if you don’t understand why blockchain technology is unique, in that it can solve problems NOT POSSIBLE with other technology, then you haven’t studied it enough. There are tradeoffs of course when designing systems, including efficiency and cost, etc. But that doesn’t mean the technology is not unique.