Banana Gun

Banana Gun is the clearest demonstration that DeFi’s biggest UX breakthrough in 2023–2024 came not from better front-end design but from meeting users where they already were — in Telegram. The core insight is brutally simple: the people most likely to trade memecoins and newly-launched tokens are already spending hours per day in Telegram groups discussing those tokens, and building a trading interface into the messaging platform they already use is categorically easier than convincing them to open another browser tab, connect a wallet to a DEX, navigate slippage settings, and manually enter transaction details. Banana Gun reduces this entire workflow to typing /buy TOKEN_ADDRESS in a chat. The resulting volume speaks clearly: Banana Gun and similar Telegram bots collectively processed over $1 billion in weekly trading volume at peak periods in 2023, often accounting for 30–50% of the total on-chain volume for the tokens they actively trade — particularly for new token launches in their first hours of existence, where bot snipers often buy 5–20% of the token supply within the first 10 blocks of the token’s deployment, long before a typical retail user could manually connect to Uniswap and find the contract address.


Key Facts

  • Launched: July 2023 (Ethereum mainnet); Solana added June 2024
  • Interface: Telegram bot (no web app; mobile and desktop via Telegram clients)
  • Fee structure: 0.5% on all trades executed through the bot
  • BANANA token: Revenue sharing; 40% of trading fees distributed to BANANA stakers
  • Chains: Ethereum, Base, Solana (2024)
  • Core features: Auto-sniping, copy trading, take-profit/stop-loss, multi-wallet, anti-rug detection
  • Monthly fee revenue: Estimated $4-8M/month at peak activity (late 2023/early 2024)
  • Competitor landscape: Unibot (first mover), Maestro (oldest), Bonkbot (Solana-native), Photon (Solana)
  • Security track record: Had a critical exploit in September 2023 (private key exposure in router; ~$1.9M lost); patched within hours; refunded affected users

Core Feature Set

The main features are described below.

Auto-Sniping

Sniping is the flagship feature and primary reason high-frequency memecoin traders use Banana Gun:

How it works:

  1. User sets up a snipe with a token contract address or “monitor new pairs” mode
  2. When a new liquidity pool is created for that token (on Uniswap V2/V3 or similar), Banana Gun detects the event in the same block as the pool creation transaction
  3. Bot submits a buy transaction with pre-configured settings (ETH amount, slippage tolerance, max gas tip) immediately
  4. Due to the bot’s infrastructure and MEV-optimized transaction submission, the buy lands within 1–3 blocks of the pool creation

Why block-speed matters: A token that generates 10x returns in 24 hours often generates most of that appreciation in the first 30 minutes after launch. Manual buyers (via Uniswap) typically enter 5–30 minutes after launch once the token has already gone viral in Telegram groups — by which point sniper bots have already purchased significant supply at a fraction of the price. Sniping is the only way to consistently buy at launch-block prices.

Anti-honeypot checks: Before submitting the snipe buy, Banana Gun simulates the buy AND sell transaction to check whether the token contract prevents selling (a “honeypot” rug pattern). If the simulated sell fails or returns less than a configurable minimum, the snipe is aborted.

Copy Trading

Users can specify a “whale wallet” address to copy:

“`

/add_copy_wallet 0xABCD…1234

“`

When the specified wallet makes any on-chain swap on Uniswap/Sushiswap/PancakeSwap:

  1. Banana Gun detects the whale’s transaction in the mempool or within one block of confirmation
  2. Bot submits a proportional buy for the user’s configured ETH amount (e.g., always copy with 0.1 ETH regardless of whale’s transaction size)
  3. User can set maximum slippage, minimum token amount, and blacklist certain tokens

Limitations: Copy trading effectiveness degrades quickly as more bots copy the same wallet — if 1,000 users are copying the same whale, the bot buys compete in the same blocks and drive up the price, reducing returns for late copyists. Skilled traders rotate their tracked wallets frequently and keep their copy addresses private.

Take-Profit / Stop-Loss

Pre-configured exit rules that execute automatically:

  • Take-profit: “Sell 50% of my position when the token 5x’s from my buy price”
  • Stop-loss: “Sell everything if the position drops 50% from my buy price”
  • Trailing stop: “Sell if price drops 30% from the highest price since I bought”

