# Non-Transferrable FNFTs

Non-transferability, when enabled, prevents an FNFT from being transferred by anyone except for the account that minted it. In practice, these FNFTs are designed for use in traditional vesting applications where the creator wants a fractionalized token locking solution, but does not want the transferability offered by typical FNFTs.&#x20;

This feature will disable all transferability of the FNFT following creation, apart from the minter's own wallet to another address or to the burn address. It may be toggled on in the advanced menu and is compatible with batch distribution.&#x20;

![](/files/mKuCnlastDtnIfyaNSJF)


---

# 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.revest.finance/advanced-features/non-transferrable-fnfts.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.
