> For the complete documentation index, see [llms.txt](https://boost-legends.gitbook.io/solana-volume-bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://boost-legends.gitbook.io/solana-volume-bot/how-it-works-start.md).

# How it Works - Start

Follow these simple steps to launch Boost Legends via Telegram:

1. **📱 Open the Telegram Bot:**\
   Locate the official [Boost Legends Volume & Rank Booster bot](https://boostlegends.com/solana-volume-booster) on Telegram. Click **Start** to initiate a chat.
2. **🔗 Enter Your Token Contract Address (CA):**\
   Provide your token’s contract address. The bot will verify and display your token’s details.
3. **⚙️ Choose Your Feature:**\
   Select the command you wish to use from the menu:
   * **/volume\_booster** for increasing trading volume.
   * **/rank\_booster** for quickly trending on Dexscreener.
   * **/reaction\_booster** for adding social engagement.
   * **/pump\_fun\_bump** for maintaining visibility on Pump.fun.
4. **🛠️ Configure Your Settings:**\
   Adjust parameters such as transaction speed, volume targets, and reaction types. Predefined strategies are available for quick setup.
5. **💰 Deposit SOL:**\
   Follow the bot’s instructions to deposit the required amount of SOL. Funds are used for executing trades and will be deducted according to your chosen plan.
6. **🚀 Launch & Monitor:**\
   Confirm your settings and launch the bot. You can monitor real-time activity and receive status updates directly in Telegram.
7. **⏯️ Adjust on the Fly:**\
   If needed, use commands like **/pause**, **/resume**, or **/status** to control your campaign dynamically.


---

# 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://boost-legends.gitbook.io/solana-volume-bot/how-it-works-start.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.
