# Manager Overview

Managers control what happens to value after launch.

They sit on the treasury side of Flaunch and define how revenue rights are held, routed, claimed, or shared. This is what makes Flaunch useful not just for token launches, but also for launchpads, group products, and custom treasury systems.

## What A Manager Does

A manager can be used to:

* Route Revenue To One Or More Recipients
* Control Claim And Payout Behavior
* Support Revenue, Staking, Or Buyback-Style Flows
* Apply Project-Specific Treasury Logic After Launch

## When To Use A Manager

Use a manager when the product needs more than a standard launch.

Common cases:

* A Launchpad That Takes A Share Of Revenue
* A Group That Routes Value To Stakers Or Buybacks
* A Team Treasury With Multiple Recipients
* A Project That Needs Custom Post-Launch Ownership Logic

## Manager Types

Flaunch currently documents the following manager types:

{% content-ref url="/pages/jex5b0QaBgE87PggvcTG" %}
[Revenue Manager](/managers/revenuemanager.md)
{% endcontent-ref %}

{% content-ref url="/pages/fQMskSxAGJEt7EkKfgDq" %}
[Address Fee Split Manager](/managers/addressfeesplitmanager.md)
{% endcontent-ref %}

{% content-ref url="/pages/3uyZIfgMzKCnPIqERP6i" %}
[Staking Manager](/managers/stakingmanager.md)
{% endcontent-ref %}

{% content-ref url="/pages/8WHGtVVoNsgBxJsC4MKC" %}
[Custom Managers](/managers/custom-managers.md)
{% endcontent-ref %}

## Which Manager Should I Use?

### Revenue Manager

Use this when a product wants to take a protocol share while still routing the creator share correctly.

### Address Fee Split Manager

Use this when revenue should be split across multiple wallets or recipients.

### Staking Manager

Use this when value should flow toward stakers of an ecosystem token.

### Custom Managers

Use this when the project needs treasury behavior that is not covered by the standard manager set.


---

# 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/managers/manager-types.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.
