> For the complete documentation index, see [llms.txt](https://docs.chatastra.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatastra.ai/ecosystem/astrapad/launch-types/fair-launch-coming-soon.md).

# Fair Launch (Coming Soon)

AstraPad’s **Fair Launch** is the cleanest, simplest way to bring a token to market.\
Instead of raising funds from investors, the **project owner provides their own liquidity**. 100% of tokens are paired with capital and launched directly on DEX, with AstraPad handling token creation, LP injection, and security protections.

It’s instant, transparent, and fully trustless.

### The Traditional Problem

* Presales often fragment supply before launch.
* Investors worry about hidden allocations or insider tokens.
* Teams sometimes rely on unsafe DIY token contracts and LP setups.

### AstraPad's Fair Launch Solution

* **100% of tokens → Liquidity Pool** – no presale, no fundraising, no hidden supply.
* **Owner-funded liquidity** – project owner decides launch market cap by contributing their own funds.
* **Token creation handled by AstraPad** – secure contracts with anti-sniping, ownership options, and tax settings.
* **Instant DEX listing** – no graduation phase, trading begins immediately.
* **0 graduation fees** – AstraPad monetizes through post-launch taxes, not upfront costs.

### Why Fair Launch Works

* **Ultimate Transparency** – all tokens are visible in LP from the start.
* **No Presale Risks** – no early allocations, no investor-funded raise.
* **Clean Start** – ideal for projects with their own capital, or those who want to launch instantly without fundraising.
* **Trust by Design** – AstraPad protections like anti-snipe and standardized token contracts ensure safe launches.

### Fair Sale vs Fair Launch

#### **Fair Sale** <mark style="color:$success;">(Investor-Funded)</mark>

* Community provides the capital.
* 60–90% of tokens are sold to raise liquidity + treasury.
* Raise = (1 – LP%) × Market Cap.
* Project owner benefits from both: LP injection + extra funds (buybacks, ops, marketing).
* Perfect for **projects that want to raise money upfront**.

**Audience:** New projects that need capital (memes, startups, builders who don’t have funds themselves).

#### **Fair Launch** <mark style="color:$danger;">(Owner-Funded)</mark>

* Project owner provides the capital.
* 100% of tokens go straight into LP.
* Market Cap = amount of liquidity they decide to add.
* No tokens sold beforehand, no community raise.
* Perfect for **projects that already have capital and just want a clean, instant launch**.

**Audience:** Serious teams, VCs, or well-funded projects that don’t want presales, and meme coins that just want to launch instantly.


---

# 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.chatastra.ai/ecosystem/astrapad/launch-types/fair-launch-coming-soon.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.
