# 单位转换

在使用区块链钱包、交易平台或编写智能合约时，我们经常会遇到不同单位的数字表示方式。本教程将带你了解并学会如何在以太坊（ETH）、比特币（BTC）、Solana（SOL）中进行单位换算。

***

## 📘 目录

* [以太坊 ETH 单位换算](https://tokentools.app/unitConverter/eth)
* [比特币 BTC 单位换算](https://tokentools.app/unitConverter/btc)
* [Solana SOL 单位换算](https://tokentools.app/unitConverter/sol)

***

## 以太坊 ETH 单位换算

以太坊中最小的单位是 `Wei`，1 ETH = 10¹⁸ Wei。不同单位之间的换算如下：

| 单位名称       | 简称 / 别名              | 与 Wei 的关系               | 说明          |
| ---------- | -------------------- | ----------------------- | ----------- |
| **Wei**    | -                    | 1 Wei                   | 最小单位        |
| **Kwei**   | Babbage / Femtoether | 1,000 Wei = 10³         |             |
| **Mwei**   | Lovelace / Picoether | 1,000,000 Wei = 10⁶     |             |
| **Gwei**   | Shannon / Nanoether  | 1,000,000,000 Wei = 10⁹ | 常用于 Gas 费单位 |
| **Szabo**  | Microether           | 10¹² Wei                |             |
| **Finney** | Milliether           | 10¹⁵ Wei                |             |
| **Ether**  | ETH                  | 10¹⁸ Wei                | 主单位         |
| **Kether** | Grand                | 10²¹ Wei                |             |
| **Mether** | -                    | 10²⁴ Wei                |             |
| **Gether** | -                    | 10²⁷ Wei                |             |
| **Tether** | -                    | 10³⁰ Wei                |             |

### 📌 举例：

* 1 Gwei = 1,000,000,000 Wei
* 0.001 ETH = 1 Finney = 10¹⁵ Wei
* 21,000 Gas \* 50 Gwei = 1,050,000,000,000 Wei

***

## 比特币 BTC 单位换算

比特币最小单位是 `Satoshi`，1 BTC = 100,000,000 Satoshi。

| 单位名称        | 简称   | 与 BTC 的关系               | 说明     |
| ----------- | ---- | ----------------------- | ------ |
| **Satoshi** | sat  | 0.00000001 BTC          | 最小单位   |
| **uBTC**    | 微比特币 | 0.000001 BTC = 100 sat  | 又称 bit |
| **mBTC**    | 毫比特币 | 0.001 BTC = 100,000 sat |        |
| **BTC**     | 比特币  | 主单位                     |        |

### 📌 举例：

* 10,000 sat = 0.0001 BTC
* 1 mBTC = 0.001 BTC = 100,000 sat

***

## Solana SOL 单位换算

Solana 的最小单位是 `Lamport`，1 SOL = 1,000,000,000 Lamports。

| 单位名称        | 简称 | 与 SOL 的关系            | 说明        |
| ----------- | -- | -------------------- | --------- |
| **Lamport** | -  | 1 Lamport = 10⁻⁹ SOL | 最小单位      |
| **SOL**     | -  | 主单位                  | 通常显示为 SOL |

### 📌 举例：

* 0.5 SOL = 500,000,000 Lamports
* 转账 100 Lamports ≈ 0.0000001 SOL

***

## 🎯 小结

| 链种     | 最小单位    | 主单位 | 常用单位         |
| ------ | ------- | --- | ------------ |
| ETH    | Wei     | ETH | Gwei（用于 Gas） |
| BTC    | Satoshi | BTC | mBTC、uBTC    |
| Solana | Lamport | SOL | 无其他子单位命名     |

掌握这些单位，有助于你在交易、转账、开发中更准确、安全地操作数字资产。

***

想了解更多工具？欢迎访问：<https://tokentools.app>


---

# 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://docs.tokentools.app/other/unitconverter.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.
