> For the complete documentation index, see [llms.txt](https://docs.floki.com/floki-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.floki.com/floki-whitepaper/trading-bot/setting-up-and-using-the-floki-trading-bot/getting-started.md).

# Getting Started

**Joining and Using Floki Trading Bot**

1. **Access the Bot**
   * Navigate to the Floki Trading Bot on Telegram: <https://t.me/floki_trading_bot>.
   * Tap **Start** to initiate the bot.
2. **Generate Your Wallet**
   * Tap **Generate Wallet** to create the wallet you will use for trading.
   * Tap **Go to Main Menu** to proceed.
3. **Select Your Trading Chain**
   * On the Homepage, tap **Current Chain**.
   * Select the blockchain on which you wish to trade.
   * Tap **Return to Main Menu** to finalize your selection.
4. **Deposit Funds and Begin Trading**
   * Tap on your wallet address on the Homepage to copy it to your clipboard.
   * Outside the bot, transfer funds (such as BNB) from your other crypto wallets or any source to your bot wallet address.
   * Tap **Refresh** to confirm if the funds have been deposited.
   * Once the wallet balance reflects your deposit, you can start trading.

**Trading with Floki Trading Bot**

1. **Buy Tokens**
   * Enter the Contract Address, Token Name, Token Ticker or DexScreener URL directly into the Message text box.
   * The bot will retrieve and display the token information.
   * Choose from the instant buy amount options provided, or enter a custom amount.
   * Your buy order will execute instantly.
   * After purchasing, you can view your position and monitor your Profit and Loss (PnL).
2. **View Your Position**
   * On the Homepage, click on the token to view your position.
   * This page displays details such as market cap, price movements, and more.
   * Additionally, you can view your position's specifics, including position value, PnL, and other relevant information.
   * From this page, you have the option to buy more of the token or sell immediately.
3. **Sell Tokens**
   * On the position page, select one of the instant sell percentage options or tap **Sell X%** to enter a custom percentage of your position to sell.
   * Your sell order will trigger immediately.
   * Use your profits to continue trading!


---

# 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.floki.com/floki-whitepaper/trading-bot/setting-up-and-using-the-floki-trading-bot/getting-started.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.
