> For the complete documentation index, see [llms.txt](https://docs.nftfy.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nftfy.org/portuguese/produtos/nftfy-fractionalizer/como-funciona/1.-fractionalize.md).

# 1. Fractionalize

O usuário coloca o NFT em stake nos nossos contratos inteligentes, define o preço de saída (Exit Price) e gera 1.000.000 frações lastreadas nesse NFT.

O processo de Fracionamento acontece de forma totalmente descentralizada e garantida por um software. É um procedimento simples que exige apenas que o usuário defina a criptomoeda e o valor do Preço de Saída (Exit Price). O Preço de Saída é uma regra simples que representa o valor que alguém precisa pagar para resgatar o NFT. Depois disso, o NFT fica em *stake* no contrato inteligente e as frações compatíveis com ERC20 são geradas.

Você pode definir um Preço de Saída extremamente alto, esperando que alguém pague isso um dia ou na intenção de guardá-lo. Ou um preço razoável, se estiver disposto a monetizá-lo de maneira mais rápida.


---

# 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://docs.nftfy.org/portuguese/produtos/nftfy-fractionalizer/como-funciona/1.-fractionalize.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.
