Community
Join the official Telegram community for discussion and support.
Social updates
Follow LFG.RICH on X for public updates.
Developer source
Check official public repositories and examples where available.
BuyBot help
Review BuyBot commands and troubleshooting before asking for support.
Before asking for help
Please include the details that allow someone to understand the issue without guessing. Useful information:- token address;
- wallet address, if relevant;
- transaction hash, if relevant;
- screenshot or exact error message;
- browser and wallet used;
- what you expected to happen;
- what actually happened;
- whether the issue is on the app, BuyBot, Trading Bot, docs, or a custom integration.
Common checks
Before reporting a problem, check:- Wallet network: make sure you are on BNB Smart Chain.
- BNB balance: make sure you have enough BNB for gas.
- Transaction status: check the transaction on BscScan.
- Token address: make sure you are using the token contract address, not a transaction hash or pool ID.
- Token page: refresh the token page after a confirmed transaction.
- RPC state: if your wallet or app is stale, wait a moment and refresh.
If a buy or sell failed
Include:- token address;
- transaction hash if the transaction was submitted;
- the BNB amount or token amount;
- wallet address;
- error message from the wallet or app;
- whether you were using the app or a bot/integration.
poolId and used the official Hook/Router flow.
If borrowing or repayment failed
Include:- token address;
- transaction hash if submitted;
- wallet address;
- whether the action was borrow, borrow more, or repay;
- amount entered;
- error message.
If the BuyBot is not working
Check:1
Confirm the bot is in the Telegram group
The bot must be present in the group where alerts should appear.
2
Confirm the bot can send messages
Telegram permissions must allow the bot to post.
3
Confirm /settoken was completed
A group admin must configure the token before alerts can start.
4
Confirm the token is official
The address should belong to an official LFG.RICH token.
5
Confirm new activity occurred after setup
Alerts are generated from new activity after configuration.
If the Trading Bot is not working
Include:- OS and Python version;
- command you ran;
- full error message;
- relevant
config.yamlsection with private values removed; - whether
dry_runortest_modeis enabled; - whether the smoke test passed.
.env with a real private key.
If the dashboard is empty
The dashboard reads the bot’s localstate.db.
If the bot has not created or rebuilt local trade records, there may be no lots or PnL to show.
Check:
state.db.
If you are a developer
When reporting an API or contract integration issue, include:- endpoint or contract function used;
- request payload or call parameters, with private data removed;
- response or revert message;
- token address;
- resolved
poolId, if relevant; - chain ID;
- library used, such as ethers, viem, web3.js, or Web3.py.

