# 搬磚

### 搬磚是加密貨幣圈的套利術語，指的是在不同交易所之間利用同一幣種的價差賺錢。當 A 交易所的比特幣比 B 交易所便宜時，你在 A 買入、在 B 賣出，就像把磚頭從一邊搬到另一邊賺差價。

***

## 搬磚的原理

```
交易所 A：BTC = $50,000
交易所 B：BTC = $50,200
價差：$200

操作：
1. 在 A 買入 1 BTC（花 $50,000）
2. 轉帳到 B
3. 在 B 賣出 1 BTC（得 $50,200）
4. 利潤：$200（扣除手續費）
```

{% hint style="info" %}
**為什麼會有價差？**

1. **流動性差異**：小交易所價格容易偏離
2. **地域差異**：不同國家的需求不同
3. **資訊延遲**：價格傳導需要時間
4. **提幣限制**：有些交易所限制提幣，造成價格孤島
   {% endhint %}

***

## 搬磚的類型

### 1. 現貨搬磚

最基本的方式：在低價交易所買入，轉帳到高價交易所賣出。

### 2. 對沖搬磚

在兩個交易所同時持有幣和資金：

| 交易所 A    | 交易所 B      |
| -------- | ---------- |
| 持有 1 BTC | 持有 $50,000 |

當價差出現時：

* 在 A 賣出 1 BTC
* 同時在 B 買入 1 BTC
* 不需要轉帳，瞬間完成

### 3. 三角套利

利用三種幣之間的匯率差異：

```
BTC → ETH → USDT → BTC
如果繞一圈後 BTC 變多了，就是套利機會
```

***

## 搬磚的成本

| 成本項目  | 說明         |
| ----- | ---------- |
| 交易手續費 | 買賣各收一次     |
| 提幣手續費 | 轉帳需要費用     |
| 時間成本  | 轉帳期間價格可能變化 |
| 滑點    | 大單可能導致價格變動 |

{% hint style="warning" %}
**價差 > 成本才有利潤**

很多時候看起來有價差，但扣除手續費和滑點後可能根本不賺錢。
{% endhint %}

***

## 搬磚的風險

| 風險    | 說明           |
| ----- | ------------ |
| 價格波動  | 轉帳期間價差消失甚至反轉 |
| 轉帳延遲  | 鏈上壅塞導致到帳慢    |
| 交易所風險 | 小交易所可能跑路     |
| 凍卡風險  | 頻繁轉帳可能被銀行關注  |

***

## 搬磚的黃金時代

2017-2018 年是搬磚的黃金時代：

* 韓國市場經常有「泡菜溢價」（價格比國際市場高 20-50%）
* 各交易所流動性差異大
* 套利空間明顯

現在搬磚空間已經很小：

* 專業套利機器人 24/7 運作
* 價差幾乎瞬間被抹平
* 除非有特殊事件，否則很難找到機會

{% hint style="success" %}
**從人工到自動**

現在的「搬磚」主要由量化交易程式執行，人工搬磚已經很難競爭。如果你還想搬磚，可能需要寫程式或用套利機器人。
{% endhint %}

***

## 延伸閱讀

* [交易所](/mai-mai-shu-wei-zi-chan-de-chang-suo/jiao-yi-suo.md) — 搬磚的場所
* [韭菜](/ru-quan-bi-bei-zhi-shi/jiu-cai.md) — 搬磚失敗的結果
* [鯨魚](/ru-quan-bi-bei-zhi-shi/undefined-5.md) — 大規模套利的玩家
* [迷因](/ru-quan-bi-bei-zhi-shi/mi-yin.md) — 幣圈文化總覽

***

#### 參考資料

* [Crypto Arbitrage Explained](https://www.coindesk.com/learn/crypto-arbitrage-how-it-works-and-how-it-can-be-risky/)


---

# Agent Instructions: 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:

```
GET https://www.0x1.academy/ru-quan-bi-bei-zhi-shi/ban.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
