The LFG.RICH Trading Bot is a community Python trading bot for users and developers who want to automate buy and sell strategies for official LFG.RICH tokens on BNB Smart Chain. The bot connects directly to the LFG.RICH protocol contracts. It uses HookDocumentation Index
Fetch the complete documentation index at: https://docs.lfg.rich/llms.txt
Use this file to discover all available pages before exploring further.
Buy and Sell events to build local candles, gets protocol price estimates, and executes trades through the official LFG.RICH SwapRouter.
The trading bot supports buy and sell only. It does not use the borrowing, borrow-more, or repay functions of the protocol.
Source code
The English version of the trading bot is available on GitHub:LFG.RICH Trading Bot
View the source code, installation steps, configuration examples, and dashboard instructions.
What the bot includes
- LFG.RICH-only automated trading through the official SwapRouter.
- Buy and sell execution for official LFG.RICH tokens.
- Candle building from protocol
BuyandSellevents. - Strategy signals using EMA, RSI, trend, pump, dump, and bleed detection.
- Dry-run mode for testing strategy decisions before live trading.
- Test mode for controlled buy or sell transactions.
- Local SQLite state database for trades, lots, positions, and candle cache.
- Optional Streamlit dashboard for positions, lots, PnL, and bot state.

