> 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/buyswap-exchange.md).

# BuySwap Exchange

> **A decentralized Prediction Exchange built for speed, simplicity, and global accessibility.**

## Overview

The BuySwap Exchange is the core trading platform of the BuySwap ecosystem. It enables users to participate in decentralized Prediction Markets through a simple and transparent trading experience.

Instead of executing traditional buy or sell orders, users predict whether the market will move **UP** or **DOWN** within a fixed timeframe.

Every trading session has predefined rules, transparent settlement, and on-chain integrity.

## Supported Markets

BuySwap is designed to support a wide range of financial markets, including:

* Cryptocurrency
* Forex
* Gold
* Stocks
* Indices
* Additional markets in future updates

This multi-asset approach allows users to access different global markets from a single platform.

## Trading Sessions

The platform currently supports:

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

These short trading sessions provide flexibility for both active traders and casual users.

## Core Features

### Decentralized

Users trade directly through their Web3 wallets without giving custody of their assets.

### Transparent

Each Prediction session follows predefined rules with clear opening, closing, and settlement.

### Simple

Only one decision is required:

* **UP**
* **DOWN**

### Fast

Short trading sessions create an efficient and engaging user experience.

## Designed for the Future

The BuySwap Exchange is built to integrate seamlessly with the BuySwap AI Prediction Network, enabling AI-powered market insights while remaining fully compatible with decentralized trading principles.

## Key Takeaway

> **The BuySwap Exchange simplifies Prediction Trading while providing a secure, transparent, and scalable foundation for the next generation of financial markets.**


---

# 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/buyswap-exchange.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.
