# Introduction

What is the Launcher?

The Launcher is the token creation module of the Reflect Super Agent. It handles the entire lifecycle of a token launch in a single session: contract deployment, initial supply minting, Aerodrome pool creation, liquidity provisioning, LP locking, and community distribution.

The result is a fully operational token with locked liquidity, a live trading pair on Aerodrome, and a revenue stream that starts immediately.

Why launch on Reflect?

Aerodrome-native from day one, your pool is launched directly through Aerodrome's Pool Launcher contracts, the same infrastructure used by major protocols on Base. Your token is visible on Aerodrome from the first block.

Perpetual income, traditional launchers give you a token and a pool. Reflect gives you a revenue position. As an LP beneficiary, you earn trading fees on every swap. When your pool graduates to a gauge, veAERO voters direct AERO emissions to it. Both streams are claimable forever.

Trust by default, liquidity is locked permanently through Aerodrome's native LockerFactory. Your community trades with confidence from the start.


---

# 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.reflect.now/launcher/introduction.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.
