# ERC864 Divisible NFTs

Relates to: ERC1633 Re-Fungible NFT

## Simple explanation&#x20;

"Each unique, non-fungible token can be separated into equal, similar, fungible parts.

An example for this idea would be a smart contract that track multiple startups and the equity of their founders. While a startup could have multiple co-founders, none of them could be considered as the sole owner of the startup.

Looking at things backwards, NFTs as they stand now are NFTs with a percentage of ownership locked at 100% (a divisibility of 1)." - The ERC Author

## Further reading

* Divisible contract example: <https://github.com/devzl/divisibleNFTs/blob/master/contracts/ExampleDivisibleNFTs.sol>


---

# 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/standards/erc864-divisible-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.
