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

# About XAPY.io

## 🔑Highlights

<mark style="color:green;">**XAPY is not a cryptocurrency exchange. XAPY is an intermediary platform**</mark> that enables you to simultaneously execute buy and sell orders (at the same time) across multiple cryptocurrency exchanges to implement funding rate arbitrage strategies, based on the **Delta Neutral = 0** mechanism

<mark style="color:green;">**XAPY does not hold your funds.**</mark> XAPY functions as a control panel, providing comprehensive tools that enable you to interact seamlessly with exchanges (such as increasing/decreasing positions, holding, rebalancing, and managing your positions) through API connections to exchanges.&#x20;

<mark style="color:green;">**You only pay a fee when you make a profit**</mark>

<figure><img src="/files/cyEAP4Z4WPcLVgYKWSiO" alt=""><figcaption></figcaption></figure>

## ️🎯Core Solution

XAPY provides a comprehensive solution for funding rate arbitrage strategies, including

* High-frequency trading (HFT) bots enable simultaneous order execution and exit across multiple exchanges.
* Automated fund transfer systems for account rebalancing across individual positions and entire exchanges
* Support for searching, detecting, validating, and creating strategies through real-time signal provider pages
* Profit tracking tool for each funding period
* Position management tool during extreme market conditions (liquidation, ADL, etc.)

## ✍️List of supported exchanges

List of supported exchanges (*Will be regularly updated*)

<div align="center" data-full-width="false"><figure><img src="/files/l3T7SRt3PGgz66GYwsCy" alt="" width="100"><figcaption><p>Binance</p></figcaption></figure> <figure><img src="/files/2QdZvZEXKQ5lJwDp4jW4" alt="" width="100"><figcaption><p>Bitget</p></figcaption></figure> <figure><img src="/files/hAhvB7I2nvyoYjAUnWc5" alt="" width="100"><figcaption><p>Bybit</p></figcaption></figure> <figure><img src="/files/AWDHCICD2NsBgJM8n9pP" alt="" width="100"><figcaption><p>OKX</p></figcaption></figure></div>

<div align="center" data-full-width="false"><figure><img src="/files/WUuMV0FNSOPe6AIKV53b" alt="" width="100"><figcaption><p>BingX</p></figcaption></figure> <figure><img src="/files/eLuTOZ5RxZsvm5nATd8q" alt="" width="100"><figcaption><p>Coinex</p></figcaption></figure> <figure><img src="/files/Kq9ZYvy8ExSzijrYtSgy" alt="" width="100"><figcaption><p>Bitmart</p></figcaption></figure> <figure><img src="/files/yAqVOgqcHJ800x3hcjV7" alt="" width="100"><figcaption><p>Gate</p></figcaption></figure></div>

If you don’t have an account on the exchanges, you can register using the links below

* [ <img src="/files/l3T7SRt3PGgz66GYwsCy" alt="" data-size="line"> Binance](https://accounts.binance.com/register?ref=199981147)  | [ <img src="/files/AWDHCICD2NsBgJM8n9pP" alt="" data-size="line"> OKX](https://okx.com/join/IVXAPY)   |   [<img src="/files/hAhvB7I2nvyoYjAUnWc5" alt="" data-size="line">  Bybit](https://partner.bybit.com/b/xapy)   |  [ <img src="/files/2QdZvZEXKQ5lJwDp4jW4" alt="" data-size="line">  Bitget](https://partner.bitget.com/bg/ivXapy)    |  [ <img src="/files/eLuTOZ5RxZsvm5nATd8q" alt="" data-size="line"> Coinex](https://www.coinex.com/register?refer_code=xapy)
* [<img src="/files/WUuMV0FNSOPe6AIKV53b" alt="" data-size="line"> BingX](https://bingx.com/partner/xapy/3dS5zD)    |    [<img src="/files/yAqVOgqcHJ800x3hcjV7" alt="" data-size="line"> Gate](https://www.gate.com/share/XAPY)    |  [<img src="/files/gTReN8VPyQDZaFvSITXu" alt="" data-size="line"> Huobi ](https://www.htx.com/invite/vi-vi/1f?invite_code=ivxapy) | [Bitmart](https://www.bitmart.com/vi-VN/invite/VS8RqP)

*This is XAPY’s referral code on the exchanges (if you don’t click the referral link).*

{% code lineNumbers="true" %}

```
Binance : 199981147
OKX: IVXAPY
Bybit: 64420
Bitget: ivXapy
Coinex: xapy
Gate: IVIBXAPY
Huobi: ivxapy
BingX: O3LASR
Bitmart: VS8RqP
```

{% endcode %}

> XAPY is prioritizing stability, performance, and safety, so we choose CEX exchanges. In the future, when DEX exchanges become safer, you will see them here.

{% hint style="info" %}
If you haven’t found your favorite exchange: -> [**Contact Us**](/help/contact-us.md)
{% endhint %}

Let's go!


---

# 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.xapy.io/introduction/readme.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.
