> For the complete documentation index, see [llms.txt](https://coinflipper-1.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coinflipper-1.gitbook.io/documentation/poleznye-stati/arbitrazh-cex-cex.md).

# Арбитраж CEX-CEX

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

***Арбитраж CEX-CEX*** — это способ заработать на разнице цен одного и того же актива на разных централизованных биржах (CEX). \
Суть проста: покупаем дешевле на одной бирже и продаем дороже на другой.

**Почему вообще возникает разница в ценах?**

Казалось бы, если криптовалюта одна и та же, то и цена везде должна быть одинаковой. Но на практике это не так. Разница в ценах (спред) появляется из-за:

* Разной ликвидности на биржах (где-то больше объемов, где-то меньше).
* Разного спроса и предложения.
* Ограничений на ввод и вывод средств.
* Банальная ошибка биржи.

***Как действовать?***

С помощью CoinFlipper Вам требуется найти арбитражную пару, на которой присутствует определенный спред. После чего Вы проводите анализ этой пары (сравниваете контракты, сети, доступность ввода/вывода монеты, спред фандинга, делистинг, индексные цены и т.д.), после чего покупаете на споте/открываете позицию Long на той бирже, где цена ниже, после чего открываете позицию Short на бирже, где цена выше. Порядок открытия позиций можно менять в соответствии с тенденцией (восходящая/нисходящая) монеты.

***Пример:***

25.03.2025 был зафиксирован спред по монете Move между ByBit/Mexc/Gate(long) - Lbank(Short)\
![](/files/GGHoCup2ulpr3Mfxp1it)

Одним из наших пользователей был произведен набор позиции:\
цена входа Bybit - 0.5055$\
Цена входа Mexc - 0.5370$\
Цена входа Lbank - 0.5535$\
\
Таким образом, общая позиция составляла 5258,72$ = 9500 Move\
Средний спред входа(Mexc/Lbank) = 2,98%\
Средний спред входа(Mexc/Bybit) = 8,67%\
Суммарный спред входа = 5,83%(усредненное)

.&#x20;

<div data-full-width="true"><figure><img src="/files/h68MIi6Cs9EFMCXDmMyd" alt=""><figcaption></figcaption></figure></div>

<div data-full-width="true"><figure><img src="/files/fdcorA4JJR0a7mdZQmcl" alt=""><figcaption></figcaption></figure></div>

<div data-full-width="true"><figure><img src="/files/QI210NTtbPeJKoVM4Akp" alt=""><figcaption></figcaption></figure></div>

После того, как спред сошелся ближе к 1%, наш подписчик закрыл позицию:

&#x20;    Цена выхода Lbank = 0,5760$\
PnL Lbank = -214,99$\
&#x20;    Цена выхода Bybit = 0,5585$\
PnL ByBit = 145,5376$\
&#x20;    Цена выхода Mexc = 0,5682$\
PnL MexC = 207,6688$

***Суммарная прибыль за 2 часа составила 138,21$***

<div data-full-width="true"><figure><img src="/files/RWu2ms7Kige3Un5zW5ky" alt=""><figcaption></figcaption></figure></div>

<div data-full-width="true"><figure><img src="/files/JqnPzVgZcHKvfyKdh4cV" alt=""><figcaption></figcaption></figure></div>

<div data-full-width="true"><figure><img src="/files/v3qr6Duc4dBJex0kcvhV" alt=""><figcaption></figcaption></figure></div>


---

# 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://coinflipper-1.gitbook.io/documentation/poleznye-stati/arbitrazh-cex-cex.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.
