Security
Wallet & Security — Encrypted & Exportable
Your wallet is created automatically when you start the bot. The private key is encrypted with AES-256-GCM and stored securely on our server. You can export it to Phantom or Solflare at any time — your funds are always accessible to you.
Last updated: April 2026
How Your Wallet Works
When you start the bot, a Solana wallet is generated for you automatically. The private key is encrypted with AES-256-GCM using a unique per-user HKDF key derivation and stored on our secure server. It is never stored or transmitted in plain text.
You can export your private key at any time using /export and import it into Phantom, Solflare, or any compatible Solana wallet — giving you full access to your funds independently of the bot.
Deposit SOL
After starting the bot, you'll see your wallet address and QR code. Send SOL from any exchange or external wallet to this address. There is no minimum deposit — any amount works.
Withdraw SOL
Use /withdraw to send SOL to any external Solana address. Select the amount — presets: Max, 0.5, 1, 2, 5 SOL, or enter a custom amount. The bot reserves a small SOL balance to cover network fees: 0.05 SOL if you have open positions, 0.005 SOL if you have none.
Export Private Key
Use /export to receive your private key. The message containing your key is automatically deleted after 30 seconds for security. Once exported, you can import the key into any compatible Solana wallet.
Security Architecture
🔐 AES-256-GCM Encryption
Every private key is encrypted with AES-256-GCM using unique per-user HKDF key derivation. Never stored or transmitted in plain text.
📤 Exportable Anytime
Use /export to receive your private key in chat. The message auto-deletes after 30 seconds. Import into Phantom or Solflare at any time.
🛡️ Operation Lock
One operation at a time per user — no double transactions or race conditions. Bot blocks sending SOL to your own bot wallet.
✅ Idempotent Fees
Commission is never charged twice for the same trade. Built-in protection against duplicate fee deduction.
MEV Protection
Every transaction is routed through Jito bundles and private RPC endpoints, bypassing the public mempool. This prevents sandwich attacks, front-running, and other MEV exploits. No one can insert their trade before yours or manipulate the price around your execution.
Dynamic transaction priority automatically adjusts fees based on network congestion to maximise landing rate.
Wallet Commands
| Command | Action |
|---|---|
| /balance | Check current SOL balance |
| /withdraw | Send SOL to external wallet |
| /export | Export private key (auto-deletes in 30s) |
| /portfolio | Full portfolio overview with all positions |
