Note: Exact wording may vary slightly in-app. These follow common BullX/Telegram-bot patterns.
                    
                        /start
Initialize the bot and your session.
                        /help
Show quick help, features, and support links.
                        /settings
Open global settings UI.
                        /wallet
Wallet menu: create/import, view address, balances, export (if enabled).
                        /deposit
Show deposit address & instructions.
                        /withdraw <AMOUNT> <TOKEN> <ADDRESS>
Withdraw funds (if permissions allow).
                        /token <CONTRACT_OR_SYMBOL>
Open token page (price, chart, liquidity, holder stats).
                        /price
Show current price of active/last token.
                        /chart
Show rapid chart/links for the active token.
                        /buy <AMOUNT> <CURRENCY>
Market buy (e.g., /buy 100 USDC).
                        /sell <PCT_OR_AMOUNT>
Market sell percentage or amount (e.g., /sell 100%).
                        /limit buy <AMOUNT> @ <PRICE>
Create a limit buy. Example: /limit buy 250 USDC @ 1.25
                        /limit sell <PCT_OR_AMOUNT> @ <PRICE>
Create a limit sell. Example: /limit sell 50% @ 2.50
                        /orders
List open orders.
                        /cancel <ORDER_ID>
Cancel an open order.
                        /positions
View current holdings for tracked tokens.
                        /watch <CONTRACT_OR_SYMBOL>
Watch a token for alerts.
                        /unwatch <CONTRACT_OR_SYMBOL>
Stop alerts for a token.
                        /slippage <BPS_OR_PCT>
Set slippage (e.g., /slippage 3 β 3%).
                        /mev on|off
Toggle MEV protection. Keep on by default.
                        /rugcheck on|off
Toggle token safety checks.
                        /priority <low|moderate|high>
Set priority fee profile.
                        /gas <custom_value>
Advanced fee override (where applicable).
                        /dca create amount <AMT> every <INTERVAL> times <N>
Create a DCA plan.
                        /dca list
List active DCA plans.
                        /dca cancel <ID>
Cancel a DCA plan.
                        /favorites
View or manage favorite tokens.
                        /notify on|off
Toggle fills/price notifications.
                        /stop
Emergency stop (where supported) to halt new actions.