# How it works

Crowdpad is a permissionless tool where users can put their NFTs up for sale so that multiple buyers can buy collectively.

To list your NFT on Crowdpad, the user needs to fill in some information, such as:&#x20;

1. Name of the future fractions
2. Symbol of the future fractions
3. Target Price (which is the price the user wants to sell their NFT)

After that, anyone can enter with some participation in this NFT that is for sale. When the Target Price is reached, a timer will be started. This timer allows more people to participate in the crowdfunding, **increasing the Target Price.**&#x20;

And at the end of the timer, the NFT will be fractionalized and re-listed in our marketplace at a price higher than the Target Price. From that moment on, all people who contributed to the purchase will be able to **Claim their respective fractions.**

One detail is that the NFT owner can finish the sale even before reaching the Target Price, **accepting the offer with the amount that was accumulated in the vault.**


---

# 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.nftfy.org/english/products/crowdpad/how-it-works.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.
