Skip to main content

Bot Trading Flows

Trading flows in the Telegram bot vary by venue — each product area (Polymarket, Predict.fun, Memecoins, Recurring Crypto) has its own entry point and flow.

A natural-language trade request ("Buy 10 USDT of the BTC 5-minute market (Up), with take profit set at 70 and stop loss at 30") produces a structured Order Preview before asking for confirmation. After tapping Confirm, the bot shows an Executed summary with fill details and the on-chain transaction ID.

Polymarket

Polymarket is the most natural fit for fast Telegram interaction.

Search-to-trade flow:

  1. Search with /search <query> or paste a market URL
  2. Select the market outcome (Yes or No)
  3. Choose order type — Market Order or Limit Order
  4. Enter amount in USDC.e (for buys) or shares (for sells)
  5. Review the Order Preview and tap Confirm

NLP trade flow (URL + command):

Paste a Polymarket URL with a trade instruction in the same message. The bot resolves the market, checks your balance, and presents an Order Preview — outcome, amount, price, and balance — before asking for confirmation. See Natural Language Usage for the full URL+command syntax.

Predict.fun

Access via the 🟢 Predict.fun button or /predict. The bot verifies your Predict.fun balance and account readiness before presenting trade options.

Memecoins

Access via the 🪙 Memecoins button. Memecoin support in Telegram is a companion to the web terminal. If setup or funding is missing, the bot directs you to web to resolve it.

Recurring Crypto

:::note TODO Add screenshot of the Recurring Crypto menu (tg-bot-recurring-crypto.png) — asset grid with Up/Down prices and interval tabs. :::

Access via the 🟠 Recurring Crypto button. Shows Polymarket's recurring crypto round markets organized by asset and interval, with live Up/Down prices.

Select an interval tab (5m, 15m, 1H, 4H, Daily), then tap an asset to open that round's event page and trade it like any other Polymarket market.

Copy Trading

Access via the 🚀 Copy trading button or /copy. See Copy Trading via Bot for the full wizard walkthrough and task management commands.

General rule

When Telegram can handle a flow end-to-end, it does. When a flow requires deeper setup, readiness checks, or funding, PredictDog routes you to the web terminal.