# Getting Testnet Tokens

Testnets are separate networks designed for learning, experimenting, and testing. The network parameters of testnets are the same as those in mainnets, except that the testnet gas tokens (ETH) are free and carry no real-world value.

Although testnet tokens are free, they must be minted within the protocol's rules. Many EVM protocols cannot simply distribute millions of testnet ETH to everyone, as they cannot mint them arbitrarily.

### LightLink's Pegasus Faucet

To get testnet tokens for using the LightLink Pegasus Testnet network:

1. Go to the [Pegasus Faucet](https://faucet.pegasus.lightlink.io/).
2. Paste your Testnet wallet address.
3. Press the Claim ETH button.

Remember, you can claim 0.01 ETH once every 12 hours. With LightLink's low fees, this amount should be sufficient for most projects. If you require more for extensive tests or high-frequency dApps, please contact the LightLink team on [Discord](https://discord.gg/lightlinkchain), and we will assist you.

### thirdweb's Faucet of ETH on LightLink

thirdweb offers a faucet for ETH on LightLink. When you request tokens, a multi-chain backend wallet transfers a small amount of ETH on the Lightlink Pegasus Testnet using thirdweb Engine.

[Get ETH on LightLink](https://thirdweb.com/lightlink-pegasus-testnet/faucet)

### ETH Faucets

To get Goerli Testnet ETH to test Ethereum to LightLink bridging, use one of the following faucets:

* [Quicknode Faucet](https://faucet.quicknode.com/ethereum/goerli/)
* [Goerli Faucet](https://goerlifaucet.com/)
* [Goerli PoW Faucet](https://goerli-faucet.pk910.de/)<br>


---

# 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://docs.lightlink.io/lightlink-protocol/using-lightlink/getting-testnet-tokens.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.
