# Flaunch the token launchpad

Flaunch is a token launch protocol for creators, communities, and developers.

It gives users a fast way to launch tokens with fixed-price fair launch mechanics, creator revenue in ETH, and configurable treasury behavior. It also gives builders a clean foundation for launchpads, revenue products, and group-based token economies.

## Install The Flaunch Skill

For a single install target, install the top-level `flaunch` skill:

```bash
npx skills add https://github.com/flayerlabs/flaunch-skills --skill flaunch
```

## Choose Your Path

Use these entrypoints depending on what you are building:

* [AI Skills Quick Start](https://docs.flaunch.gg/a.i.-skills/vibe-guide)
* [SDK Package](https://www.npmjs.com/package/@flaunch/sdk)
* [API Reference](https://docs.flaunch.gg/references/api)
* [Custom Managers](https://docs.flaunch.gg/managers/custom-managers)

## What Flaunch Does

When a token is launched on Flaunch, the launch can include:

* A Fixed-Price Fair Launch Window
* Creator Revenue Paid In ETH
* Automatic Community Buybacks
* Optional Scheduling For A Future Launch Time
* Optional Treasury Manager Or Group Integration

This lets a single token act as both a launch event and a long-term onchain revenue primitive.

## Getting Started

{% content-ref url="../getting-started/why-flaunch" %}
[why-flaunch](https://docs.flaunch.gg/getting-started/why-flaunch)
{% endcontent-ref %}

{% content-ref url="../getting-started/flaunch-a-coin" %}
[flaunch-a-coin](https://docs.flaunch.gg/getting-started/flaunch-a-coin)
{% endcontent-ref %}

{% content-ref url="../getting-started/launch-a-launchpad" %}
[launch-a-launchpad](https://docs.flaunch.gg/getting-started/launch-a-launchpad)
{% endcontent-ref %}

{% content-ref url="../getting-started/launch-a-group" %}
[launch-a-group](https://docs.flaunch.gg/getting-started/launch-a-group)
{% endcontent-ref %}

## Who These Docs Are For

These docs are organized for three common goals:

* Understanding What Makes Flaunch Different
* Launching A Token Quickly
* Building A Launchpad Or Treasury Product On Top Of The Protocol

## Key Concepts

{% content-ref url="../features/creator-revenue" %}
[creator-revenue](https://docs.flaunch.gg/features/creator-revenue)
{% endcontent-ref %}

{% content-ref url="../features/fixed-price-fair-launch" %}
[fixed-price-fair-launch](https://docs.flaunch.gg/features/fixed-price-fair-launch)
{% endcontent-ref %}

{% content-ref url="../features/auto-buybacks" %}
[auto-buybacks](https://docs.flaunch.gg/features/auto-buybacks)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://docs.flaunch.gg/quick-start/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
