> For the complete documentation index, see [llms.txt](https://buddy-x-ai.gitbook.io/buddy-x-ai-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://buddy-x-ai.gitbook.io/buddy-x-ai-docs/faqs.md).

# FAQs

<details>

<summary>What is the BuddyXai Trading Platform?</summary>

**BuddyXai** is an intelligent quantitative trading ecosystem designed to help users trade smarter with automation and AI.\
The platform integrates advanced trading bots, real-time analytics, and smart risk management tools to optimize both **spot** and **futures** strategies — all in one unified interface.

</details>

<details>

<summary>Do I need trading or programming knowledge to use it?</summary>

No. BuddyXai is beginner-friendly.\
Every feature is accessible through a simple visual interface — no coding, technical setup, or prior trading experience required.\
Just connect your exchange account, choose a strategy, and the AI bot does the rest.

</details>

<details>

<summary>What can I do with BuddyXai?</summary>

BuddyXai offers a complete suite of automated trading and portfolio tools, including:

* 🤖 **AI-Powered Trading Bots** – Automatically execute buy/sell strategies 24/7.
* 📊 **Strategy Charts & Signal Analysis** – Visualize performance and identify optimal entries/exits.
* 🔗 **Multi-Exchange Support** – Trade seamlessly across **Binance, BingX, OKX, and Gate.io**.
* 💹 **Real-Time PnL Tracking** – Monitor your profits and strategy performance live.
* 🧠 **Smart Preset Strategies** – Use pre-configured modules: **Buddy Spot, Buddy Grid, Buddy Quantum, and Buddy Swing.**

</details>

<details>

<summary>Is BuddyXai free to use?</summary>

Basic registration and limited features are **free**.\
Advanced bots, premium analytics, and live trading access require **B-Points**, the platform’s internal service units.

</details>

<details>

<summary>How do I purchase B-Points?</summary>

* You can purchase B-Points directly through the **BuddyXai App**.\
  Once credited, your balance will automatically be used to cover bot operations, profit commissions, or feature upgrades.

</details>

<details>

<summary>What are B-Points?</summary>

**B-Points** are BuddyXai’s utility credits used for:

* Paying service and performance fees.
* Running multiple bots simultaneously.
* Unlocking advanced AI strategies and VIP features.

BuddyXai follows a **performance-based model** — when a bot generates profit, **20% of that profit** is automatically deducted as a service fee in B-Points.\
This aligns the platform’s success directly with yours.

</details>

<details>

<summary>Is my money safe?</summary>

Yes. BuddyXai never holds or transfers your funds.\
All trades are executed through your own exchange account via secure **API authorization**.\
Your assets remain in your exchange wallet — BuddyXai only sends trading instructions; it cannot withdraw or transfer any funds.

</details>

<details>

<summary>Which exchanges are supported?</summary>

Currently supported exchanges include:

* **Binance**
* **BingX**
* **OKX**
* **Gate.io**\
  More exchanges are being integrated progressively to expand multi-platform coverage.

</details>

<details>

<summary>How do I start my first bot?</summary>

Starting your first AI bot takes just a few minutes:

1. **Link your exchange API** securely.
2. **Select a strategy module** (Buddy Spot, Grid, Quantum, or Swing).
3. **Set your investment amount** and adjust parameters as needed.
4. **Activate the bot** — BuddyXai will handle the rest automatically.

</details>

<details>

<summary>What are the benefits of being a VIP user?</summary>

#### 🔥 **VIP Membership Privileges (BuddyXai)**

* **Higher Referral Commissions** – Earn up to **35%** rewards and same-rank bonuses.
* **Run More Bots** – Unlock additional bot slots for diversified strategies.
* **Priority Access** – Get early access to new AI strategies and beta features.
* **Exclusive Insights** – Receive private reports, analytics, and market breakdowns.
* **Premium Support** – Enjoy priority assistance from our professional support team.

</details>

<details>

<summary>How can I contact customer support or the technical team?</summary>

You can reach us via:

* **Official Discord Server** – For live community and technical support.
* **Support Hub:** <https://buddy-x-ai.gitbook.io/support/>
* **Website:** <https://buddyxai.com>
* **App Portal:** <https://app.buddyxai.com>

</details>


---

# 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://buddy-x-ai.gitbook.io/buddy-x-ai-docs/faqs.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.
