# NFT De-fractionalization

NFT De-fractionization involves sending a rToken to an xFRAC wallet to redeem its corresponding NFT. It is the process of locking a rToken and unlocking an NFT. De-fractionization is similar to Fractionization but has a different trigger at its back end. This process begins after a rToken Exchange fee is sent to an xFRAC wallet, whose Rippled scripts will read the Transaction upon deposit. The xFRAC wallet will send an NFT sell order in rToken to the user's wallet as a response to the transaction.

Generally, responding to the order sent completes the De-fractioning process on the xFRAC Platform.


---

# 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://xfrac.gitbook.io/the-rpaper-1/the-rtokenization-process/nft-de-fractionalization.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.
