# 2. Getting Sepolia ETH and WETH

Every transaction on Ethereum (including Sepolia testnet) requires ETH to pay for gas fees and so is compound operations requires collateral. To get some test ETH:

• Head to a known Sepolia faucet, like:

– <https://sepoliafaucet.com>

– [https://faucet.sepolia.dev](https://token-faucet.defillama.com/) (WETH)

Simply enter your wallet address and request test ETH or WETH. Once completed, confirm your wallet received the funds by viewing it on a Sepolia block explorer or in MetaMask.


---

# 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://compound-1.gitbook.io/compoundtutorials/chapter-3-hands-on-tutorial-step-by-step/2.-getting-sepolia-eth-and-weth.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.
