Joystream / joystream

Joystream Monorepo
http://www.joystream.org
GNU General Public License v3.0
1.42k stars 115 forks source link

Limiting platforms issuance of NFTs #2650

Open mochet opened 3 years ago

mochet commented 3 years ago

One clear issue with current NFT markets is mass issuance of NFTs. This leads to spammy marketplaces and low quality contributions. Some NFT platforms are dealing with this by limiting issuance.

https://www.momint.so/faq Why is minting limited? At Momint we believe that scarcity breeds creativity, and flooding the ecosystem with bad content is counter productive to the ecosystem as a whole. Creators are limited to a maximum of one drop per week. We are a social media application in the aspect of sharing and engaging, not an endless barrage of babies, selfies and plates of food

Do we have any way to limit issuance beyond just pricing of NFT creation?

bedeho commented 3 years ago

This is an excellent idea, we can incorporate in this ongoing PR https://github.com/Joystream/joystream/pull/2512

The best way is probably to have a limit for each channel and globally, and that moderators can set.

iorveth commented 3 years ago

One clear issue with current NFT markets is mass issuance of NFTs. This leads to spammy marketplaces and low quality contributions. Some NFT platforms are dealing with this by limiting issuance.

https://www.momint.so/faq Why is minting limited? At Momint we believe that scarcity breeds creativity, and flooding the ecosystem with bad content is counter productive to the ecosystem as a whole. Creators are limited to a maximum of one drop per week. We are a social media application in the aspect of sharing and engaging, not an endless barrage of babies, selfies and plates of food

Do we have any way to limit issuance beyond just pricing of NFT creation?

We don't have it yet, also we don't require any cost for issuance atm.

This is an excellent idea, we can incorporate in this ongoing PR

2512

The best way is probably to have a limit for each channel and globally, and that moderators can set.

Agree, that would be very useful!