# NFT Readings

### Future Possibilities for the NFT Art Market

[Medium article](https://medium.com/initc3org/future-possibilities-for-the-nft-art-market-cb37604d81d9)[NFTs for Art and Collectables: Primer and Outlook](https://www.arijuels.com/wp-content/uploads/2022/04/NFTs__Primer_and_Outlook.pdf) PDF

Overview:\
The article is focused on general introduction into NFTs from art perspctive

### The IC3 NFT License

Overview:\
The IC3 NFT License links an NFT with a copyright license to use a creative work. The license travels with ownership of the NFT, so that when the NFT is transferred, so is the license. The IC3 NFT License has been specifically designed to work with blockchain-based NFTs, but it is not restricted to blockchain-based NFTs. The license uses the technology-neutral term “Ledger” to refer to the system that records information about NFTs and their owners. This could be a present-day blockchain, or another chain or system that could be created in the future.\
The IC3 NFT License can be used with any underlying technology as long as it:

1. Supports NFTs based on persistent unique identifiers,
2. Associates those NFTs with specific owners,
3. Allows the owner of an NFT to control it with a cryptographic key and,
4. Allows an NFT to be linked to a creative work.

This system can be widely distributed (like a public blockchain), moderately distributed (like a private blockchain), or fully centralized (like a database with a single administrator). Use of the IC3 NFT License for other kinds of licensing is strongly discouraged. The IC3 NFT License has also been specifically designed to work with NFTs that implement the interface defined in EIP-5222. This is a general smart contract interface that provides modular support for common features in copyright licensing, including transfer, sublicensing, and revocation. The IC3 NFT License can also be used with NFTs that implement the generic NFT interface defined in EIP-721, or with other NFTs, but the EIP-5222 interface is recommended to reduce ambiguity about when there has been a transfer, sublicense, or revocation.

Paper available: <https://papers.ssrn.com/sol3/papers.cfm?abstract\\_id=4169092>

## Recommended articles:

* Manifold on Smart Contracts and Creative Sovereignty. Eric Diep explains how Web3 enables true authenticity <https://zine.zora.co/manifold-s-eric-diep-on-smart-contracts-and-creative-sovereignty>
* Future Possibilities for the NFT Art Market <https://medium.com/initc3org/future-possibilities-for-the-nft-art-market-cb37604d81d9>


---

# 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/nft-readings.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.
