# 水龍頭

### 水龍頭（Faucet）是免費發放測試網代幣的服務。就像打開水龍頭就有水流出來一樣，你只要提供錢包地址，就能免費獲得測試用的代幣。

***

## 為什麼叫水龍頭？

這個名稱來自早期比特幣社群。2010 年，開發者 Gavin Andresen 建立了一個網站，免費發放比特幣讓人們體驗。因為代幣像水一樣「流」出來，所以叫做 Faucet（水龍頭）。

{% hint style="success" %}
**有趣的歷史**

Gavin Andresen 的比特幣水龍頭每次發放 5 BTC。按現在的價格，那可是好幾十萬美元！當時比特幣還沒有價值，純粹是為了推廣。
{% endhint %}

***

## 如何使用水龍頭？

### 步驟

1. **找到水龍頭網站**：每個測試網都有對應的水龍頭
2. **輸入錢包地址**：貼上你的測試網錢包地址
3. **完成驗證**：通常需要完成驗證碼或社群驗證
4. **領取代幣**：等待幾秒到幾分鐘，代幣就會到帳

### 常見限制

* **每日限額**：每個地址每天只能領一次
* **數量限制**：每次領取的數量有上限
* **需要驗證**：部分水龍頭需要 Twitter/Discord 帳號驗證

***

## 主要測試網水龍頭

### 以太坊測試網

| 測試網     | 水龍頭                    |
| ------- | ---------------------- |
| Sepolia | Alchemy Sepolia Faucet |
| Holesky | Holešky Faucet         |

### 其他區塊鏈

| 區塊鏈       | 測試網    | 水龍頭              |
| --------- | ------ | ---------------- |
| Polygon   | Mumbai | Polygon Faucet   |
| Solana    | Devnet | Solana Faucet    |
| Avalanche | Fuji   | Avalanche Faucet |

***

## 水龍頭乾涸？

有時候水龍頭會「乾涸」——暫時沒有代幣可發。這通常是因為：

1. **使用量太大**：太多開發者同時在用
2. **惡意濫用**：有人用機器人大量領取
3. **維護中**：水龍頭服務正在更新

{% hint style="info" %}
**找不到測試幣？**

如果官方水龍頭乾涸，可以嘗試：

* 在開發者社群（Discord、Telegram）請求
* 使用第三方水龍頭服務
* 等待幾小時後再試
  {% endhint %}

***

## 注意事項

1. **只用於測試網**：水龍頭只發放測試幣，沒有真實價值
2. **不要相信「主網水龍頭」**：如果有人說可以免費給你真正的 ETH，那一定是詐騙
3. **保護個人資訊**：正規水龍頭只需要錢包地址，不需要私鑰或助記詞

***

## 延伸閱讀

* [測試網](/gei-kai-fa-zhe-de-zhi-nan/public-chain/undefined-8.md) — 開發者的練習場
* [主網](/gei-kai-fa-zhe-de-zhi-nan/public-chain/mainnet.md) — 正式的區塊鏈網路
* [智能合約](/zhi-neng-he-yue-de-shi-jie/smart-contract.md) — 需要測試幣來部署的程式

***

#### 參考資料

* [Alchemy Faucets](https://www.alchemy.com/faucets)
* [Chainlink Faucets](https://faucets.chain.link/)


---

# 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/gei-kai-fa-zhe-de-zhi-nan/public-chain/undefined-8/shui.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.
