# Fractionalize NFT

Fraktal enables any NFT to be fractionalized into 10,000 Fraktions (erc-1155 tokens). Since erc-1155 does not support decimals, each Fraktion is made up of 10 ^ 18 fei, so the total supply is 10,000 \* 10 ^ 18.&#x20;

To fractionalise an NFT already in your wallet, simply go to your [portfolio page](https://testnet.fraktal.io/my-nfts) and select the 'Frak it' button, which will trigger a metamask transaction to begin the process.

![](/files/dTnLPqvWvkzGJXFIXRff)

This process locks the 1/1 NFT into a smart contract and mints 10,000 Fraktions. To redeem the native NFT there are two options.

1. If you own all 10,000 Fraktions, you can burn the Fraktions by transferring them back to the contract and then are able to claim the native NFT. This can be done by selecting the DeFrak button on the NFT page.

![](/files/r54kFtHIRcFY1Koq8Sfn)

2\. If you do not own all 10,000 Fraktions, then you can conduct a buy-out to retrieve the native NFT in exchange for ETH. Learn more about the buy-out process [here](/marketplace/get-started/buy-out.md).


---

# 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://docs.fraktal.io/marketplace/get-started/fractionalize-nft.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.
