Overview
Transferrable ERC721
Create an NFT collection that serves as a “press pass” allowing users access to token gated communities.
Ideally we would like to create a standard that our implementation adheres too so other projects can adopt / implement the same functionality
Implementation Details
Each pass would be an ERC721 token with the following information:
- DID / VC ?
- journalist name
- twitter handle
- organization they are associated with (e.g. Decrypt / CoinDesk etc.)
- ?
Use on-chain registry to limit who can hold the NFT. This will prevent a token holder from selling their pass or giving it to an unapproved account. The registry could use DID to identify members.
Product Use Requirements
- Token gated communities would need to update their Collab.Land integrations to add support for this NFT