# EIP5606 Multiverse NFT

### Intro

Defines an API for managing NFT Licenses, and provides basic functionality to create, transfer and revoke licenses. And to determine the current licensing state of an NFT. It doesn't define the legal details of the license, instead provides a structured framework for recording licensing details

"An attempt to address the interoperability aspect of NFTs and “true” ownership across platforms."- medium article author

"This specification defines a minimal interface to create a multiverse NFT standard for digital assets such as wearables and in-game items that, in turn, index the delegate NFTs on each platform where this asset exists. These platforms could be metaverses, play-to-earn games or NFT marketplaces. This proposal depends on and extends [EIP-721](https://eips.ethereum.org/EIPS/eip-721) and [EIP-1155](https://eips.ethereum.org/EIPS/eip-1155). The standard also allows for the ‘bundling’ and ‘unbundling’ of these delegate NFTs within the multiverse NFT so holders can trade them individually or as a bundle." - EIP Author

"This EIP attempts to provide a standard to facilitate rights management of NFTs in the world of Web3. In particular, [EIP-5218](https://eips.ethereum.org/EIPS/eip-5218) smart contracts allow all licenses to an NFT, including the *root license* issued to the NFT owner and *sublicenses* granted by a license holder, to be recorded and easily tracked with on-chain data."- EIP Author

This standard aims to unify all the same digital assets NFT on various platforms.

Medium article about this EIP: <https://medium.com/coinmonks/multiverse-nft-eip-5606-f7494bce2152\\>
EIP source <https://eips.ethereum.org/EIPS/eip-5606>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nft-standards.gitbook.io/nft-standards-wiki/standards/eip5606-multiverse-nft.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
