# For Creators

### Launching a Token

1. **Connect wallet** at [app.bootstrapliq.fun](https://app.bootstrapliq.fun) — Bootstrap creates a custodial wallet that controls fee authority
2. **Set up your token** — name, ticker, description, image (same as Pump.fun)
3. **Configure fee splits** — choose LP injection % and team %
4. **Lock settings** — permanent or time-lock (coming soon)
5. **Launch** — Bootstrap deploys to Pump.fun with your locked config

Your token lives on Pump.fun. Trades on PumpSwap. Bootstrap just manages the fees.

***

### What You Keep

* UI authority on Pump.fun — you're still the creator
* Team allocation — whatever % you set
* Trading ability — buy and sell freely
* Community — Bootstrap handles fees, you handle everything else

What you give up: the ability to silently extract fees. That's the signal.

***

### Onboarding an Existing Token

If you're running a CTO or managing an existing project:

1. Transfer fee authority to a Bootstrap-controlled wallet
2. Configure splits
3. Lock
4. Compounding starts automatically

Works pre-bond and post-bond. Verifiable on-chain.

***

### Example Configs

| Style      | LP   | Team |
| ---------- | ---- | ---- |
| Aggressive | 90%  | 10%  |
| Balanced   | 80%  | 20%  |
| Community  | 100% | 0%   |


---

# 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.bootstrapliq.fun/for-creators.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.
