> For the complete documentation index, see [llms.txt](https://docs.itheum.io/product-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.itheum.io/product-docs/pre-aithra/data-nft/data-nft-types/data-nft-ft.md).

# Data NFT-FT

### What is Data NFT-FT?

Data NFT-FT is like a quick and easy way for creators to share their data. It's designed to be semi-fungible (SFT), meaning creators can use special tools to launch collections fast. Once the collections are created, they can be put up for trade on the peer-to-peer [Data NFT Marketplace](https://datadex.itheum.io/datanfts/marketplace/market). These NFTs can be transferred easily, making them great for sharing things like music, videos, or files in various formats like PDF, CSV, or JSON. The best part is that the data within these files can be dynamic, like a music playlist. These tokens also plug into all of Itheum's ecosystem of public tools like the [Data DEX](https://datadex.itheum.io/), [Itheum Explorer](https://explorer.itheum.io/) and [SDKs](https://docs.itheum.io/product-docs/developers/data-nft-sdk) that are available to any 3rd party developers who can build "data apps" on top of your Data NFTs. This standard can also be thought of as "fractionalized" ownership of a primary "master data asset."

### How does it work?

The "FT" in Data NFT-FT stands for "fully transferable." This means that users can buy, sell, and trade these NFTs. However, creators can set their own rules for how the data can be used through "terms of use" embedded in the NFT. For example, a musician might allow people to buy and trade their music NFTs but only for non-commercial use.

### Things to keep in mind:

While Data NFT-FT is great for reaching a large audience, it's not suitable for sensitive personal data. There are also some rules in place (CanaryNet Guardrails) to observe usage behavior and protect users during the early stages of the Mainnet release. You can find more details [here](https://docs.itheum.io/product-docs/product/data-nft-marketplace/canarynet-guardrails).

### Ready to mint your Data NFTs?

Do you have original data (music, video, files etc) that you would like to mint into Data NFTs? Your first step is to [Get Whitelisted](https://datadex.itheum.io/getwhitelisted)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.itheum.io/product-docs/pre-aithra/data-nft/data-nft-types/data-nft-ft.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
