> For the complete documentation index, see [llms.txt](https://docs.gcbex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gcbex.com/documentation/gcb-cryptocurrency-exchange/quickstart.md).

# Introduction

<figure><img src="/files/7yfxJ2NW2BNGyf1TXxHr" alt=""><figcaption><p>GCB Exchange</p></figcaption></figure>

{% hint style="info" %}
Sign up with GCB Exchange & benefits from our low trading fee.\
find the link <https://www.gcbex.com/en_US/register>
{% endhint %}

### Introduction

GCB Exchange is a cutting-edge cryptocurrency trading platform designed to facilitate the trading of digital assets with a strong emphasis on security, efficiency, and scalability. The platform offers a variety of features, including P2P trading, perpetual futures, and leveraged ETFs, catering to a global user base. At the heart of the ecosystem is the GCB Token, which provides utility in trading fees, rewards, and governance. Compliance and user security are paramount, with robust KYC and 2FA systems in place.

### Matching Engine

A crucial component of the GCB Exchange is its matching engine, responsible for efficiently pairing buy and sell orders. It maintains order books and processes trades based on parameters such as price and quantity. The engine ensures low-latency and high-throughput performance, enabling seamless and rapid transactions with the most advanced technology. By leveraging advanced algorithms and technologies, the matching engine supports the exchange’s goal of providing a reliable and scalable trading platform.

### Device Coverage

* **Web-based trading client**
* **Android native client**
* **iOS native client**&#x20;
* **Mobile HTML5 client**&#x20;
* **REST API**


---

# 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.gcbex.com/documentation/gcb-cryptocurrency-exchange/quickstart.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.
