Testnet Faucet
The faucet provides free test LYTH for Testnet development.
Faucet Options
| Method | Link | Daily Limit |
|---|---|---|
| Web | testnet.monoscan.xyz/faucet | 1 LYTH per request |
| Telegram Bot | @monolythium_faucet_bot | Up to 100 LYTH |
| Discord Bot | Join Discord → #faucet channel | Up 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
- Visit the faucet website
- Enter your address (Cosmos or EVM format)
- Complete the verification
- Click "Request Tokens"
- Tokens arrive within seconds
Using the Telegram Bot
- Open @monolythium_faucet_bot on Telegram
- Send
/faucet <address> <amount>(e.g./faucet mono1abc... 50) - Amount defaults to 100 if omitted
Using the Discord Bot
- Join the Monolythium Discord
- Go to the #faucet channel
- Type
/faucetand fill in your address and amount
Limits
| Method | Amount | Cooldown | Notes |
|---|---|---|---|
| Web (Monoscan) | 1 LYTH per request | 24 hours per address | CAPTCHA required |
| Telegram Bot | 1-100 LYTH per request | 24 hours cumulative | Custom amounts |
| Discord Bot | 1-100 LYTH per request | 24 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:
| Format | Example |
|---|---|
| Cosmos | mono1abc123... |
| EVM | 0x1234... |
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
- Verify address is correct
- Check the correct network in your wallet
- Wait a few blocks
- 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.