# CoinMarketCap

### CoinMarketCap（簡稱 CMC）是全球最受歡迎的加密貨幣數據網站，提供數千種加密貨幣的價格、市值、交易量等資訊。不管你是新手還是老手，「上 CMC 查價格」幾乎是每個幣圈人的日常。

***

## CMC 簡史

| 時間     | 事件                  |
| ------ | ------------------- |
| 2013 年 | Brandon Chez 創立 CMC |
| 2017 年 | 隨著加密貨幣熱潮爆發式成長       |
| 2020 年 | 被幣安收購（約 4 億美元）      |
| 現在     | 仍是最多人使用的幣價網站        |

{% hint style="warning" %}
**幣安收購的爭議**

CMC 被幣安收購後，有些人質疑其數據的中立性。不過 CMC 聲稱維持獨立運營。
{% endhint %}

***

## CMC 提供什麼資訊？

### 加密貨幣數據

| 數據   | 說明           |
| ---- | ------------ |
| 價格   | 即時價格（多交易所平均） |
| 市值   | 價格 × 流通量     |
| 交易量  | 24 小時交易量     |
| 流通量  | 市場上流通的代幣數量   |
| 總供應量 | 代幣的最大供應量     |
| 歷史數據 | 價格走勢圖表       |

### 交易所數據

| 數據    | 說明          |
| ----- | ----------- |
| 交易所排名 | 按交易量排序      |
| 交易對   | 各交易所支援的交易對  |
| 流動性評分 | 評估交易所的真實流動性 |

### 其他功能

* NFT 數據
* DeFi 數據
* 空投日曆
* ICO 日曆
* 加密貨幣新聞

***

## 如何使用 CMC

### 查看幣價

```
1. 前往 coinmarketcap.com
2. 搜尋幣種名稱或代號（如 BTC、ETH）
3. 查看價格、市值、圖表
4. 點進詳情頁看更多資訊
```

### 排名的意義

CMC 按市值對加密貨幣排名：

| 排名     | 通常代表           |
| ------ | -------------- |
| 1-10   | 主流幣（BTC、ETH 等） |
| 11-50  | 知名項目           |
| 51-100 | 中型項目           |
| 100+   | 小型項目或新幣        |

{% hint style="info" %}
**排名會變動**

市值排名不是固定的。熊市時小幣跌得更慘，排名會重新洗牌。
{% endhint %}

***

## CMC 的問題與限制

### 1. 交易量造假

很多交易所會「刷量」來提高排名，CMC 的數據可能失真。

### 2. 價格可能不準

CMC 顯示的是多個交易所的平均價格，可能和你實際交易的價格有差異。

### 3. 市值計算有爭議

「市值 = 價格 × 流通量」這個公式有問題——如果流通量統計不準，市值也會不準。

{% hint style="warning" %}
**DYOR（Do Your Own Research）**

CMC 是很好的參考工具，但不要完全依賴它的數據做投資決策。特別是排名靠後的小幣，數據可能不準確。
{% endhint %}

***

## CMC 的替代方案

| 網站             | 特點         |
| -------------- | ---------- |
| CoinGecko      | 數據更詳細，獨立運營 |
| Messari        | 專業級研究數據    |
| DeFi Llama     | 專注 DeFi 數據 |
| Dune Analytics | 鏈上數據分析     |

***

## 有用的 CMC 功能

### 加入追蹤清單

可以建立自己的「觀察名單」，快速查看關注的幣種。

### 設定價格警報

當幣價達到特定價格時收到通知。

### 投資組合追蹤

輸入持倉，追蹤資產價值變化。

***

## 延伸閱讀

* [幣價](/jiao-yi-cao-zuo-1/undefined-2.md) — 價格是怎麼來的
* [市值](https://github.com/dAAAb/Blockpedia/blob/master/token/shi-zhi.md) — CMC 排名的依據
* [芝加哥指數](https://github.com/dAAAb/Blockpedia/blob/master/jiao-yi-suo/undefined-2/zhi-jia-ge-index.md) — 另一種價格參考
* [中心化交易所](/mai-mai-shu-wei-zi-chan-de-chang-suo/zhong-xin-hua-jiao-yi-suo.md) — 價格的來源

***

#### 參考資料

* [CoinMarketCap](https://coinmarketcap.com/)
* [CoinMarketCap Wikipedia](https://en.wikipedia.org/wiki/CoinMarketCap)


---

# 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/undefined-2/cmc.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.
