# NFT Ownership & Revenue Distribution

Each dataset can be minted as an ERC-721 NFT through the DatasetNFT contract. The NFT represents verifiable ownership of the dataset and is required for the creator to receive revenue.

When a buyer purchases access to a dataset, the transaction is processed by the PaymentRouter smart contract, which automatically splits the payment:

* **85%** to the dataset creator (the NFT holder)
* **10%** to the protocol treasury
* **5%** to the referrer (if applicable)

This split is enforced at the contract level — it cannot be circumvented or modified per-transaction. Creators earn automatically every time their dataset is purchased.


---

# 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://cluster-protocol.gitbook.io/whitepaper/core-infrastructure/overview/tokenized-data-marketplace/nft-ownership-and-revenue-distribution.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.
