# NFTs

NFT smart contracts are used to create and manage NFTs, which are digital assets that are unique and non-interchangeable.

* **Collectibles:** These contracts represent unique digital collectibles, such as artwork, music, and trading cards. Examples include CryptoKitties, Bored Ape Yacht Club, and Cryptopunks.
* **Fractional Ownership:** These contracts allow users to own a fraction of a high-value NFT. Examples include fractional and NFTX.
* **Utility:** These contracts offer holders exclusive access to certain features or benefits, such as early access to new products or services. Examples include POAPs and Loot.
* **Royalty:** These contracts allow creators to earn a royalty on every secondary sale of their NFT.
* **Edition:** These contracts allow creators to create limited-edition NFTs.
* **Dynamic:** These contracts allow NFTs to change their appearance or properties over time.


---

# 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://sinqlarity.gitbook.io/sinqlarity-docs/use-cases/nfts.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.
