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

# Launchpad

## Launchpad

**What is Kayen Launchpad?**

**KAYEN** provides the infrastructure for projects wishing to launch on Chiliz Chain. Launchpad will have <mark style="color:red;">**Public Launch Model**</mark>, but projects can customize their approach based on their strategy, such as setting hard cap, whitelisting, etc.

**What is the Launchpad plugin?**&#x20;

The launchpad plugin allocators receive advantages when projects are launched, *e.g. whitelist spots, discounts, airdrops, and other benefits*. Additionally, the Launchpad partners can also offer benefits to plugin allocators externally. To be eligible, a user needs to allocate <mark style="color:yellow;">**xKAYEN**</mark> to the launchpad plugin.​

**Where can I view upcoming sales on the Launchpad?**&#x20;

Follow us on [Twitter](https://twitter.com/KAYEN_Protocol), where we announce launchpad dates.

**How can I learn more about the project launching on the Launchpad?**

To learn more about upcoming Launchpad sales, join our [Community](https://discord.com/invite/2skxfBwk94)[ ](https://t.me/camelotdex)channels where you will find all the necessary information. Moreover, one of our team members will be more than happy to provide clarity in case of any questions

**How is the price of the token offered during the public sale determined?**

It depends on the launch model. Detailed information for every sale will be available​ on the Launchpad.

**When can I claim my public sale allocation?**

After the sale ends, you will be able to have <mark style="color:red;">Claim</mark> on the launchpad.

**What tokens do I need to participate in the Launchpad public sales?**

Accepted payment is specified by the project Team before the sale start date

**Is Project XYZ safe?**

While we support protocols that use our infrastructure, we do not provide advice or recommendations for teams or tokens totally independent of the Launchpad.

**What is FDV?**

Fully diluted valuation - refers to the market cap of a project once all its tokens have been released into circulation. It is an estimation of a project's future market capitalization

**How to calculate Circ. marketcap?**

`Circulating market cap = current price * circulating supply`


---

# 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://kayen-protocol.gitbook.io/documentation/protocol-mechanics/launchpad.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.
