From zero to first trade
in five minutes.
Six steps. No deposits, no KYC, no app install. You stay in Telegram the whole time.
Send /start
Open @moonhydrabot in Telegram and send /start. The bot generates a fresh Solana keypair, encrypts the private key with AES-256-GCM, and saves it. You see only the public address — the secret never touches your screen.
Fund your Hydra Head
Copy the public address and send 0.05–0.5 SOL from Phantom, Solflare, or any wallet. This is a burner — only fund what you're willing to trade with. Need more heads? You can have up to 5.
Paste a token CA
Drop any Solana token contract address into the chat. The bot detects it, fetches metadata + live USD price via Jupiter, and renders a trade card with six quick-buy presets (0.01 / 0.05 / 0.1 / 0.5 / 1 / 5 SOL) plus Custom.
Buy in 5 seconds
Tap a preset. The bot quotes Jupiter v6, builds the swap, signs with your keypair, sends through Helius RPC, and confirms. You get a Solscan link and a Position row. Total time: typically 3–8s.
Watch & sell
/positions shows every open position with live PnL in SOL + USD. Tap Sell 25% / 50% / 75% / 100% to exit partially or fully. Or set 🎯 TP/SL — the worker auto-sells when thresholds hit and DMs you the result.
Cash out
/withdraw sends SOL from any Hydra Head to any address. Preset amounts (0.05 / 0.1 / 0.5 / 1 / Max) or Custom. Multi-step confirmation prevents fat-finger mistakes. Solscan link on success.
Under the hood
For the engineers and the curious. Every step of the trade pipeline.
| User action | What MoonHydra does |
|---|---|
| You paste a CA in chat | Bot regex-detects base58 in messages, queries Helius DAS API for metadata + Jupiter Price API for USD |
| You tap Buy 0.1 SOL | Bot loads your active Hydra Head, decrypts the keypair in RAM, calls Jupiter /v6/quote |
| Swap transaction built | Jupiter /v6/swap returns a serialized VersionedTransaction; bot signs and submits via Helius mainnet RPC |
| Confirmation | Bot polls getSignatureStatus until "confirmed". Position row inserted into Postgres atomically with Trade record |
| TP/SL trigger fires | BullMQ-style in-process worker checks every 8s; matches → executeSell → DM via bot.api.sendMessage |
What about gas / network fees?
Solana network fees are tiny (~0.000005 SOL per signature, ~$0.001). On top, every trade pays a priority fee (~0.0001 SOL by default, configurable in /settings) which makes your tx jump the queue on busy mainnet — important during hot Pump.fun launches.
The 1% MoonHydra fee is taken at swap time. Jupiter routing also includes DEX-level liquidity-pool fees baked into the quote (usually 0.25-1%). All-in cost is shown in your trade preview before you confirm.
Ready to summon your first Hydra Head?
It takes 30 seconds. No KYC. No deposits. Generate a burner wallet, fund it with SOL, paste a contract address.
Open in Telegram