---
title: "如何從 faucet 取得 Sepolia ETH"
description: "使用免費的 Sepolia ETH，開始在 Sepolia testnet 上測試你的智能合約。"
---

# 如何從 faucet 取得 Sepolia ETH

[Sepolia testnet](https://www.alchemy.com/overviews/sepolia-testnet) 是一個權益證明（PoS）測試網，讓 Ethereum 應用程式開發者可以測試智能合約，而不需要花費真實的 ETH 代幣。由於 SepoliaETH 代幣的總鑄造量沒有固定上限，[相較於 Goerli，Sepolia 是開發者較常使用的網路](https://www.alchemy.com/overviews/goerli-vs-sepolia)。

本文將說明如何用 3 個簡單步驟取得測試用的 Sepolia ETH 代幣。

## 1. 前往 Alchemy 的水龍頭

這個 [Sepolia Faucet](https://www.alchemy.com/faucets/ethereum-sepolia) 由 Alchemy 管理，提供開發者一個快速、可靠的方式來領取免費的 sepoliaETH 代幣。許多水龍頭需要透過推文進行社群驗證，但 Alchemy 不需要社群驗證即可公開使用。

## 2. 索取 SepoliaETH

最後一步是輸入你的 Ethereum 錢包地址或 Ethereum Name Service（ENS）網域，然後點擊「Send Me ETH」按鈕，即可收到免費的測試 ETH！

<ImageBlock
  src="https://media.alchemy.com/1765854208-screenshot-2025-12-15-at-10-02-59-pm.png"
  alt="Alchemy 的 Sepolia faucet 截圖"
  width={2624}
  height={1122}
/>

幾秒鐘內，你的 Sepolia ETH 代幣就會送達你的錢包！

如果你的錢包沒有看到 sepoliaETH，請確認你的錢包已連接到 [Sepolia RPC endpoint](https://www.alchemy.com/rpc/ethereum-sepolia)。

<ImageBlock
  src="https://media.alchemy.com/1704208849-sepolia-eth-confirmation.png"
  alt="Ethereum 錢包餘額，確認已收到 Sepolia 測試 ETH"
  width={714}
  height={1064}
  caption="確認已收到 sepolia ETH"
/>

就是這樣！

現在你可以使用你的 SepoliaETH，在 Sepolia Testnet 上部署並測試智能合約了！
