# FAQ

## FAQ

**Will Bootstrap make my token succeed?** No. Memecoins are attention-based. If no one is trading your token, there are no fees to compound. Bootstrap is infrastructure for tokens that generate volume — it doesn't create it.

**Does it add a fee to traders?** No. It uses the existing 0.05% PumpSwap creator fee. Traders pay the same regardless.

**Can the creator change the config after launch?** Not once it's locked. Time-locked or permanent — enforced by the platform, not promises.

**Can I use it on an existing token?** Yes. Transfer fee authority to Bootstrap, configure, lock. Works pre and post-bond.

**What can I configure right now?** LP injection percentage and team allocation percentage. More channels (buybacks, burns, holder distributions) are on the roadmap.

**How often does it compound?** Creators choose from four intervals: every 30 minutes (1.00% fee), every 2 hours (0.75%), every 12 hours (0.50%), or daily (0.25%). Higher frequency = more compounding events at a higher fee rate.

**Do I lose control of my token?** No. You keep UI authority on Pump.fun, can trade freely, and manage your community. Bootstrap only controls fee routing.

**What if Bootstrap goes down?** Your token is unaffected — it lives on Pump.fun. Fees accumulate in the vault until the next cycle.

**How is this different from a token tax?** Token taxes add cost on every trade and reduce volume. Bootstrap uses fees that already exist — zero added friction.

**How is this different from liquidity locks?** Locks prevent removal. Bootstrap actively grows the pool. They're complementary — do both.

**Can Bootstrap be used for rug pulls?** Bootstrap locks fee management, not the creator's personal holdings. A creator could still sell their tokens. The fee config, however, is immutable once locked.

**What chains?** Solana only. Built for Pump.fun and PumpSwap.

**Is it audited?** In active development. Formal audits planned. All on-chain activity is transparent and verifiable now.


---

# 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/faq.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.
