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

# FAQ

> **Answers to the most common questions about the BuySwap ecosystem.**

<details>

<summary>What is BuySwap?</summary>

BuySwap is an AI-powered decentralized Prediction ecosystem that combines Prediction Trading, Artificial Intelligence, Blockchain Technology, and Community Economy into a single platform.

</details>

<details>

<summary>What is Prediction Trading?</summary>

Prediction Trading allows users to predict whether the market will move **UP** or **DOWN** within a fixed period of time, without managing complex trading orders.

</details>

<details>

<summary>What markets does BuySwap support?</summary>

BuySwap is designed to support multiple financial markets, including:

* Cryptocurrency
* Forex
* Gold
* Stocks
* Indices

Additional markets may be added in future releases.

</details>

<details>

<summary>What trading sessions are available?</summary>

The platform currently supports:

* **1-Minute Prediction**
* **5-Minute Prediction**

</details>

<details>

<summary>What is the AI Prediction Network?</summary>

The AI Prediction Network analyzes market data and generates AI-powered Prediction Signals to help users make more informed trading decisions.

It is designed to support BuySwap as well as other compatible Prediction platforms.

</details>

<details>

<summary>What is BST?</summary>

BST (BuySwap Token) is the native utility token of the BuySwap ecosystem.

It is designed for trading fees, AI services, premium features, Genesis Club access, governance participation, and future ecosystem utilities.

</details>

<details>

<summary>What is Genesis Club?</summary>

Genesis Club is an exclusive membership program created for long-term ecosystem participants, providing access to premium benefits, early product opportunities, and future community incentives.

</details>

<details>

<summary>Is BuySwap decentralized?</summary>

Yes.

BuySwap is designed as a decentralized ecosystem where users interact through Web3 wallets while maintaining control of their digital assets.

</details>

<details>

<summary>Does BuySwap guarantee profits?</summary>

No.

BuySwap provides trading infrastructure and AI-powered market insights. All trading involves risk, and users remain responsible for their own decisions.

</details>

<details>

<summary>What is BuySwap's long-term vision?</summary>

BuySwap aims to become the world's leading AI-powered Prediction ecosystem by combining decentralized trading, artificial intelligence, blockchain technology, and community-driven innovation.

</details>

## Key Takeaway

> **BuySwap is building more than a Prediction Exchange. It is building an open ecosystem where AI, blockchain, and community work together to shape the future of Prediction Markets.**

**End of Whitepaper**


---

# 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://buyswap.gitbook.io/overview/faq.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.
