> For the complete documentation index, see [llms.txt](https://crowdy-finance.gitbook.io/crowdy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://crowdy-finance.gitbook.io/crowdy/initial-token-offering/private-sale.md).

# Private Sale

This method is identical to the launchpad method with the only difference that you can make your own list of wallets that are able to invest it.&#x20;

It has the same two modes:&#x20;

* Overflow method: Users will be able to stake any amount, and their final allocation will be based on the amount of funds they put in as a percentage of all funds put in by other users at the time the sale ends. In case that more than 100% of the target is raised, users will receive back any leftover funds when they claim their tokens after the sale. You can set a minimum and maximum amount per wallet to invest in.
* First Come First Serve (FCFS) method: Once 100% of the hardcap is reached, no more investments will be allowed. You can set a minimum and maximum amount per wallet to invest in.


---

# 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:

```
GET https://crowdy-finance.gitbook.io/crowdy/initial-token-offering/private-sale.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.
