-
Notifications
You must be signed in to change notification settings - Fork 373
Description
Wanted to solicit known contributors' opinions (have reached out on Twitter as well). I'm running into a problem with large collection mints (5-10k and over) where the amount of ADA being locked by minUTxO in the smart contract is gargantuan with CIP-0068. Now that ADA is closer to $1 my artist clients are getting frustrated by the increased costs of their mints (10-20% tax sometimes for cheap big collection mints).
I want to allow the metadata standard for CIP-0068 to optionally match CIP-0025 through a new version where metadata can either be:
- The direct metadata for the NFT (backwards compatible)
- A 721-style CIP-0025 metadata (using some sort of binary reserved key or extra data indicator to avoid naming conflicts)
This would also have the added benefit of easier migration from CIP-0025 to CIP-0068 (an occassional use case I support for my artists).
What do people think: should this be a new CIP or version 5 of CIP-0068? It would be pretty cross-cutting and apply to all of 222/333/444 tokens.
Tagging @rphair @Quantumplation @Crypto2099 @KtorZ @alessandrokonrad @SmaugPool for feedback