Gas execution: The bot monitors on-chain price (via DEX pair reserves) continuously and submits the sell transaction when the condition is met, with a tip to ensure fast inclusion. This is similar to limit orders but executed by the bot’s infrastructure rather than maintained on-chain.

Multi-Wallet Management

Users can add multiple ETH wallets to a single Banana Gun bot session:

  • Fund Wallet A with 0.5 ETH (public identity; used for normal trades)
  • Fund Wallet B with 2 ETH (sniper wallet; used only for launched snipes)
  • Fund Wallet C with 0.1 ETH (copy trading wallet; used to copy a specific trader)

All wallets are managed from the same Telegram session, with balances and positions displayed in a unified dashboard via bot commands (/portfolio, /positions, /balance).


Revenue and BANANA Token

The following sections cover this in detail.

Fee Structure

  • Trading fee: 0.5% on all swaps (charged in ETH, taken from the ETH amount of each trade)
  • No monthly subscription: Fee is purely transaction-based

Revenue at scale: During peak memecoin activity periods (September–November 2023, Q1 2024):

  • Banana Gun: ~$2-4M/month in fees
  • This compares to: Uniswap frontend (0.15% fee on select pairs): ~$10-20M/month at similar periods
  • The bots collectively (Banana Gun + Unibot + Maestro + Bonkbot) rivaled many DEX front-ends in fee revenue

BANANA Token Economics

Parameter Value
Revenue share 40% of trading fees to BANANA stakers
Lock mechanism Staking requires locking BANANA for a period
Governance Platform parameter changes (fee rate, new chain launches)
Distribution Initial fair launch; team allocation with vesting

Weekly distribution: At $3M/month in trading fees, BANANA stakers receive ~$480,000/month (40%) in ETH distributed pro-rata to their staked BANANA share — a meaningful yield for participants during high-volume periods, but highly volatile (yield collapses in bear-market or low-memecoin-activity periods).


The September 2023 Security Exploit

On September 11, 2023, Banana Gun experienced a critical security incident:

What happened:

  • A vulnerability in the bot’s router contract allowed attackers to extract private keys of bot users whose ETH was held in Banana Gun-managed wallets
  • Approximately $1.9M in user funds was drained across ~36 affected wallets
  • The attack was discovered within hours; the team took the bot offline immediately

Response:

  • Bot was paused within ~1 hour of exploit detection
  • All 36 affected users were refunded from the Banana Gun treasury
  • Root cause was a reentrancy vulnerability in the router’s ETH handling that exposed private key material through a side-channel in the contract’s error handling
  • Full post-mortem published; contract was rewritten and audited before relaunch

Lessons and industry impact: The incident made clear that all Telegram trading bots require users to deposit funds into a bot-managed wallet (or create a hot wallet whose private key the bot software holds) in order to execute automated trades — this is an inherent security trade-off of the automation model. Users who keep zero ETH in the bot wallet between active trading sessions minimize their attack surface.


The Telegram Bot Trading Ecosystem

Banana Gun exists within a competitive ecosystem:

Bot Launch Chain Focus
Maestro 2022 ETH Oldest; tracking + trading
Unibot 2023 ETH First high-profile launch; UNIBOT token
Banana Gun 2023 ETH/Base/SOL Sniping; BANANA token
Bonkbot 2023 Solana Solana-native; free (no trading fee)
Photon 2024 Solana Solana; pump.fun integration
Trojan 2024 SOL Solana; advanced routing

Market dynamics: The Telegram bot market is winner-takes-most for each chain/ecosystem (users migrate to wherever volume and liquidity are thickest for their preferred chain). Banana Gun leads on Ethereum; Bonkbot and Trojan compete for Solana dominance.


Social Media Sentiment

Banana Gun maintains a community presence typical of DeFi protocols in its niche. CT sentiment is generally sentiment-neutral, with discussion largely among existing users around protocol mechanics, yield opportunities, and security incidents. Token price action drives periodic community activity.

Last updated: 2026-04


Related Terms


Sources