-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem: Everyone can refund without any condition #19
Comments
Ya. It's a tough one to solve. I'm okay with letting the user decide why they want to refund. 1, 2, and 3 are all reasons a user could choose to refund and that's fine. Maybe you could have a centralised group that decides whether a project is a rug or not but really seems to miss the ethos of web3. Voting systems wouldn't work either as could easily be cheated. |
It's sort of a variation on "The Market for Lemons". The only NFTs that will be sold in the end (i.e. sold and not refunded) are the ones for which the expected value is above the mint price. So like @elie222 says, if mint floor is close to the expected value of the non-rare items, expect refunds there. On the other hand, that means that those NFTs go back to the creator (or an address of their choice) and can hit the secondary market at a lower (fairer) price, so it's still not a big loss. The big gain in implementing this is that the owner can create more trust in their project. They have until the refund deadline to show that their project is worth holding onto. If they fail to do that, massive returns right before deadline should be expected. But in return, they can get a lot of traction early, sell more and also abandon the project in good conscience if the launch turns out to be a failure. In exchange, they need to set a pretty conservative mint price. |
For those people that want to know more, you may refer to the original home page https://erc721r.org/ FAQ section. |
Question
Will a businessman refund stuff without setting any condition? Does it make sense?
For our contract, we could observed that as long as user bought an NFT. Within a period of time, they may refund without any further condition.
Real World Analogy
I am a grocery shop owner. Whenever a customer bought something from me, they can return the product and get refund after a period of time. In my country, Malaysia, this does not make sense.
Go in-dept
Why customer want to refund in the first place?
You may observe that none of this are favorable to the project owner. I don't think they are going to implement this. Any clues for this @elie222 @0xsublime @Amirh24 ?
The text was updated successfully, but these errors were encountered: