> For the complete documentation index, see [llms.txt](https://fractional.gitbook.io/fractional/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fractional.gitbook.io/fractional/for-curators.md).

# For Curators

## Benefits of fractionalizing an NFT:

### Curator Fees:

Curator fees are the core of monetization for NFTs on Fractional. When an NFT holder who wants to fractionalize their token (curator) brings an NFT to the platform, they are able to choose a fee. This fee is the annual supply inflation of the fractions of the NFT they lock up. This is constantly dripped to the curator. This fee unlocks consistent returns equal to a percentage of the total value of the trading fractions.&#x20;

This fee can be updated at any time by the curator. This value is capped at a maximum which is set by Fractional governance to disallow for hyperinflation.&#x20;

### Increased Utility and DeFi Legos:

Through fractionalizing an NFT, the curator is able to reduce their ownership of their NFT(s) by distributing a percentage of their fractions to others in whichever way they desire, while also maintaining bragging rights that they own a fraction of the NFT. Options include creating a mechanism to realize liquidity through third party AMMs such as SushiSwap or UniSwap, creating competitions, or fun airdrops to target audiences.

By fractionalizing NFTs into ERC20 tokens, tokens will be able to be used in native DeFi protocols in the existing DeFi ecosystem such as AMM pools, lending platforms, and options protocols.&#x20;

This unlocks a variety of use cases for the NFT holder.&#x20;


---

# 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://fractional.gitbook.io/fractional/for-curators.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.
