> For the complete documentation index, see [llms.txt](https://orangedx.gitbook.io/orangedx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orangedx.gitbook.io/orangedx/faq/o4dx-launch-hub-q-and-a.md).

# O4DX Launch Hub Q\&A&#x20;

1. **Do I need to do whitelist for the IDO?**

**Answer:** Yes, whitelisting is required for participation in the IDO.

2. **What is the whitelist process? How do we get whitelisted?**

**Answer:** The whitelist process involves two steps:

&#x20;1.Stake O4DX tokens in the **90-day fixed staking pool.**

&#x20;2.The **top 100 stakers** will be whitelisted.

-A snapshot will be taken **24 hours** before the IDO.

-It's similar to bidding for allocation with your staking tokens.

3. **Is there a minimum staking required to get whitelisted?**

**Answer:** There are no minimum requirements, but the probability of getting whitelisted depends on staking ranks(determined by the staking amount). The higher the staking amount, the higher the probability of being whitelisted.

4. **Is the whitelisted allocation guaranteed?**

**Answer:** Yes, once whitelisted in the top 100 ranks, allocation is guaranteed.

5. **If I stake more, do I get a higher allocation?**

**Answer:** OrangeDX ensures equal opportunity without tier systems, providing fair allocation to all whitelisted participants with the same minimum and maximum allocation.

6. **How do I see my staked ranking?**

**Answer:** The team will share the ranking list derived from on-chain data every 4 hours from the day of the IDO announcement until the snapshot's closing date, which is 24 hours before the actual IDO. Follow the official telegram announcement channels for updates.

7. **Until what time do I have to be in the top 100 ranks to get whitelisted?**

**Answer:** You need to maintain a top 100 ranking until the snapshot is taken to be whitelisted.

8. **What happens if my rank falls outside the top 100?**

**Answer:** It's advisable to top up the staking to secure your slot.

9. **What happens if I am not whitelisted?**

**Answer:** If you're not whitelisted, there will be a First Come First Serve (FCFS) round following the whitelisted rounds. However, allocations are not guaranteed in the FCFS round.

10. **If I stake in the flexible staking pool, will I get whitelisted?**

**Answer:** No, whitelisting is only considered for the **90-day fixed staking pool**.


---

# 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://orangedx.gitbook.io/orangedx/faq/o4dx-launch-hub-q-and-a.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.
