> For the complete documentation index, see [llms.txt](https://docs.headstarter.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.headstarter.org/products/launchpad/private-sale-events/nft-private-sales.md).

# NFT private Sales

**Introduction to INO Private Sales**

Initial NFT Offerings (INOs) provide projects with a unique fundraising method through the sale of NFTs. Private Sales for INOs offer exclusive early access to these NFTs for select investors before they are available to the public. This method allows projects to raise funds while also generating interest and engagement from the community.

**Process and Requirements**

1. **Invitation and Registration:**
   * Private Sale invitations are sent to strategic investors.
   * Interested participants must register and complete the KYC process to be eligible.
2. **NFT Purchase:**
   * Investors can purchase NFTs at a discounted rate during the Private Sale.
   * NFTs may come with additional benefits or utilities, such as access to exclusive content or community privileges.
3. **Vesting and Lock-up:**
   * NFTs acquired during the Private Sale may be subject to a vesting schedule or lock-up period to ensure long-term commitment from investors.

**Key Benefits for Investors and Projects**

* **For Investors:**
  * Early access to potentially high-value NFTs at preferential prices.
  * Opportunity to support and engage with promising projects from an early stage.
  * Potential for higher returns if the project succeeds and the value of the NFTs increases.
* **For Projects:**
  * Early-stage funding to support development and marketing efforts.
  * Building a community of early supporters who are invested in the project's success.
  * Generating buzz and interest in the project before the public sale.

**Example Scenario:** A project launches a Private Sale for its NFTs, offering early investors a 20% discount on the initial price. Investors who purchase NFTs during this phase receive exclusive access to future project updates and events. The funds raised during the Private Sale are used to accelerate project development and marketing efforts, ensuring a successful public launch.


---

# 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.headstarter.org/products/launchpad/private-sale-events/nft-private-sales.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.
