# Features

### LP Injection

The core feature. Bootstrap takes allocated creator fees, splits them 50/50, buys the token with half, and deposits both halves into the liquidity pool as paired assets. Cycles run every 30min / 2h / 12h / 24h. Pool gets thicker with every cycle.

### Team Allocation

Creators set a transparent percentage to their wallet for operational costs, marketing, or development. The difference from the current model: it's pre-declared, visible to buyers, locked once committed, and verifiable on-chain.

### Immutable Locks

Config is locked permanently on-chain (time-based locks coming soon). Buyers verify before they buy. No trust required.

### Buyer Verification

Every Bootstrap token has a public verification page:

* Fee allocation splits
* Lock status + countdown
* Full execution history with on-chain tx hashes

### Existing Token Support

Not just for new launches. CTOs and communities can onboard existing tokens (pre and post-bond) by transferring fee authority.


---

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