# interNFT working group call #13 ## Agenda * Introductions: 5' * Background: 2' * Memora Use Case: 10' * Myraidflow Use Case: 10' * RFC Discussion: 5' ## Introductions |name|project|interest| |-|-|-| |Shachindra|Myriad Flow|Implementing InterNFT usecases |Parth|Memora| Integrate InterNFT in memora Protocol |Jacob|Notional DAO, Cosmos| Learn more about InterNFT |Pratik|Mandae Network| Exploring integrations |Aravindh|Arcana Network| Explore InterNFT usecases ## Background * [Working group details](https://github.com/interNFT/documentation/blob/master/markdowns/groupDetails.md) * [Minutes of meeting](https://github.com/interNFT/documentation/blob/master/markdowns/meetings.md) * Roadmap ![](https://i.imgur.com/Uv9R7T7.png) * interNFT implementations: AssetMantle * Cosmos NFT module * Other NFT Standard implementations in Cosmos: [ICS721](https://github.com/cosmos/cosmos-sdk/blob/main/docs/architecture/adr-043-nft-module.md), incubator/modules/nft, CW721 * Other NFT Standard implementations: ERC721,ERC1155, ERC994, ERC1410, ERC809, ERC998 ## interNFT core ### Identified Usecases * Collectible Tokens * Financing Tokens * Impact Tokens * Access Tokens * Art Tokens * Physical Property Tokens * Data Tokens * Credential Tokens * Capability Tokens * Commodity Tokens ### Requirements 1. **Mintable** to issue new tokens of the same class to a token set. 2. **Burnable** to remove tokens from the token set. 3. **Ownable** to control the token metadata using a private key. 4. **Transferable** to change ownership. 5. **Non-transferable** to not permit changes in ownership. 6. **Lockable** to conditionally stop changes in the token metadata. 7. **Immutable** to never permit changes in the token metadata. 8. **Mutable** to unconditionally permit changes in the token metadata. 9. **Fractional** to mint fungible tokens which represent fractional ownership of non-fungible parts. 10. **Composible** to be owned by another non-fungible token and added to that token’s set or to produce other novel combinatorial forms. 11. **Conditional** to only permit changes or transfers when specific conditions have been met. | | **Requirements** | | | | | | | | | | | | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | | **Use-Case** | **1** | **2** | **3** | **4** | **5** | **6** | **7** | **8** | **9** | **10** | **11** | | Collectible Tokens | X | | X | X | | X | X | X | X | | | | Financing Tokens | X | X | X | X | X | X | X | X | X | X | X | | Impact Tokens | X | X | X | X | X | X | X | | X | X | X | | Access Tokens | X | X | X | X | X | X | X | X | X | X | X | | Art Tokens | X | | X | X | | | X | X | X | X | X | | Physical Property Tokens | X | X | X | X | X | X | X | X | X | X | X | | Data Tokens | X | X | X | X | X | X | X | X | X | X | X | | Credential Tokens | X | X | | X | X | | X | | | X | X | | Capability Tokens | | | | | | | | | | | | | Commodity Tokens | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | ## RFC Specification [ref.](https://github.com/interNFT/nft-rfc) * NFT-RFC-001 Specification Standard for Interchain NFTs and Metadata * NFT-RFC-002 Use Cases and Requirements Working Document * NFT-RFC-003 NFT Interface * NFT-RFC-004 interNFT Standard * NFT-RFC-005 NFT Rights * NFT-RFC-006 NFT Identifiers (IIDs) * NFT-RFC-007 NFT Layers * NFT-RFC-008 NFT Assertions * NFT-RFC-009 Interchain Identifiers ## Comments from the WG: