# Flaunchy

## Launch Types for Flaunchy

Twitter: [x.com/flaunchybot](https://x.com/flaunchybot)

Farcaster: [farcaster.com/flaunchy](https://farcaster.xyz/flaunchy)

#### 1. Fast Launch

**Name and ticker (image optional)**

```
💬 User: @Flaunchy launch Timer (TIME)
🐈‍⬛ Flaunchy: gmeow! Timer ($TIME) ready to launch on base. launching now...
🐈‍⬛ Flaunchy: Timer ($TIME) launched on base! check it: https://flaunch.gg/base/coin/0x1234...  
CA: 0x1234...
```

**Other examples:**

* `Flaunchy create SpaceToken with ticker SPACE`
* `@flaunchybot launch a token called Moonshot`
* `hey Flaunchy, launch DOGE token`

***

#### 2. Standard Launch

**Set custom fee splits or receivers**

```
💬 User: @Flaunchy launch Timer (TIME) with 50% fees to vitalik.eth
🐈‍⬛ Flaunchy: henlo! Timer ($TIME) with custom fee setup. launching...
🐈‍⬛ Flaunchy: Timer ($TIME) launched! check: https://flaunch.gg/base/coin/0x5678...  
CA: 0x5678...
```

**Other examples:**

* `Flaunchy create SpaceToken, send 25% fees to alice.eth`
* `launch Moonshot with 60% fee share to 0x1234...`
* `@flaunchybot launch DOGE, receiver is bob.eth, 40% fees`

***

#### 3. FlaunchIt Launch

**Reply to someone’s post to create a themed token**

```
💬 Alice: I wish there was a rocket token 🚀  
💬 Bob: @Flaunchy flaunch it  
🐈‍⬛ Flaunchy: gmeow! Rocket ($RCKT) flaunched on base! check it: https://flaunch.gg/base/coin/0x9abc...  
CA: 0x9abc...
```

**How it works:**

* Bot auto-generates token from original post
* Poster gets 60% of fees
* You get 30% for replying
* Flaunchy gets 10%

**Other examples:**

* `Reply to meme: Flaunchy flaunch it!`
* `Reply to image: @flaunchybot flaunch it with this vibe`

***

#### 4. Multi-Receiver Launch

**Split fees between multiple people**

```
💬 User: @Flaunchy launch TeamToken for alice.eth, bob.eth, charlie.eth
🐈‍⬛ Flaunchy: yo! TeamToken with 3 receivers. need a ticker
💬 User: TEAM  
🐈‍⬛ Flaunchy: launching TeamToken ($TEAM) with multi-receiver split...
🐈‍⬛ Flaunchy: TeamToken ($TEAM) deployed! check: https://flaunch.gg/base/coin/0xdef0...  
CA: 0xdef0...
```

**Custom percentages:**

```
💬 User: launch ProjectToken for alice.eth (40%), bob.eth (30%), charlie.eth (20%)
🐈‍⬛ Flaunchy: ProjectToken with custom splits launching...
```

**Other examples:**

* `Flaunchy create SpaceToken with receivers: @user1, @user2, vitalik.eth`
* `@flaunchybot launch DOGE for alice.eth, bob.eth (equal split)`


---

# 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/community/flaunchy.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.
