Skip to main content

Testnet Faucet

The faucet provides free test LYTH for Testnet development.

Faucet Options

MethodLinkDaily Limit
Webtestnet.monoscan.xyz/faucet1 LYTH per request
Telegram Bot@monolythium_faucet_botUp to 100 LYTH
Discord BotJoin Discord → #faucet channelUp to 100 LYTH

The Telegram and Discord bots support custom amounts (1-100 LYTH) and are recommended for developers and active testers.

Using the Web Faucet

  1. Visit the faucet website
  2. Enter your address (Cosmos or EVM format)
  3. Complete the verification
  4. Click "Request Tokens"
  5. Tokens arrive within seconds

Using the Telegram Bot

  1. Open @monolythium_faucet_bot on Telegram
  2. Send /faucet <address> <amount> (e.g. /faucet mono1abc... 50)
  3. Amount defaults to 100 if omitted

Using the Discord Bot

  1. Join the Monolythium Discord
  2. Go to the #faucet channel
  3. Type /faucet and fill in your address and amount

Limits

MethodAmountCooldownNotes
Web (Monoscan)1 LYTH per request24 hours per addressCAPTCHA required
Telegram Bot1-100 LYTH per request24 hours cumulativeCustom amounts
Discord Bot1-100 LYTH per request24 hours cumulative#faucet channel only

CLI/API

curl -X POST https://testnet.monoscan.xyz/faucet/request \
-H "Content-Type: application/json" \
-d '{"address": "mono1abc..."}'

Address Formats

The faucet accepts both formats:

FormatExample
Cosmosmono1abc123...
EVM0x1234...

Both credit the same account.

What Test LYTH Is For

Use test tokens for:

  • Paying transaction fees
  • Testing smart contracts
  • Practicing staking
  • Development and debugging

Test tokens have no real value.

Troubleshooting

"Already requested"

Wait 24 hours from your last request.

"Invalid address"

  • Check for typos
  • Ensure address is for Monolythium (not Ethereum mainnet)
  • Try the other format (Cosmos ↔ EVM)

Tokens not received

  1. Verify address is correct
  2. Check the correct network in your wallet
  3. Wait a few blocks
  4. Try refreshing your balance

Faucet not responding

  • Check network status announcements
  • Try again later
  • Use alternative methods if available

Alternative Sources

If the faucet is unavailable:

  • Ask in community channels
  • Request from other developers
  • Check for alternative faucets

FAQ

Can I get more tokens?

The faucet has limits to ensure fair distribution. For larger amounts, contact the community.

Do test tokens have value?

No. Test tokens are only for development and testing.

Can I use the faucet for mainnet?

No. Mainnet tokens must be obtained through exchanges or other means.

What if I lose my test tokens?

Request more from the faucet. There's no concern about losing test tokens.