> 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/8.-presale.md).

# 8.  Presale

LiquidX is raising funds through a structured 4-round presale, denominated entirely in USDT (a stablecoin pegged 1:1 to the US Dollar). This means investors are not exposed to the volatility of Bitcoin or Ethereum when purchasing LQX - they pay in a stable, dollar-equivalent currency.

Each round has a fixed fundraising target. When that target is reached, the round closes automatically and the next round begins - there are no time deadlines, no artificial urgency, and no countdown timers. Rounds close only when fully subscribed.

Here is the updated table with the Bonus LQX column removed:

| **Round**      | **Token Price** | **Min. Investment** | **Fundraise Target** | **Tokens Sold** |
| -------------- | --------------- | ------------------- | -------------------- | --------------- |
| Pre Seed Round | $0.004          | $1,000 USDT         | $400,000             | 100,000,000 LQX |
| Seed Round     | $0.007          | -                   | $200,000             | 28,570,000 LQX  |
| Presale        | $0.011          | -                   | $200,000             | 18,180,000 LQX  |
| Public Sale    | $0.016          | -                   | $200,000             | 12,500,000 LQX  |

The planned Token Generation Event (TGE) price is $0.025. This means even the last presale round (Final Presale at $0.016) represents a 36% discount (or a 56% upside) to the TGE price. Pre Seed Round investors at $0.004 are entering at an 84% discount.

\ <br>


---

# 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/8.-presale.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.
