> For the complete documentation index, see [llms.txt](https://docs.liftoff.monster/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.liftoff.monster/features.md).

# Features

1. **Instant Token Creation**
   1. Name (max 40 characters)&#x20;
   2. Ticker (max 5 characters)&#x20;
   3. Description (max 200 characters)&#x20;
   4. Socials Integrated (Telegra, Website, X)
   5. Token Supply&#x20;
   6. SOL Raised (Either 12.5 or 85 SOL)
   7. Bonding Curve Parameters
      1. Pool migration %&#x20;
      2. Vesting %&#x20;
   8. Creator Fee share (On / Off)
   9. If Vesting (Vesting Duration)&#x20;
   10. Cliff (period before vested tokens claimable)
2. **Boost**&#x20;
   1. Inbuilt currency & visibility enhancement
3. **Badges**
   1. **KYC** identifies tokens with KYC made through our partners&#x20;
   2. **NEW** identifies tokens created <3 min&#x20;
   3. **STAKE** identifies tokens with staking pools
   4. **AI** identifies tokens generated through native AI token generation feature
   5. **TOP MONSTER** identifies hottest token on LiftOff
4. **Timers**
   1. Pre-set timers for Token Launch in pre-set amount of hours
   2. Pre-set countdown timer for Token injection to DEX
5. **Dashboard**&#x20;
   1. Gives key LIVE KPI Metrics of the Launchpad&#x20;
   2. Gives different view Modes (Zoom In, Zoom Out, List)
   3. Gives Live or Static View mode
   4. Gives search & filter mode to find certain tokens by category
   5.
6. **Dev Tokens**
   1. By default Dev Tokens are locked&#x20;
   2. Can be unlocked (visible identifier) on token card&#x20;
7. **Custom Bonding Curve**&#x20;
   1. Set a custom bonding curve from 30 to 300 SOL&#x20;
8. **Custom DEX Injection**&#x20;
   1. Toggle between one or multiple DEX's for seamless integration&#x20;
9. **Custom Bonding Burn**&#x20;
   1. **BURN** identifies specific type of Burn at bonding curve
10. **Instant Staking utility**&#x20;
    1. Create Instantly Staking for your holders directly via the token creator
11. **Native Platform Currency**
    1. $LOX or Liquid Oxygen Token is the platform native currency


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.liftoff.monster/features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
