Frequently Asked Questions
Got questions? We've got answers! Here are the most common questions about Mobots.
π Getting Started
How do I get testnet ETH?
Quick answer: Visit a Monad testnet faucet with your wallet address.
Detailed steps:
- Get your wallet address: Send
/balance
to the bot - Copy your address (starts with 0x...)
- Visit a Monad testnet faucet website
- Paste your address and request funds
- Wait 10-30 seconds
- Check balance in bot:
/balance
Testnet ETH is free and used for testing onlyβit has no real value.
Is my private key safe?
Yes! Your private key is:
- π Encrypted with AES-256 in our MongoDB database
- π Never stored in plain text
- ποΈ Auto-deleted from messages when you import
- π Protected with spoiler tags when exported
- π‘οΈ Only accessible by you via your Telegram account
However: You are responsible for:
- Keeping your Telegram account secure
- Saving your private key offline as backup
- Never sharing it with anyone
- Protecting it like you would cash
Can I use this with real money?
No! Mobots is built for Monad Testnet only.
- β This is NOT mainnet
- β Testnet ETH has zero value
- β Cannot send real funds here
- β Perfect for learning and testing
- β No financial risk
If you send real mainnet ETH to your testnet wallet address, it will go to a different network and may be lost!
What if I lose my private key?
Unfortunately, lost private keys cannot be recovered.
This is fundamental to blockchain technologyβno one, including us, can recover your key if lost.
Prevention:
- πΎ Save your key immediately after wallet creation
- π Keep multiple backups in secure locations
- π Use password manager or encrypted notes
- β
Export periodically with
/wallet
to verify backup
If you lose it:
- Create a new wallet
- Start fresh (this is why testnet is great for learning!)
π° Trading Questions
What are gas fees?
Gas fees are small amounts of ETH paid to execute transactions on the blockchain.
Typical costs:
- π° Buy: ~0.0003 ETH
- πΈ Sell: ~0.0003 ETH (+ one-time approval ~0.0002 ETH)
- π€ Transfer: ~0.00021 ETH
Why do they exist?
- β‘ Compensate network validators
- π‘οΈ Prevent spam
- π Secure the network
Good news: Mobots automatically calculates optimal gas feesβyou never overpay!
How do percentage sells work?
Percentage selling lets you sell portions of your holdings easily.
How it works:
You have: 1000 CHOG tokens
Type "50%" β Sells 500 CHOG (half)
Type "25%" β Sells 250 CHOG (quarter)
Type "100%" β Sells 1000 CHOG (everything)
Why use percentages?
- β No math required
- β Quick profit-taking
- β Easy portfolio management
- β Keep some tokens for upside
You can also type exact amounts:
Type "500" β Sells exactly 500 CHOG
Why do I need to approve tokens?
Token approval is a one-time security requirement for selling.
What it means:
- π You grant the DEX router permission to trade your tokens
- β Standard ERC-20 security practice
- β° Only needed once per token
- π€ Mobots handles it automatically
The process:
First sell of CHOG:
1. β³ Approving router... (transaction 1)
2. β
Approved!
3. β³ Selling CHOG... (transaction 2)
4. β
Sold!
Future sells of CHOG:
1. β³ Selling CHOG... (transaction 1)
2. β
Sold!
How fast are transactions?
Very fast! Monad testnet is designed for speed.
Typical times:
- β‘ Buy: 2-5 seconds
- β‘ Sell: 2-5 seconds (after approval)
- β‘ Transfer: 2-3 seconds
- β Approval: 2-3 seconds
Factors affecting speed:
- π Network congestion (usually low on testnet)
- β½ Gas price (higher = faster, but bot optimizes this)
- π Token liquidity
Can I cancel a transaction?
No, once submitted, transactions cannot be canceled.
This is how blockchain worksβtransactions are:
- β° Irreversible once confirmed
- π Permanent on the blockchain
- β Final within seconds
Prevention:
- Always double-check addresses
- Verify amounts before confirming
- Start small with new tokens
- Use
/balance
to check funds first
π Wallet Questions
Can I use the same wallet in MetaMask?
Yes! Your Mobots wallet is a standard Ethereum-compatible wallet.
How to use in MetaMask:
- Open MetaMask
- Click "Import Account"
- Select "Private Key"
- Paste your private key (get it with
/wallet
) - Add Monad testnet network:
- Network Name: Monad Testnet
- RPC URL: (Monad testnet RPC)
- Chain ID: 10143
- Currency Symbol: ETH
- Explorer: https://testnet.monadexplorer.com (opens in a new tab)
Can I recover my wallet with mnemonic phrase?
The wallet uses a private key as the primary credential. While mnemonic phrases can derive private keys, Mobots currently only supports private key import.
Best practice:
- Save your private key as the primary backup
- Keep it secure and accessible
- Use
/wallet
β Export Key anytime to get it
Can I have multiple wallets?
Currently, Mobots supports one wallet per Telegram account.
Workarounds:
- Use multiple Telegram accounts
- Import different wallets as needed (previous wallet data replaced)
- Export current key before importing new one
How do I check my wallet on the blockchain?
View on Monad Explorer:
- Get your address:
/balance
- Copy your wallet address
- Visit: https://testnet.monadexplorer.com (opens in a new tab)
- Paste address in search bar
- See all transactions and balances
What you can see:
- π° Current ETH balance
- πͺ All token holdings
- π Complete transaction history
- β° Transaction timestamps
- β Confirmation status
π οΈ Technical Questions
Which DEXes does Mobots use?
Mobots routes trades through Uniswap V2-compatible liquidity pools on Monad testnet.
Features:
- π Automatic routing to best pools
- π§ Access to all available liquidity
- π Market prices
- β‘ Fast execution
What tokens can I trade?
Any ERC-20 token on Monad testnet!
Requirements:
- β Must be on Monad testnet (Chain ID: 10143)
- β Must have liquidity in a V2 pool
- β Must be a valid ERC-20 contract
If a token doesn't work:
- Check it's on Monad testnet (not mainnet)
- Verify it has liquidity
- Confirm contract address is correct
How are gas fees calculated?
Fully automatic and optimal:
- Real-time fetch - Bot queries current network gas prices
- Optimal calculation - Calculates fee for fast confirmation
- Auto-adjustment - Adapts to network conditions
- No overpaying - Always pays the right amount
Benefits:
- β No manual gas settings needed
- β Future-proof (no hardcoded values)
- β Always competitive
- β Fast confirmations
Where is my data stored?
What we store:
- π Private keys (encrypted in MongoDB)
- π Your Telegram user ID
- π° Wallet address
- π Basic user preferences
What we DON'T store:
- β Personal information
- β Transaction history (it's on-chain)
- β Chat messages
- β Unencrypted private keys
Data security:
- π Keys encrypted with AES-256
- π‘οΈ Secure database infrastructure
- π« No selling or sharing of data
- β Minimal data collection
π€ Common Issues
"Insufficient Balance" Error
Cause: Not enough ETH for the trade + gas fees
Solution:
- Check balance:
/balance
- Get more testnet ETH from faucet
- Try smaller trade amount
- Remember to keep ETH for gas (0.001+ ETH)
"Transaction Failed"
Possible causes:
- β½ Network congestion (rare on testnet)
- π§ Insufficient liquidity
- π Price moved too much (slippage)
- β° Transaction timed out
What to do:
- Try again (bot auto-adjusts gas)
- Use smaller amount
- Check token has liquidity
- Verify token address
"Cannot Find Token"
Causes:
- β Token not on Monad testnet
- β Wrong contract address
- β Token not ERC-20 compliant
Solutions:
- β Verify contract address is correct
- β Check token is on Monad testnet
- β Confirm token is ERC-20
Bot Not Responding
Possible causes:
- π Bot is restarting (rare)
- π‘ Telegram connection issues
- β° High traffic
What to do:
- Wait 30 seconds and try again
- Check your internet connection
- Restart Telegram app
- Contact support if persists
π Support & Community
Getting Help
Need assistance?
- Check this FAQ - Most questions answered here
- Read the guides - Getting Started, Trading, Wallet
- Commands reference - All commands explained
- Join community - Get help from other users
- Contact support - Through official Telegram channels
Official Links
- Bot: @Mobotsbot (opens in a new tab)
- Community: Join our Telegram group (check bot for link)
- Updates: Follow announcements channel
- Explorer: testnet.monadexplorer.com (opens in a new tab)
π― Still Have Questions?
Related Pages:
- Getting Started - Setup guide
- Security - Protect your funds
- Trading Guide - Advanced trading
- Commands - All commands