> For the complete documentation index, see [llms.txt](https://docs.lazpad.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lazpad.fun/platform-overview/premium-launch.md).

# Premium Launch

Lazpad introduces two distinct launch models to cater to different project needs:

The Premium Launch mode is tailored for high-quality projects that meet rigorous standards, including team credentials, technical expertise, and overall viability. Projects in this mode undergo thorough reviews before participating in token issuance. Premium Launch offers two funding models:

### **Hardcap Model**

* Fundraising for the agent token is capped at a fixed upper limit.
* Participation per address is also subject to a limit.
* Lazpad charges 1% fees in this model, allowing developers to maximize their fundraising potential.
* If the fundraising goal is not met, two scenarios may occur:
  1. **Proceeding with Token Trading**: The issuer may decide to proceed by injecting the tokens into Netswap for trading. In this case, participants will still receive tokens proportional to their investment, and the issuer will retain the unsold tokens after the fundraising period ends.
  2. **Termination of Fundraising and Trading**: The issuer may choose to terminate the fundraising and any subsequent trading. In this scenario, the platform will refund the full amount of each participant's investment.

### Un**capped Model**

* Fundraising for the agent token has no upper limit. Participants are free to invest any amount without restrictions, and the total contributions from all users may exceed the fundraising target.
* Lazpad charges fees based on the amount of funds raised beyond the initial target, ensuring scalability while incentivizing successful launches.
* In the event of over-subscription, Lazpad will deduct platform fees based on the excess funds raised. After fees are deducted, the remaining excess funds will be refunded to participants proportionally based on their contributions.

| **Over-Subscription Ratio** | **Participation Fee** |
| --------------------------- | --------------------- |
| > 0x & <= 1x                | 1.00%                 |
| > 1x & <= 1.5x              | 0.50%                 |
| > 1.5x & <= 2x              | 0.30%                 |
| > 2x & <= 2.5x              | 0.25%                 |
| > 2.5x & <= 5x              | 0.20%                 |
| > 5x & <= 10x               | 0.10%                 |
| > 10x                       | 0.05%                 |


---

# 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.lazpad.fun/platform-overview/premium-launch.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.
