LogoLogo
  • Introduction
  • Sequencer
  • Cross VM Calls
  • Start Building
    • Get Whitelisted
    • Lumio on Optimism Canary Mainnet
    • Lumio on Optimism Testnet
      • Network Information
        • Contracts
      • Use Testnet
        • Pontem Wallet
        • Other Wallets
        • CLI
        • Faucet
        • Bridging
        • Whitelist
      • Deploy on Move VM
      • Deploy on EVM (Hardhat)
      • Deploy on EVM (Foundry)
      • Block Explorer
    • Lumio on Solana Devnet
      • How to connect
      • Native Bridge
      • Deploy on SVM
      • Ecosystem
  • Fees
  • VMs Differences
    • SVM
    • EVM
    • Move VM
  • Running a Node
  • Ecosystem
Powered by GitBook
On this page
  • Move VM
  • EVM
Edit on GitHub
  1. Start Building
  2. Lumio on Optimism Testnet
  3. Use Testnet

Faucet

PreviousCLINextBridging

Last updated 1 year ago

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:

https://faucet.testnet.lumio.io

Executing this command will automatically fund your account.

CURL

You can also use curl for the same purpose:

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