# Testnet Faucets

## What are faucets?

* Testnet faucets provide free test tokens for developers and testers to try early-stage dApps without having to use real cryptocurrency. Testnet environment functions very similarly to mainnet, requiring gas to cover each transaction, however testnet tokens have no real-world value
* For ease of access, Malda has deployed two mock testnet tokens (USDC + wstETH) which are not the official testnet tokens running under these tickers. Users can claim from these faucets hourly by inputting their wallet address.
* Make sure to have testnet ETH in your wallet for each supported chain to cover gas fees.

## Faucets

| Token                                     | Sepolia Networks          | Link to Claim                                                         | Info                                                                                                                                               |
| ----------------------------------------- | ------------------------- | --------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p>USDC <br><br>(deployed by Malda)</p>   | Ethereum, Linea, Optimism | [https://testnet.malda.xyz/faucet](https://testnet.malda.xyz/faucet/) | <p>Mint 1k testnet USDC. <br><br>Make sure to have ETH on all 3 chains to be able to claim.</p>                                                    |
| <p>wstETH <br><br>(deployed by Malda)</p> | Ethereum, Linea, Optimism | [https://testnet.malda.xyz/faucet](https://testnet.malda.xyz/faucet/) | <p>Mint 0.5 wstETH testnet. <br><br>Make sure to have ETH on all 3 chains to be able to claim.</p>                                                 |
| ETH                                       | Optimism & Ethereum       | <https://faucet.quicknode.com/ethereum/sepolia>                       | <p>You can claim 0.1 Sepolia ETH every 72 hours. <br><br>You need to have minimum 0.001 ETH on the Ethereum Mainnet.</p>                           |
| ETH                                       | Linea & Ethereum          | <https://docs.metamask.io/developer-tools/faucet/>                    | <p>You can claim 0.5 ETH every 24 hours. <br><br>Minimum required amount is not specified but some ETH on mainnet and trx history is required.</p> |
| ETH                                       | Ethereum                  | <https://cloud.google.com/application/web3/faucet/ethereum/sepolia>   | <p>Sign in with your google account. <br><br>Enter your wallet address and claim 0.03 ETH every 24 hours</p>                                       |

## Sepolia ETH Bridges

* Between: OP & Ethereum Sepolia
  * <https://testnets.superbridge.app/>
* Between: Linea & Ethereum Sepolia
  * <https://bridge.linea.build/>
  * Once the funds are bridged you need to visit the “Transactions” tab on the left, you will need to claim it manually.

## How to add testnet mock USDC and wstETH tokens to your MetaMask?

**Select the Testnet**

Ensure your MetaMask is set to the desired testnet. If you don’t see the testnet, enable it:

1. Open MetaMask
2. Click your profile icon (top-right)
3. Go to **Settings > Advanced**
4. Toggle **Show test networks**&#x20;

<figure><img src="/files/tpR5uSGS3ujNnggRJNdO" alt="" width="351"><figcaption><p>Enable showing testnet netoworks in MetaMask</p></figcaption></figure>

**Add via Contract Address**

1. Open MetaMask and select the testnet.
2. Open the drop down menu on the right side (3 dots)
3. Click **"Import Tokens"** at the bottom.

<figure><img src="/files/tCnIqLzgVAUMR1zsXEKf" alt="" width="337"><figcaption><p>Importing Tokens to MetaMask</p></figcaption></figure>

* **Sepoila**&#x20;
  * **USDC:**[ 0xc6e1FB449b08B26B2063c289DF9BBcb79B91c99](https://sepolia.etherscan.io/address/0xc6e1FB449b08B26B2063c289DF9BBcb79B91c992#writeContract)
  * **wstETH:** [0x0d7Ee0ee6E449e38269F2E089262b40cA4096594](https://sepolia.etherscan.io/address/0x0d7Ee0ee6E449e38269F2E089262b40cA4096594#writeContract)
* **Linea**&#x20;
  * **USDC:** [0xc6e1FB449b08B26B2063c289DF9BBcb79B91c992](https://sepolia.lineascan.build/address/0xc6e1FB449b08B26B2063c289DF9BBcb79B91c992#writeContract)
  * **wstETH:** [0x0d7Ee0ee6E449e38269F2E089262b40cA4096594](https://sepolia.lineascan.build/address/0x0d7Ee0ee6E449e38269F2E089262b40cA4096594#writeContract)
* **OP**&#x20;
  * **wstETH:** [0x0d7Ee0ee6E449e38269F2E089262b40cA4096594](https://sepolia-optimism.etherscan.io/address/0x0d7Ee0ee6E449e38269F2E089262b40cA4096594#writeContract)
  * **USDC:** [0xc6e1FB449b08B26B2063c289DF9BBcb79B91c992](https://sepolia-optimism.etherscan.io/address/0xc6e1FB449b08B26B2063c289DF9BBcb79B91c992#writeContract)

## How to add OP Sepolia to your MetaMask?

1. Search for [OP Sepolia](https://chainlist.org/?testnets=true\&search=op+sep) on Chainlist
2. Connect wallet
3. Click **"Add to 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://ionian.gitbook.io/malda/malda-guides/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.
