Get LYTH
This guide explains how to obtain LYTH tokens on different networks.
Testnet Faucet
For Testnet, use the official faucet to receive free test tokens.
Using the Web Faucet
- Visit the Testnet Faucet
- Connect your wallet or enter your address
- Complete the verification
- Request tokens
- Tokens arrive within seconds
Using the Telegram Bot
For higher limits, use the official Telegram faucet bot: @monolythium_faucet_bot
- Open the bot on Telegram
- Send
/faucet <your-address> <amount> - Receive up to 100 LYTH per day (choose any amount between 1-100)
Using the Discord Bot
The faucet is also available in the Monolythium Discord server:
- Join the Monolythium Discord
- Go to the #faucet channel
- Use the
/faucetslash command with your address and amount - Receive up to 100 LYTH per day
Faucet Limits
| Method | Daily Limit | Cooldown |
|---|---|---|
| Web (Monoscan) | 1 LYTH per request | 24 hours |
| Telegram Bot | Up to 100 LYTH | 24 hours (cumulative) |
| Discord Bot | Up to 100 LYTH | 24 hours (cumulative) |
The Telegram and Discord bots allow custom amounts and a higher daily limit, making them the recommended option for developers and active testers.
Using CLI Faucet
If available, request via command line:
curl -X POST https://testnet.monoscan.xyz/faucet/request \
-H "Content-Type: application/json" \
-d '{"address": "mono1your_address_here"}'
Mainnet LYTH
Exchanges
LYTH will be available on exchanges after mainnet launch. Check official announcements for listings.
OTC
For large amounts, contact official channels for over-the-counter options.
Checking Your Balance
MetaMask
- Connect to Monolythium network
- Balance shows in wallet interface
Monolythium Browser Wallet / Keplr
- Connect to Monolythium network
- Balance shows in wallet interface
CLI
monod query bank balances <your-address>
RPC
# Cosmos REST
curl https://api.testnet.mononodes.xyz/cosmos/bank/v1beta1/balances/<address>
# EVM RPC
curl -X POST -H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","method":"eth_getBalance","params":["0x...","latest"],"id":1}' \
https://evm.testnet.mononodes.xyz
Address Format
The faucet accepts both address formats:
| Format | Example |
|---|---|
| Cosmos (Bech32) | mono1abc123... |
| EVM (Hex) | 0x1234... |
Both represent the same account and receive the same tokens.
Troubleshooting
Tokens Not Appearing
- Verify address - Ensure you entered correctly
- Check network - Confirm wallet is on correct network
- Wait - Transactions may take a few seconds
- Refresh - Update wallet or query balance again
Faucet Says Already Requested
Wait for the cooldown period (typically 24 hours) before requesting again.
Faucet Not Working
- Check official channels for status updates
- Try again later
- Ensure you're using the correct faucet URL
Next Steps
- Send LYTH - Transfer tokens
- Stake LYTH - Earn rewards
- Deploy Contracts - Use LYTH for gas