# Testnet Faucets

#### Faucets are developers tools that allow you to get free ETH (and other tokens) on test networks like Sepolia so that you can send transactions and create smart contracts. Here you'll find a list of active faucets that you can try out. Different faucets use different authentication methods, so you may have to try a few before you find one that works for you.

| Faucet Name                                                                    | Supported Networks |
| ------------------------------------------------------------------------------ | ------------------ |
| [Alchemy Faucet(opens in a new tab)](https://sepoliafaucet.com/)               | Sepolia            |
| [Infura Faucet(opens in a new tab)](https://www.infura.io/faucet/sepolia)      | Sepolia            |
| [QuickNode Faucet(opens in a new tab)](https://faucet.quicknode.com/optimism/) | Sepolia            |
| [LearnWeb3 Faucet(opens in a new tab)](https://learnweb3.io/faucets)           | Sepolia            |
| [Native USDC Faucet(opens in a new tab)](https://faucet.circle.com/)           | Sepolia            |


---

# 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://only-layer.gitbook.io/only-layer/testnet-faucets.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.
