# 什么是 BIP-177？重新定义比特币单位的提案详解

## BIP-177 概述：比特币单位的新提案

**BIP-177**（Bitcoin Improvement Proposal 177）是由 Synonym CEO John Carvalho 提出的改进方案，主要目标是通过**重新定义比特币的基本单位展示方式**，降低用户理解门槛。

提醒：BIP-177 不影响比特币的技术协议或总量，仅改变“单位的命名和展示方式”。

## BIP-177 的主要变更内容

### 基本单位改名

* 将“satoshi”或“sat”改称为 “bitcoin”（小写）
* 意在统一称呼，简化用户认知

### 保持 BTC 不变

* 1 BTC 仍等于 100,000,000 bitcoins（即原本的 satoshis）

### 符号使用方式

* 引入 ₿ 符号表示基本单位，如：0.345 BTC = ₿34,500,000

### 支持两种显示模式

* 传统小数格式与整数格式之间可以切换

## BIP-177 的三大核心优势

### 降低认知难度

过去的 0.00001 BTC 令人费解，而 BIP-177 可展示为 1,000 bitcoins，更直观易懂。

> 示例：\
> 旧：0.00002 BTC\
> 新：2,000 bitcoins

### 消除单位焦虑

当前 1 BTC 价格过高让人望而却步，但 “1 bitcoin（单位）” 仅值 $0.00103，更具亲和力。

> 示例：\
> 旧：我只有 0.00002 BTC\
> 新：我拥有 2,000 bitcoins

### 简化使用体验

摒弃 sats 与 BTC 的双重单位概念，让用户仅使用一个“bitcoin”单位，避免混淆。

## 社区观点：BIP-177 的支持与质疑

### 反对者观点

* 放弃 “satoshi” 命名，有悖于对中本聪的纪念
* 容易混淆“BTC”与“bitcoin”的概念

### 支持者观点

* 更符合人类认知习惯，尤其适合新手用户
* 降低心理门槛，有利于加密货币普及

## BIP-177 是未来趋势吗？

虽然 **BIP-177** 尚未被采纳，但它提出了一个值得思考的方向 —— **通过重新定义单位命名和格式，降低加密货币使用门槛**。未来是否普及，仍需社区共识，但从用户体验角度，它无疑是一步“向用户靠近”的积极尝试。


---

# 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://help.tokenpocket.pro/cn/faq/btcwallet/what-is-bip-177-a-clear-guide-to-bitcoins-unit-redefinition-proposal.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.
