> For the complete documentation index, see [llms.txt](https://docs.kotofi.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kotofi.fun/core-concepts/token-launchpad.md).

# Token Launchpad

The Kotofi Token Launchpad is a standard Solana launchpad powered by Raydium. Launch any token—and when you're ready, run post-TGE YAP campaigns directly from the same platform.

***

### What Is the Kotofi Launchpad? <a href="#what-is-the-kotofi-launchpad" id="what-is-the-kotofi-launchpad"></a>

The **Kotofi Launchpad** is a normal token launchpad on Solana. It's powered by **Raydium**, one of the leading DEXs and liquidity providers on Solana, so you get the same reliability and infrastructure that powers thousands of tokens.

You can launch **any token**—no restrictions. Whether it's a meme coin, a utility token, or a governance token, the launchpad supports it.

***

### How It Works <a href="#how-it-works" id="how-it-works"></a>

1. Connect your wallet and go to the **Launchpad** on [kotofi.fun](https://kotofi.fun/)
2. Create your token with your desired parameters (name, ticker, supply, etc.)
3. Set distribution and liquidity options
4. Launch. Your token goes live on Solana.

It's a straightforward launch flow—no special requirements beyond what you'd expect from a Solana launchpad.

***

### Integration with YAP Campaigns <a href="#integration-with-yap-campaigns" id="integration-with-yap-campaigns"></a>

What makes the Kotofi Launchpad different is its **integration with the YAP platform**. Once your token is live (post-TGE), you can create a **post-TGE YAP campaign** for your project directly—without leaving Kotofi.

That means:

* **Launch** your token on the Kotofi Launchpad
* **Register** your project on Kotofi (keywords, handles, hashtags)
* **Create** a post-TGE YAP campaign to reward creators and discoverers who drive mindshare for your token

All in one place. No need to juggle multiple platforms or export data. Your launch and your attention campaign are connected from day one.

***

### Why Use the Kotofi Launchpad? <a href="#why-use-the-kotofi-launchpad" id="why-use-the-kotofi-launchpad"></a>

* **Raydium-powered** — Built on proven Solana infrastructure
* **Launch any token** — No gatekeeping; standard launchpad for any project
* **YAP integration** — Create post-TGE campaigns immediately after launch
* **Single platform** — Launch, register, and run campaigns without switching tools


---

# 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.kotofi.fun/core-concepts/token-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.
