Docs Bot Commands Reference

Bot Commands Reference

Every command available in the PredyX Telegram bot. All commands start with /. Parameters in [brackets] are required; parameters in (parentheses) are optional.

Core Commands

CommandDescriptionExample
/start Initialize the bot. Creates your wallet on first use. Shows the main menu with quick links to all features. /start
/help Display a summary of available commands and links to documentation. /help
/settings Open bot settings: notifications, risk level, wallet management, language. /settings

Wallet Commands

CommandDescriptionExample
/wallet Show your wallet address and current USDC balance on Polygon. /wallet
/wallet [address] Add a wallet address to the Wallet Tracker for monitoring. /wallet 0x7f3a…b2c1
/wallet list List all wallets currently being tracked. /wallet list
/wallet remove [address] Stop tracking a wallet address. /wallet remove 0x7f3a…
/withdraw [amount] Withdraw USDC to any external wallet. Prompts for destination address. /withdraw 100

Copy Trading Commands

CommandDescriptionExample
/copytrade Open the copy trading menu. Browse whales, configure settings, activate or pause copy trading. /copytrade
/copytrade pause Pause copy trading. No new trades copied; existing positions remain open. /copytrade pause
/copytrade resume Resume copy trading after pause. /copytrade resume
/copytrade stop Stop copy trading and close all copied positions. /copytrade stop
/copytrade status Show current copy trading configuration and active wallet list. /copytrade status

Limit Order Commands

CommandDescriptionExample
/limit Open interactive limit order flow. Prompts for market, side, amount, and price. /limit
/limit [market] [side] [amount] [price] Create a limit order in one command. Side is YES or NO. Amount in USDC. Price 0.01–0.99. /limit https://polymarket.com/event/btc-100k YES 50 0.65
/limit list Show all pending (unexecuted) limit orders. /limit list
/limit cancel [id] Cancel a specific pending limit order by its ID. /limit cancel 42

Position Commands

CommandDescriptionExample
/positions View all open positions with live P&L and portfolio summary. /positions
/positions history Show last 50 closed trades with realized P&L. /positions history
/positions close [id] Close an open position at market price. /positions close 7
/positions close [id] [%] Partially close a position by a specified percentage. /positions close 7 50%

Alert Commands

CommandDescriptionExample
/alerts View all active price alerts or create a new one interactively. /alerts
/alerts [market] [above|below] [price] Set a price alert for a market. Notifies when market crosses your target. /alerts https://polymarket.com/event/btc-100k above 0.70
/alerts remove [id] Remove a specific price alert by ID. /alerts remove 3
/alerts clear Remove all active price alerts. /alerts clear
ℹ️
All commands work in any Telegram chat with @predyx_bot. For best results, use the 1-on-1 private chat with the bot — commands in groups may require a bot prefix in some configurations.