Solana-only Telegram trading bot tied to the BONK ecosystem. Provides one-tap buy/sell on SPL tokens with a chat UI; 100% of fees are used to buy and burn BONK.
- 01Solana memecoin trading from Telegram
- 02beginner-friendly one-tap swaps
- 03fast SPL buys triggered from chat
- 04BONK ecosystem alignment
- 05lightweight mobile trading
BONKbot is a Telegram-only consumer product (`@bonkbot_bot` and variants) — there is no public REST API or SDK. Integrate by deep-linking users into the bot with `https://t.me/bonkbot_bot?start=ref_{code}` or by paste-trading a token mint into chat. Mirror its UX in your own product with a Solana embedded wallet, Jupiter-routed swaps, slippage and priority-fee presets, and a Telegram bot front-end via Grammy or Telegraf. Be explicit with users that BONKbot holds the trading keys in its session.
- ⚑BONKbot's wallet is custodial-by-Telegram-session — the bot holds the private key in its server, so a compromise of Telegram or BONKbot infra puts user funds at risk.
- ⚑1% fee per buy and per sell, used to buy and burn BONK, is steep relative to web terminals — model round-trip cost (≈2%) before scalping.
- ⚑Phishing clones impersonate BONKbot under near-identical handles; always verify the official handle and link from `bonkbot.io` and warn users in onboarding.
- ⚑Memecoin-specific risks dominate — honeypots, rug pulls, and freeze-authority abuse are common on the SPL tokens BONKbot trades, and the bot does not gate them.
- ⚑Telegram chat history is not encrypted by default and contains balances, addresses, and tx hashes — treat the chat itself as sensitive.
- ⚑There is no public API — anything that looks like one is unofficial and can break without notice.