> For the complete documentation index, see [llms.txt](https://docs.flaunch.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flaunch.gg/managers/manager-types.md).

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