> For the complete documentation index, see [llms.txt](https://www.0x1.academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.0x1.academy/dai-bi-jing-ji-xue/tong/hang/zhi-wei.md).

# 進制位數

> **最後更新：2026 年 1 月**

> ⚠️ **免責聲明**：本文僅供教育目的，不構成投資建議。加密貨幣投資有風險，請自行研究（DYOR）後再做決定。

## 進制位數代表一個通證代幣的「\*\*最小可分割單位」\*\*可以到小數點後幾位

如美元的最小可細分單位是 0.01 美元，意即 1 美元可以切割至小數點後兩位，則美元的「進制位數（Decimals）」等於 2，可至小數點後兩位。

新台幣實際流通的最小貨幣是 1 圓，但在銀行系統裡頭一樣有 1 毛（0.1 圓）和 1 角（0.01 圓）的區別，因此新台幣的進制位數也是 2，細分至小數點後兩位。

### 比特幣的進制位數是 8

也就是說，比特幣的最小單位是小數點後 8 位，一共七個零：0.00000001 就是它的最小細分單位，也叫做「聰（Satoshi）」，1 聰 也就是 1 Satoshi，指得就是 0.00000001 比特幣（BTC）

### 以太幣的進制位數是 18

也就是說，以太幣最小單位是小數點後 18 位，一共十七個零：0.000000000000000001 就是它的最小細分單位，也叫做「魏（Wei）」，1 魏 也就是 1 Wei，指的就是 0.000000000000000001 以太幣（ETH）

比較特別的還有進制位數是 0 的 PRCLS 幣，是由藝術家艾未未創建的藝術作品代幣。（詳見「[PRCLS](https://github.com/dAAAb/Blockpedia/blob/master/undefined/priceless-prcls.md)」）

### 優點

與傳統貨幣（法定貨幣）相比，區塊鏈虛擬貨幣的一個優勢就是其「最小可分割單位」更多更細小。傳統貨幣通常是小數點後兩位，比特幣小數點後8位，以太幣小數點後18位，導致未來可以用非常小量的工作/產品或服務，交換非常小量的貨幣，例如 1byte 的數位檔案，可以叫價 0.00000001 以太幣。解決傳統金融無法將工作細分的問題。

***

#### 相關條目

* [通證名稱](/dai-bi-jing-ji-xue/tong/hang/tong-ming.md)
* [通證代號](/dai-bi-jing-ji-xue/tong/hang/tong-dai.md)

#### 參考資料


---

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

```
GET https://www.0x1.academy/dai-bi-jing-ji-xue/tong/hang/zhi-wei.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.
