# 幣幣交易

### 幣幣交易（Crypto-to-Crypto Trading）是用一種加密貨幣購買另一種加密貨幣的交易方式。比如用比特幣買以太幣，或用 USDT 買各種山寨幣。這是加密貨幣交易所最基本的功能，也是大多數交易者最常使用的交易類型。

***

## 幣幣交易的基本概念

### 交易對

每筆幣幣交易都有一個「交易對」：

```
BTC/USDT
 ↑     ↑
基礎貨幣  計價貨幣

意思是：用 USDT 買賣 BTC
```

### 常見的計價貨幣

| 計價貨幣 | 說明          |
| ---- | ----------- |
| USDT | 最常見，穩定幣計價   |
| BTC  | 比特幣本位，老牌交易對 |
| ETH  | 以太坊生態常見     |
| USDC | 另一種穩定幣      |

{% hint style="info" %}
**為什麼用 USDT？**

USDT 是穩定幣，價格錨定美元。用 USDT 計價可以直觀地看出一個幣「值多少美元」，方便計算盈虧。
{% endhint %}

***

## 幣幣 vs 法幣交易

| 比較     | 幣幣交易     | 法幣交易          |
| ------ | -------- | ------------- |
| 交易媒介   | 加密貨幣     | 法定貨幣（USD、TWD） |
| KYC 要求 | 通常較寬鬆    | 通常要求嚴格 KYC    |
| 上架門檻   | 較低       | 需要法幣通道        |
| 監管程度   | 較少       | 受金融法規監管       |
| 適合對象   | 已持有加密貨幣者 | 新手入場          |

***

## 為什麼幣幣交易這麼普及？

### 1. 避開法幣監管

```
法幣交易：
銀行 → 交易所 → 買幣
     ↑
    監管、KYC、反洗錢

幣幣交易：
幣 → 幣
沒有法幣介入，監管較少
```

### 2. 更多交易對選擇

大多數山寨幣只有幣幣交易對，沒有法幣交易對。

### 3. 交易更快

不需要等銀行轉帳，幣轉幣幾分鐘就能完成。

{% hint style="warning" %}
**不代表可以逃稅**

雖然幣幣交易不涉及法幣，但在許多國家，加密貨幣之間的交換仍然是應稅事件。
{% endhint %}

***

## 幣幣交易的流程

```
1. 持有某種加密貨幣（如 USDT）
2. 在交易所選擇交易對（如 ETH/USDT）
3. 下單（市價單或限價單）
4. 訂單成交
5. ETH 入帳，USDT 扣除
```

***

## 代表性幣幣交易所

| 交易所    | 特點         |
| ------ | ---------- |
| 幣安     | 幣幣交易對最多    |
| OKX    | 支援大量幣幣對    |
| Bybit  | 衍生品為主，也有現貨 |
| KuCoin | 小幣種豐富      |

***

## 幣幣交易的風險

| 風險   | 說明        |
| ---- | --------- |
| 價格波動 | 兩種幣都可能波動  |
| 流動性  | 小交易對可能滑點大 |
| 稅務   | 可能產生應稅事件  |
| 計算複雜 | 盈虧計算較複雜   |

***

## 延伸閱讀

* [法幣交易](/jiao-yi-cao-zuo-1/fa-jiao-yi.md) — 用法幣買加密貨幣
* [撮合](/jiao-yi-cao-zuo-1/cuo-he-jiao-yi.md) — 交易如何成交
* [穩定幣](https://github.com/dAAAb/Blockpedia/blob/master/token/wen-ding.md) — 幣幣交易常用的計價貨幣
* [OTCBTC](https://github.com/dAAAb/Blockpedia/blob/master/jiao-yi-suo/jiao-yi/otcbtc.md) — 曾經專注幣幣的交易平台

***

#### 參考資料

* [What is Crypto-to-Crypto Trading](https://www.coinbase.com/learn/crypto-basics)


---

# 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/jiao-yi-cao-zuo-1/jiao-yi.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.
