nft-catalog
nft-catalog copied to clipboard
Explore how to make NFT Catalog permissionless and open
We need to explore how we can enable everyone to be able to add a new item to the NFT catalog without requiring a review. We also need to examine the review process, and make it more open to the community.
In terms of user perception, we can make it feel more permissionless by automation. Here are my two ideas
-
If we can create a checklist of all the tasks that require human view, we can develop a backend service to automate the verification process and send the results to the blockchain. Thread
-
We can also maintain the current human view process but add a new list:
- The list after "Human view" is called the Featured List. (the original list)
- The list after automatic verification is called the Validated List. (the new list)
Can we close this since we've deprecated NFT Catalog in favor of TokenList?