> For the complete documentation index, see [llms.txt](https://liquidx-3.gitbook.io/liquidx-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://liquidx-3.gitbook.io/liquidx-whitepaper/9.-liquidity.md).

# 9.  Liquidity

One of the most common failures in cryptocurrency projects is a lack of market liquidity at launch. Without sufficient liquidity, even a small sell order can cause the token price to crash dramatically, destroying investor confidence and initiating a death spiral.

LiquidX has pre-committed a specific percentage of presale proceeds to building deep liquidity on the EON DEX before and at the Token Generation Event. This is published in advance - investors know exactly where their money goes.

| **Round**      | **Total Raised** | **DEX Liquidity %** | **USDT to DEX** | **LQX to DEX** | **Purpose**            |
| -------------- | ---------------- | ------------------- | --------------- | -------------- | ---------------------- |
| Pre Seed Round | $400,000         | 10%                 | $40,000         | 10,000,000 LQX | Initial liquidity base |
| Seed Round     | $200,000         | 15%                 | $30,000         | 4,285,000 LQX  | Liquidity strengthened |
| Presale 1      | $200,000         | 20%                 | $40,000         | 3,636,000 LQX  | Deeper liquidity pool  |
| Final Presale  | $200,000         | 25%                 | $50,000         | 3,125,000 LQX  | Maximum depth at TGE   |
| TOTAL          | $1,000,000       | 16% avg             | $160,000        | 21,046,000 LQX | Strong DEX foundation  |


---

# 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://liquidx-3.gitbook.io/liquidx-whitepaper/9.-liquidity.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.
