Telegram trading bots can sweep your wallet — that is not a support DM
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
| Field | Value |
|---|---|
| Topic | Telegram trading-bot contract risk; sweeping approvals; unaudited executors |
| Format | Security explainer — architecture, not phishing narrative |
| Product mentioned | Domestic 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 not | Fake-admin DM guide; endorsement of any third-party bot; on-chain Monero multisig |

How trading bots differ from support scams
| Support DM scam | Trading / sniper bot | |
|---|---|---|
| Ask | Seed, private key, “sync credentials,” fake refund link | Connect wallet; approve USDT/ETH spending to bot contract |
| Mechanism | Plain theft after you paste secrets | transferFrom via pre-approved allowance |
| User mistake | Trusting a DM that looks official | Treating unlimited approval like a UX checkbox |
| Archive post | Support DM near-miss | This 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:
- User connects wallet to a Telegram front-end.
- User grants token spending approval to a bot-hosted executor contract.
- Trades execute via that contract’s privileges — often quickly, often opaquely.
Reported industry pain points in those reviews:
| Risk | Why it matters |
|---|---|
| Unverified or upgradeable contracts | Logic can change after you approved |
| Sweeping approvals | One compromised executor drains many wallets |
| No public audits on top volume bots | Documented exploits in the millions of dollars range in trade press |
| MEV / sniping UX pressure | Speed 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):
- Never grant unlimited approvals — use exact allowances where the wallet UI allows; revoke after sessions (Revoke.cash-class tools on EVM chains).
- Verify contract addresses on-chain — not from a bot message alone.
- 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.
- Prefer audited, verified contracts when you must use automation — and still assume upgrade keys exist until you read the code path.
- 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:
| Property | Public posture |
|---|---|
| Entry | Single official bot — @domestic_monero_bot |
| Flow | Browse/create offers → staged trade → stake / payment proof / confirmations |
| Support | /support inside that bot only — never third-party “helpdesk” DMs |
| Wallet connect | Not “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.
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 class | Trust hinge |
|---|---|
| Custodial wallet bot | Operator holds balances |
| EVM trading bot | Executor contract + approvals |
| P2P marketplace bot | Escrow 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
| Term | Meaning here |
|---|---|
| Token approval | EVM permission for a contract to spend your tokens |
| Executor contract | Bot-controlled contract that moves approved tokens |
| Upgradeable proxy | Contract logic that can change after deployment |
| Sniper bot | Tool that buys tokens immediately after launch — often via Telegram |
| Allowance hygiene | Limiting 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
- Revoke stale EVM approvals on wallets you connected to experimental bots.
- Re-read support DM red flags — different checklist.
- 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
