> 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/token-private-sales.md).

# Token Private Sales

Initial DEX Offerings (IDOs) allow projects to raise funds by selling tokens on a decentralized exchange. Private Sales for IDOs offer early access to these tokens for select investors, providing them with the opportunity to acquire tokens at a discounted rate before they become publicly available.

**Process and Requirements**

1. **Invitation and Registration:**
   * Private Sale invitations are extended to strategic investors.
   * Participants must register and complete the KYC process to qualify for the sale.
2. **Token Purchase:**
   * Investors commit funds to purchase tokens at a discounted price during the Private Sale.
   * Tokens are allocated based on the amount committed and the terms of the sale.
3. **Vesting and Lock-up:**
   * Tokens acquired during the Private Sale are often subject to a vesting schedule to prevent immediate sell-offs and ensure long-term support for the project.

**Key Benefits for Investors and Projects**

* **For Investors:**
  * Early access to tokens at preferential prices.
  * Potential for significant returns if the project succeeds and the token value increases.
  * Opportunity to support innovative projects from an early stage.
* **For Projects:**
  * Essential early-stage funding to support development and growth.
  * Building a base of strategic investors who are committed to the project's success.
  * Enhanced market confidence and visibility through successful Private Sales.

**Example Scenario:** A blockchain project initiates a Private Sale for its tokens, offering early investors a 25% discount on the public sale price. The funds raised help the project reach critical development milestones and prepare for a successful public IDO. Early investors benefit from acquiring tokens at a lower cost, which can yield higher returns as the project gains traction and the token price increases.


---

# 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/token-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.
