> For the complete documentation index, see [llms.txt](https://palmtoken.gitbook.io/palm-token/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://palmtoken.gitbook.io/palm-token/understanding-whitelisting-in-idos.md).

# Understanding Whitelisting in IDOs

Whitelisting in the Initial Distribution Offering (IDO) context is a pre-selection process where potential investors are vetted and approved to participate in a new token sale. It's designed to ensure a fair, secure, and orderly investment process.

On this article, we will go over some generic information around whitelisting in IDOs and what you'll need to know in order to participate:\
\
🔍 **Why Whitelisting?**

1. **Fair Access:** Helps prevent automated bots and unfair buying advantages, ensuring equal opportunities for all.
2. **Enhanced Security:** By vetting participants, it adds an extra security layer against fraudulent activities.
3. **Community Focus:** Rewards and prioritizes the project's active and loyal community members.

📝 **The Whitelisting Journey**

The process typically unfolds as follows:

1. **Announcement:** Projects announce their IDO and the whitelisting criteria, usually on their official channels.
2. **WL Application:** Prospective investors submit their applications, often including basic info and completing certain social tasks.
3. **Review:** Applications are reviewed against the project's criteria, such as country of residence, wallet history, or prior support.
4. **Notification:** Successful applicants are informed and receive instructions on how to participate in the IDO.
5. **KYC Compliance:** To comply with regulations, participants might need to complete a Know Your Customer (KYC) process.
6. **Allocation:** Whitelisted individuals are allocated a specific amount of tokens they can purchase during the IDO.
7. **Participation:** On the IDO day, participants buy tokens within their allocation limit, typically through a decentralized exchange (DEX).
8. **Distribution:** Tokens are distributed to the participants' wallets, marking the completion of the IDO process.

🔑 **Key Takeaways**

* Whitelisting is a fundamental step in the IDO process, ensuring fairness and security.
* It involves several stages, from application and review to KYC compliance and token allocation.
* The process benefits both the project and its community, providing a structured and equitable way to distribute new tokens.\
  \
  We will be releasing more specific information around the PALM IDO and what are the exact steps, in the following days!


---

# 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://palmtoken.gitbook.io/palm-token/understanding-whitelisting-in-idos.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.
