# Faucet

### Move VM

#### Wallet

In case of wallet, just add the faucet link in the network settings like on the screenshot. It supported by most of the wallets.

Copy the faucet URL:

```
https://faucet.testnet.lumio.io
```

#### CLI

When using the CLI, provide the faucet link during the `aptos init` command:

```sh
https://faucet.testnet.lumio.io
```

Executing this command will automatically fund your account.

#### CURL

You can also use `curl` for the same purpose:

```sh
curl -X POST "https://faucet.testnet.lumio.io/mint?amount=1000000&address=43417434fd869edee76cca2a4d2301e528a1551b1d719b75c350c3c97d15b8b9"
```

### EVM

To request funds on the EVM, first create a new account in MetaMask or any other EVM-compatible wallet. Ensure that the wallet is connected to the Supercharger network. Once set up, you can use the public faucet to obtain funds.

[Visit EVM faucet](https://claim.lumio.network)

\ <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.lumio.io/start-building/lumio-on-optimism-testnet/use-testnet/faucet.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.
