Skip to main content

Telegram trading bots can sweep your wallet — that is not a support DM

· 6 min read
Domestic Monero
Domestic Monero team

Telegram hosts two different failure modes that share one app icon.

Fake support DMs ask for seeds and trade credentials — social engineering. Trading and sniper bots ask you to connect a wallet and approve token spending — smart-contract architecture. Confusing them produces the wrong defence checklist.

This post is only about the second class: custodial-style executor bots (snipers, copy-traders, “fast buy” tools) reviewed in public 2026 security write-ups — not Domestic Monero’s staged P2P flow, and not the support DM near-miss story.

At a glance

FieldValue
TopicTelegram trading-bot contract risk; sweeping approvals; unaudited executors
FormatSecurity explainer — architecture, not phishing narrative
Product mentionedDomestic Monero — Telegram Mini App for P2P Monero trades
Official entry@domestic_monero_bot
Support/support on the official bot only (include Trade #ref + trade state)
Assets (P2P)XMR ↔ BTC, LTC, ETH, SOL, USDT (ERC-20)
What it is notFake-admin DM guide; endorsement of any third-party bot; on-chain Monero multisig
Split diagram: wallet token approval risk versus official bot verification checklist.
Contract approval risk ≠ unsolicited support DM.

How trading bots differ from support scams

Support DM scamTrading / sniper bot
AskSeed, private key, “sync credentials,” fake refund linkConnect wallet; approve USDT/ETH spending to bot contract
MechanismPlain theft after you paste secretstransferFrom via pre-approved allowance
User mistakeTrusting a DM that looks officialTreating unlimited approval like a UX checkbox
Archive postSupport DM near-missThis post

Both happen inside Telegram. Defences differ.

What 2026 bot autopsies describe

Independent reviews of high-volume Telegram trading bots (Maestro, Banana Gun, Unibot-class tools) in 2026 document a recurring shape:

  1. User connects wallet to a Telegram front-end.
  2. User grants token spending approval to a bot-hosted executor contract.
  3. Trades execute via that contract’s privileges — often quickly, often opaquely.

Reported industry pain points in those reviews:

RiskWhy it matters
Unverified or upgradeable contractsLogic can change after you approved
Sweeping approvalsOne compromised executor drains many wallets
No public audits on top volume botsDocumented exploits in the millions of dollars range in trade press
MEV / sniping UX pressureSpeed nudges users to skip contract verification

This is convenience maximalism: sub-second on-chain actions from a chat command — with custodial honeypot dynamics even when marketing says “non-custodial” because your keys stay local but allowances do not.

Wallet hygiene that actually matches the threat

For executor-bot risk (not DM risk):

  1. Never grant unlimited approvals — use exact allowances where the wallet UI allows; revoke after sessions (Revoke.cash-class tools on EVM chains).
  2. Verify contract addresses on-chain — not from a bot message alone.
  3. Cap bot-connected wallets — public guidance often cites small fractions of portfolio for experimental bots; Archive does not prescribe an amount — treat that as risk appetite, not product advice.
  4. Prefer audited, verified contracts when you must use automation — and still assume upgrade keys exist until you read the code path.
  5. Separate hot wallets — trading-bot wallet ≠ long-term savings wallet.

None of this replaces official-channel verification for product bots you intend to trust for structured trades.

Where Domestic Monero fits (different machine)

Domestic Monero is not an EVM sniper bot. Public copy describes:

PropertyPublic posture
EntrySingle official bot — @domestic_monero_bot
FlowBrowse/create offers → staged trade → stake / payment proof / confirmations
Support/support inside that bot only — never third-party “helpdesk” DMs
Wallet connectNot “approve infinite USDT to our executor” marketing

Compare workflows (not security audits): Haveno vs Telegram Mini App. Compare swap custody traps: post-deposit KYC swap trap.

warning

Archive explains public product facts, not a formal security audit of the Mini App. Verify handles every session: Verify official channels.

Telegram as financial infrastructure — without flattening risks

ForkLog-style 2026 ecosystem reporting describes Telegram as a financial shell: built-in Wallet, CryptoBot-class tools, P2P marketplaces, swap bots — one messenger, many trust models.

Flattening that into “Telegram = safe” or “Telegram = scam” is useless. The useful question is which trust model each tool uses:

Tool classTrust hinge
Custodial wallet botOperator holds balances
EVM trading botExecutor contract + approvals
P2P marketplace botEscrow design + counterparty risk
Mini App product (DM)Official handle + staged trade states + /support path

Pick the checklist that matches the class — not the app store category “Finance.”

Terms in this article

TermMeaning here
Token approvalEVM permission for a contract to spend your tokens
Executor contractBot-controlled contract that moves approved tokens
Upgradeable proxyContract logic that can change after deployment
Sniper botTool that buys tokens immediately after launch — often via Telegram
Allowance hygieneLimiting and revoking token approvals

FAQ

Is this the same as the fake support DM article?
No. DMs target secrets. Trading bots target approvals and contracts.

Does Domestic Monero need unlimited USDT approval?
Public how-tos describe payment TX hash on transparent assets for trades — not generic “connect wallet to sniper” flows. Read first trade.

Are all Telegram crypto bots scams?
No — but unaudited executor bots with sweeping approvals are a documented high-loss category in 2026 reviews.

How do I verify Domestic Monero?
Handle + deep link: @domestic_monero_bot. Steps: Verify official channels.

Should I use trading bots for Monero?
This post does not recommend third-party bots. Monero acquisition paths: where to buy when exchanges delist.

Next steps

  1. Revoke stale EVM approvals on wallets you connected to experimental bots.
  2. Re-read support DM red flags — different checklist.
  3. Open P2P only via verified official bot: @domestic_monero_bot.

Marketing site: domesticmonero.com.


Related: Telegram support DM near-miss · Verify official channels · Privacy-tax swap trap