# User FAQ

## Wallet & Transactions

### My wallet transfers keep getting stuck and don't go through. What should I do?

This is usually caused by a pending transaction with a nonce conflict or underpriced gas. Try replacing the stuck transaction with a higher gas price.

### Why am I getting a 405 error when I click on the RPC endpoint link?

RPC endpoints are not meant to be opened directly in a browser. They only accept POST requests with properly formatted data, and will return a "405 Method Not Allowed" error if you try to open them in a browser (which sends a GET request instead). To use the RPC, connect through a wallet, dApp, or developer tool.

## Testnet ETH

### How can I get testnet ETH to interact with the chain?

Use the [official faucet](https://testnet.megaeth.com) to request testnet ETH.

If you are on the Fluffle whitelist, registered via Discord, active in Telegram, or have interacted with MegaETH on Twitter, you may already be prefunded and can start using the chain right away.

### Is the faucet capped?

Yes. The faucet provides a maximum of 0.005 testnet ETH per user every 24 hours.

### Can I use different wallets to get more ETH from the faucet?

No. Requests are tracked by IP address, so switching wallets will not bypass the request limit.

### The testnet ETH from the faucet is not enough for me to deploy and test my protocol. How can I get more?

Please reach out to the team directly.

### Can I set up my own faucet in my dApp?

No. Please direct users to the official MegaETH faucet instead.

### Why is testnet ETH distribution controlled?

The limits exist purely as a last line of defense against abuse and to maintain network stability. They are not there to create artificial scarcity or out of concern about inflation.

### Will the faucet stay open after mainnet?

Yes, it will remain operational after mainnet launch but will continue to distribute tokens only for the testnet. It will not be possible to bridge testnet ETH onto mainnet.


---

# 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.megaeth.com/user-guide/faq.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.
