# Launch a Group

Groups extend Flaunch from a single token launch into a broader token economy.

This page is a practical introduction to what a Group is, why it exists, and what decisions matter when creating one.

## Why Launch a Group?

Launching a Group turns one coin into a structure that can coordinate many coins and fee streams.

A Group can be created for your own coin or for an existing community coin. Once it exists, additional coins and revenue positions can be added to it based on the Group's permissions.

The goal is simple: capture value from related assets and route that value back into the Group economy.

## Group Coin

When launching a Group, the first decision is which community coin anchors it.

<figure><img src="/files/H80KV0z9VuMxiyKgIWGH" alt=""><figcaption></figcaption></figure>

The Group Coin is where value from the wider Group is collected. Tokenized memes, creator coins, project tokens, and other related assets can all contribute fee flow into the same Group structure.

## How Value Flows

Fees generated by coins inside the Group can be directed in two common ways:

1. Staking Rewards For Group Coin Holders
2. Automated Buybacks Of The Group Coin

Groups can also enable a Group owner fee. This diverts 10% of the coin's creator revenue to the Group owner.

The Group owner can be:

* An EOA
* A Multisig
* A Custom Contract

{% hint style="info" %}
The Group owner fee cannot be changed after launch.
{% endhint %}

## Permissions

Permissions determine who can add assets into the Group.

The default permission models are:

* Open: Anyone Can Add A Coin To The Group
* Closed: Only The Group Owner Can Add Coins

{% hint style="info" %}
Permissions are modular and can be changed after creation. If you want a new type of permission please reach out on [Discord](https://discord.gg/flaunch).
{% endhint %}

## Ownership of Group Assets

Assets deposited into a Group can be withdrawn by the Group owner.

In future versions, sub-Groups will allow assets to be routed upward without transferring full ownership to the parent Group.

## When to Use a Group

Use a Group when the goal is bigger than a single launch.

Good examples:

* A Creator Network Sharing One Community Token
* A Media Or Meme Ecosystem With Many Derivative Coins
* A Project That Wants Staking Or Buybacks Around A Shared Treasury Asset

## Related Guides

{% content-ref url="/pages/ktCvruUTVUKV5eFyfc7x" %}
[Launch a Token](/getting-started/flaunch-a-coin.md)
{% endcontent-ref %}

{% content-ref url="/pages/KKanSI9loqloPkqKzc2C" %}
[Build a Launchpad](/getting-started/launch-a-launchpad.md)
{% 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/getting-started/launch-a-group.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.
