|
|
|
|
|
by exdsq
1677 days ago
|
|
Okay going into it more: An NFT can store on-chain metadata. A simple boolean flag would let you mark it as resellable or not. In minting the tickets you can create a validator that checks authenticity but you can check these things yourself: that it originates from the organization for example. The metadata is immutable so if it's come from the organization it's authentic. Because NFTs are tokens are money you can transfer USDC for BackstreetBoysGig#Ticket1021 where O2ArenaTicketVerifier authenticates the ticket as part of the transaction only confirming it if the ticket is resellable and authentic. How does a company know their tickets have been resold, if they don't want that to happen? Well you look at the tx history of the NFT - if it's been traded > 1 time it's been resold. Compare these potential benefits with the existing ticket industry (including resale sites) and you see several benefits. You can remove intermediary companies meaning people pay less in fees and you can avoid ticket fraud. Is this an issue? Yes: https://www.theguardian.com/money/2020/feb/24/touts-who-made... |
|
You, yourself, you: who is this "you". How do you verify that a particular resellable ticket actually comes from an org authorized to sell tickets? Who's to stop me from selling counterfeit tickets?
> where O2ArenaTicketVerifier authenticates the ticket as part of the transaction
So. In the end the org itself verifies it. You know that they can easily do it now, without the overhead of blockchain?
> How does a company know their tickets have been resold, if they don't want that to happen? Well you look at the tx history of the NFT - if it's been traded > 1 time it's been resold.
Because people will always put all their transactions for resold tickets on the blockchain, right
> Compare these potential benefits
You haven't listed "potential benefits" except maybe tracking reselling of tickets.