# 經銷商

### 經銷商（Broker）是一種加密貨幣買賣服務，你直接向經銷商購買或出售加密貨幣，價格由經銷商決定。這和交易所不同——在交易所你是和其他用戶交易，在經銷商你是和公司交易。就像買外幣，你可以去銀行（經銷商）直接買，也可以去民間換匯所（交易所）和別人換。

***

## 經銷商 vs 交易所

| 比較   | 經銷商（Broker） | 交易所（Exchange） |
| ---- | ----------- | ------------- |
| 交易對象 | 直接和經銷商交易    | 和其他用戶交易       |
| 價格   | 經銷商定價       | 市場供需決定        |
| 介面   | 簡單，只有買/賣    | 複雜，有訂單簿       |
| 流動性  | 經銷商保證       | 依賴市場深度        |
| 適合對象 | 新手、小額       | 進階用戶、大額       |

***

## 經銷商的運作方式

```
傳統交易所：
你 ←→ 訂單簿 ←→ 其他用戶
    (你和別人交易)

經銷商：
你 ←→ 經銷商
    (你直接和公司交易)
```

{% hint style="info" %}
**經銷商的價格從哪來？**

經銷商通常在背後連接多個交易所，以市場價格為基準，加上一定的價差（Spread）作為利潤。所以你看到的價格會比「市價」稍差一點。
{% endhint %}

***

## 經銷商的優點

| 優點   | 說明         |
| ---- | ---------- |
| 簡單   | 不用學習交易介面   |
| 保證成交 | 不用等待訂單撮合   |
| 新手友善 | 適合第一次買幣    |
| 多元支付 | 常支援信用卡、超商等 |

***

## 經銷商的缺點

| 缺點   | 說明          |
| ---- | ----------- |
| 價差較大 | 買入價和賣出價差距大  |
| 不透明  | 不知道「真正的」市場價 |
| 選擇少  | 幣種通常比交易所少   |
| 適合小額 | 大額交易成本高     |

{% hint style="warning" %}
**注意價差**

經銷商的「買入價」和「賣出價」之間可能有 2-5% 的價差。這意味著你買入後立即賣出，可能就虧 2-5%。
{% endhint %}

***

## 台灣的經銷商

| 經銷商     | 特色          |
| ------- | ----------- |
| BitoEX  | 超商購買、ATM 出金 |
| MaiCoin | 信用卡購買       |
| 幣託      | 台灣老牌服務商     |

### 超商購買的流程

```
1. 在 BitoEX 選擇購買金額
2. 獲得超商繳費代碼
3. 到超商繳費
4. 幣自動入帳
```

這種方式特別適合不想綁定銀行帳戶的用戶。

***

## 國際知名經銷商

| 經銷商          | 說明             |
| ------------ | -------------- |
| Coinbase     | 美國最大，簡單介面      |
| Crypto.com   | 多元服務，有 Visa 卡  |
| Swan Bitcoin | 專注比特幣定投        |
| Cash App     | Square 旗下，美國流行 |

***

## 什麼時候用經銷商？

| 情況       | 建議        |
| -------- | --------- |
| 第一次買幣    | ✓ 適合用經銷商  |
| 小額購買     | ✓ 適合用經銷商  |
| 想用信用卡/超商 | ✓ 適合用經銷商  |
| 大額交易     | ✗ 用交易所較划算 |
| 追求最佳價格   | ✗ 用交易所較划算 |
| 要做交易     | ✗ 用交易所    |

***

## 延伸閱讀

* [BitoEX](/mai-mai-shu-wei-zi-chan-de-chang-suo/shang/bitoex.md) — 台灣經銷商
* [Coinbase](/mai-mai-shu-wei-zi-chan-de-chang-suo/shang/coinbase.md) — 美國最大經銷商
* [MaiCoin](/mai-mai-shu-wei-zi-chan-de-chang-suo/shang/maicoin.md) — 台灣經銷商
* [中心化交易所](/mai-mai-shu-wei-zi-chan-de-chang-suo/zhong-xin-hua-jiao-yi-suo.md) — 另一種買幣方式
* [法幣交易](/jiao-yi-cao-zuo-1/fa-jiao-yi.md) — 用法幣購買加密貨幣

***

#### 參考資料

* [Broker vs Exchange](https://www.investopedia.com/articles/forex/11/brokers-vs-exchanges.asp)


---

# 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/mai-mai-shu-wei-zi-chan-de-chang-suo/shang.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.
