# FAQ

* **HOW DOES XBOT WORK?**

  XBot, developed on the Telegram application, is a trading-focused bot account. \
  This bot account brings together the sophisticated programming of a chatbot trading service and an integrated ALEX and Bitcoin DeFi service for a superior crypto trading experience.\
  XBot precisely executes each command made in your interaction with the bot, providing an uncomplicated platform for the buying, selling, and managing of your crypto assets on the Stacks chain.<br>
* **HOW DO I WITHDRAW MY STX FROM XBOT WALLET?** \
  On the main interface, click "Wallet".  \
  Set the "Receiver Address" and select "STX". \
  Set the withdrawal amount or percentage, then click<br>
* **HOW DO I EXPORT MY XBOT PRIVATE KEY?**

  On the main interface, click Wallet, then click Export Wallet. \
  The mnemonic phrase or private key will be exported. Remember to record it and then click Close.<br>
* **HOW DO I IMPORT MY WALLET TO XBOT?**

  When you first enter XBot, click Import Wallet. You'll see a prompt to enter your mnemonic phrase. Enter the phrase and click Send to complete the wallet import.<br>
* **HOW DO I SELL MY COINS?**

  On the main interface, click Sell, then select the token from your wallet (use the left and right swipe buttons or click the token name in the center to choose). Set the sell percentage and click Submit.<br>
* **HOW DO I CHANGE SLIPPAGE?**

  On the main interface, click Wallet, then go to Settings to configure Max Slippage.<br>
* **WHAT IS THE XBOT FEE?**\
  The current service fee is 1%.<br>
* **WHAT TOENS XBOT SUPPORT**

  XBOT supports all tokens on Stacks.<br>
* **DOES XBOT ALLOW MULTIPLE WALLETS?** \
  Currently no.\
  &#x20;It’s only one wallet address per telegram account. If you want to have multiple Xbot wallets, you will have to make another telegram account(s).<br>
* #### **IS XBOT SAFE?**

  All private keys used within XBot are protected with advanced encryption techniques.

  Xbot has also established our server security at a high level of robustness.

  Please note that you need to boost your Telegram security by enabling two-factor authentication.


---

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