VOLTA Trading Bot — User Manual
📖 Overview
VOLTA is a Solana trading bot with three independent sections. Each section operates completely separately — they share your Telegram account but have different wallets, different purposes, and different flows.
🗂️ Bot Sections
The main menu gives you access to all sections. Each is independent:
🤖 Trade Bot — Quick Start
📈 Accumulate Mode
Repeatedly buys and sells a single token you specify to generate volume and accumulate a position over time. Smart Trading engine adapts behavior based on price momentum.
Go to Trade Bot → Token → paste the mint address (32–50 chars). The bot trades this token exclusively until you change it.
What happens each cycle
Every N seconds (configurable):
1. Checks price momentum (Smart Trading)
2. Selects wallets to trade
3. Buys if trend = ACCUMULATE or NEUTRAL
4. Sells fraction if holding tokens
5. Logs trade + updates PnL
Minimum Funding
| Preset | SOL Needed | Wallets | Cycle |
|---|---|---|---|
| Micro | 0.4 SOL | 10 | 180s |
| Small | 1.0 SOL | 25 | 150s |
| Medium | 2.0 SOL | 50 | 120s |
| Large | 4.0 SOL | 100 | 90s |
⚡ Trench Mode — Auto Sniper
Autonomously scans DexScreener for new token launches, runs them through a filter pipeline, and snipes entries. You do not provide a token — the bot finds its own targets.
Do not set a token address in Trench Mode. The bot discovers tokens automatically via DEX scanning every 45 seconds.
Filter pipeline
| Filter | Default | Purpose |
|---|---|---|
trench_min_txns | 130 | Minimum transaction count — proves real activity |
trench_min_volume_usd | 10,000 | USD volume floor |
trench_min_liquidity_usd | 2,000 | LP depth — ensures you can sell |
trench_max_top10_holder_pct | 50% | Concentration rug protection |
trench_max_bundle_pct | 12% | Anti-bundler filter via RugCheck |
trench_max_creator_pct | 30% | Dev bags check |
trench_reject_mintable | true | Reject if dev can print more tokens |
trench_reject_freezable | true | Reject if dev can freeze accounts |
Exit tiers
| Gain | Sell | Logic |
|---|---|---|
| +40% | 15% of position | Early partial — recover capital |
| +100% | 25% of position | Double — lock gains |
| +250% | 30% of position | Strong runner |
| +500% | 30% of position | Full exit at moonshot |
Stop rules
- Hard stop — sells all if down 25% from entry (
trench_hard_stop_pct) - Trailing stop — sells if price drops 18% from local high (
trench_trailing_stop_pct) - Time exit — force-sells after 6 hours (
trench_max_hold_min=360)
⚙️ Configure Menu
Trade Bot → Configure opens the strategy and settings submenu. Strategy is the first thing you see — no more hunting through nested menus.
| Setting | What it does |
|---|---|
| 📈 Accumulate / ⚡ Trench | Top-level strategy toggle. Current strategy shown with ✅ |
| 👛 Active Wallets | How many wallets the bot uses per cycle |
| ⏱ Cycle Time | Seconds between buy/sell cycles |
| 🟩 Buy Range | Min/max SOL per buy transaction |
| 🟥 Sell % | Fraction of holdings to sell per cycle |
| 🎯 Slippage | Max price impact tolerance (bps) |
| 🌙 Moon Mode | Progressive profit-taking at price milestones |
| 🛡 Crash Protect | Auto-sell on sharp adverse moves |
| 🚀 Jito | MEV protection via Jito block engine |
🧠 Smart Trading Mode
Momentum-aware engine for Accumulate Mode. Adapts buy/sell behavior in real time based on price trend detection.
| Trend | Signal | Buy prob. | Sell prob. | Sell fraction |
|---|---|---|---|---|
| 📈 ACCUMULATE | Price >2% above MA | 85% | 15% | 15% (ride pump) |
| ↔️ NEUTRAL | Within ±2% of MA | 55% | 45% | 35% |
| 📉 DISTRIBUTE | Price >2% below MA | 10% | 90% | 80% (protect capital) |
Key behaviours
- Trailing stop — dumps 95% if NAV drops 15% from peak
- Profit target — auto-exits at +50% NAV gain
- Consecutive down protection — 4+ consecutive drops → sell-only mode
Disable: /set smart_mode false
🌙 Moon Mode
Progressively takes profits as price increases. Accumulate Mode only.
| Price gain | Action |
|---|---|
| +25% | Sell 10% of holdings |
| +50% | Sell 15% |
| +100% | Sell 20% |
| +200% | Sell 25% |
| +500% | Sell 30% |
🛡️ Crash Protection
Detects severe adverse moves and auto-stops the bot when risk score hits EMERGENCY level.
| Score | Status | Action |
|---|---|---|
| 0–29 | OK | Continue trading |
| 30–49 | WARNING | Monitor |
| 50–69 | CRITICAL | Prepare to exit |
| 70+ | EMERGENCY | Auto-stop bot |
🚀 Jito MEV Shield
All Trade Bot transactions are sent through Jito's MEV-protected bundle system. Prevents sandwich attacks and front-running. Toggle via Configure → Jito.
Jito bundles are visible on-chain and would link your wallets. SplitNOW uses staggered timing instead for stealth.
🚨 Emergency Exit
One-click sells ALL tokens across ALL trading wallets at 15% slippage. Use for rug pulls or crashes. Cannot be undone.
Trade Bot → Emergency → Review preview → SELL ALL NOW
🎛️ Presets
| Preset | Min SOL | Wallets | Buy range | Cycle |
|---|---|---|---|---|
| Micro | 0.4 | 10 | 0.003–0.008 | 180s |
| Small | 1.0 | 25 | 0.005–0.012 | 150s |
| Medium | 2.0 | 50 | 0.008–0.020 | 120s |
| Large | 4.0 | 100 | 0.010–0.030 | 90s |
| Aggressive | 8.0 | 200 | 0.015–0.050 | 60s |
| Safe | 2.0 | 50 | 0.005–0.015 | 180s |
🔀 SplitNOW — Overview
SplitNOW funds multiple wallets through different exchanges simultaneously so each wallet has a different on-chain funding source. On BubbleMaps and chain explorers, the wallets appear completely unrelated — identical to independent traders who happen to buy the same token.
- Each wallet traces back to a different major exchange (Binance, Bybit, Kraken, KuCoin…)
- No on-chain link between your deployer and the trading wallets
- Bundle buys appear as 10 independent traders entering simultaneously
You must send SOL from a CEX withdrawal (KuCoin, Binance, etc.) — never from Phantom or another on-chain wallet. Sending from Phantom defeats the purpose entirely.
🔀 SplitNOW — Full Flow
🪙 Set CA
Sets the token CA used by Bundle Buy, Bundle Sell, and Positions. Once set, it's saved — you don't need to re-enter it every time you open Bundle Buy.
After setting a CA, tapping Bundle Buy goes directly to the timing picker — no re-entry needed. To change the CA, tap Set CA again.
The main menu shows the active CA:
Active CA: HS7SF852rUiRV1dfb...AApump
🎯 Bundle Buy
Buys the active CA across all funded wallets simultaneously. Amount is automatic — each wallet spends its balance minus a 0.05 SOL reserve, with ±15% random variance. Wallet order is randomized.
Flow
Custom delay
Pick ⏱ Custom and enter seconds (1–3600). Use 300 for 5-minute spacing between wallets, 900 for 15 minutes, etc. Useful when you want buys to look like organic accumulation over time.
Every wallet keeps 0.05 SOL as a hard reserve. This covers sell transaction fees, priority fees, and ATA creation. It is never spent on buys.
🪤 Sniper Trap
An optional feature toggled on the Bundle Buy confirm screen. Designed for token launches where bots snipe the first buy and then dump on subsequent buyers.
Wallet #1 buys first to attract snipers, then sells into them to push the price down. Once the dust settles, all wallets buy at the lower price.
Step by step
- Launching a new token where you expect sniper bots
- Wallet #1 needs at least 0.1 SOL — it aborts with a clear error if underfunded
- Sub-second snipers (same-block exit) cannot be caught — the trap targets bots holding 5–30+ seconds
Toggle on the confirm screen
[🚀 EXECUTE BUNDLE BUY]
[🪤 Trap: OFF ☑️] ← tap to toggle
[❌ Cancel]
📤 Bundle Sell
Scans all SplitNOW wallets for the active CA token and sells from every wallet that holds it simultaneously. No manual amount entry — sells 100% of each wallet's holdings.
📥 Collect All
Consolidates SOL from all SplitNOW wallets back to the deployer wallet. Run this after a Bundle Sell to gather funds before withdrawing.
Collect All automatically closes empty token accounts and reclaims the ~0.00203 SOL rent from each — adds up with many wallets.
🔄 Regenerate Wallets
Generates a fresh set of SplitNOW wallets. Old wallets are soft-deleted (archived) and kept encrypted for 90 days before permanent removal.
Regenerate warns you if any existing wallets have SOL. It offers Reclaim & Regenerate which sweeps funds to the deployer before generating new wallets.
Phases
- Rent reclaim — closes empty token accounts, recovers ~0.002 SOL each
- Sweep SOL — moves remaining SOL to deployer
- Archive — soft-deletes old wallets (90-day retention)
- Generate — creates new wallets (pick 10/25/50/100)
💸 Fund Wallets — Distribution Modes
| Mode | How it works | Best for |
|---|---|---|
| ⚖️ Equal | Identical SOL to each wallet | Predictable, simple |
| 🌿 Natural | ±15% random variance per wallet | Recommended — looks organic |
| 🎲 Random range | Custom min/max per wallet | Full control over spread |
After creating a SplitNOW order, you can close Telegram and come back later. The order keeps processing. Next time you open Fund Wallets, if a pending order exists it shows you the status and lets you resume or start fresh.
🏗️ Creator Rewards
For pump.fun token creators. Import the wallet that launched your token, claim accumulated fees, and choose how to distribute them.
Go to Settings → User Mode → Creator Mode. The Creator section then appears in the main menu.
Distribution options
| Option | What it does |
|---|---|
| 💰 Keep | SOL stays in your creator wallet |
| 📈 Buyback | Buys your token and holds it |
| 🔥 Burn | Buys your token and burns it — reduces supply |
Enter 3 numbers adding to 100: 20 40 40 = 20% keep, 40% buyback, 40% burn.
Every claim automatically buys and burns VOLTA tokens with 0.5% of the claimed amount. You receive 99.5%.
Requirements
- Minimum 0.5 SOL accumulated in the creator vault before claiming
- Must import the exact wallet that launched the token on pump.fun
💰 Balance
Tap Balance from the main menu for a full portfolio view split by section:
💰 Portfolio Overview
━━━━━━━━━━━━━━━━━━━━
🤖 Trade Bot
├ Deployer: 0.0030 SOL
├ Trading wallets: 2 (2 funded)
└ Trading total: 0.0121 SOL
└ Holdings: 1,000,000 FREEMEN (2 wallets)
━━━━━━━━━━━━━━━━━━━━
🔀 SplitNOW
├ Wallets: 10 (10 funded)
├ Total: 4.8380 SOL
├ Reserved (fees): 0.5000 SOL
└ Available to trade: 4.3380 SOL
━━━━━━━━━━━━━━━━━━━━
Grand Total: 4.8531 SOL
📊 Web Dashboard
Access at volta.quest/dashboard.html. Authenticate with Telegram. Four tabs:
The SplitNOW tab fetches live RPC balances directly — not from the snapshot system. Always reflects the current on-chain state of your wallets.
💻 Commands
The bottom-left menu in Telegram shows:
| Command | Action |
|---|---|
/start | Open dashboard |
/startbot | Start trading bot |
/stopbot | Stop trading bot |
/status | View bot status + PnL |
/balance | Check all balances |
/help | Full help menu by section |
/set key value | Change any config value directly |
/preset micro | Apply a preset |
🔧 Troubleshooting
Bot not responding to CA input in SplitNOW
Tap Set CA and wait for the ForceReply prompt to appear. Type or paste your CA directly in the reply field. Do not send it as a new message — use the reply input at the bottom.
Bundle Buy still asking for CA
Your CA isn't saved yet. Tap Set CA first, paste the CA, wait for the "✅ CA Set!" confirmation, then tap Bundle Buy. It will skip the CA prompt next time.
SplitNOW shows wrong balances
The SplitNOW tab on the dashboard fetches live RPC data. If it's stale, hit Refresh. The Telegram Balance command also shows live numbers.
SplitNOW order showing Still Processing
Normal. SplitNOW routes through different exchanges simultaneously — each processes independently. Typical time is 5–20 minutes. Do not resend. Close Telegram and come back later; the order persists.
Sniper Trap aborted — bait wallet insufficient
Wallet #1 (the bait) needs at least 0.1 SOL. Check My Wallets to see its balance. Fund via SplitNOW → Fund Wallets if needed.
Trench not sniping
Check which filter is rejecting tokens. Common fix: lower trench_min_volume_usd to 5000 or trench_min_liquidity_usd to 1000.
Bot stopped unexpectedly
- Crash protection triggered — check market conditions, restart when ready
- Ran out of SOL — add SOL, redistribute, restart
- Smart Trading trailing stop — review PnL, restart for new session
❓ FAQ
Is VOLTA free?
Yes. No subscription, no monthly fee. Bring trading capital and start.
Are Trade Bot wallets and SplitNOW wallets the same?
No. They are completely separate wallet sets. Trade Bot uses the deployer + numbered trading wallets. SplitNOW uses a different set funded through external exchanges.
Can I run Trade Bot and SplitNOW at the same time?
Yes. They are independent. Trade Bot can be running while you execute a SplitNOW bundle buy.
Why send from a CEX for SplitNOW?
On-chain, each wallet will show its funding came from a different exchange (Binance, Bybit, etc.). If you send from Phantom, all wallets trace back to your wallet — defeating the point.
What is the 0.05 SOL reserve in SplitNOW wallets?
Each wallet keeps 0.05 SOL untouched. This covers sell transaction fees, Solana priority fees, and ATA (token account) creation costs.
How does Sniper Trap differ from a normal bundle buy?
Trap uses wallet #1 as a sacrificial bait buy to initialize the curve and attract snipers, sells into them to push price down, then your remaining wallets buy the dip. Normal bundle buy fires all wallets simultaneously.
Can I change the CA mid-session?
For Trade Bot: stop the bot first, then change. For SplitNOW: tap Set CA anytime — it updates immediately for the next Bundle Buy/Sell.
📝 Changelog
v2.0 — March 2026 Latest
- 🔀 SplitNOW section — full multi-wallet funding via external exchanges
- 🪤 Sniper Trap — bait-and-dump strategy for token launches
- 🪙 Set CA — persistent CA across all SplitNOW operations
- 🎯 Bundle Buy overhaul — auto amount, randomized order, ±15% variance, custom delay (1–3600s)
- 📤 Bundle Sell — scan all wallets, sell all holdings
- 📥 Collect All — sweep + rent reclaim
- 🔄 Regenerate Wallets — 90-day archived retention, reclaim-before-regenerate
- ⚙️ Configure menu — strategy at top level, no more nested Settings → Strategy
- 💰 Balance redesign — separate Trade Bot / SplitNOW / Grand Total sections
- 📊 Dashboard v2 — 4-tab layout (Overview / Trade Bot / SplitNOW / All Wallets), live SplitNOW RPC data
- ❓ Help menu — /help now opens a 4-section help system
- 🤖 Bot commands — /start /startbot /stopbot /status /balance /help registered with BotFather
v1.5 — February 2026
- 🧠 Smart Trading Mode — momentum-aware engine for Accumulate
- 🛡️ Jito MEV Protection on all Trade Bot transactions
- 📈 PnL tracking and session baselines
- 🔧 Crash auto-stop
v1.4 — January 2026
- ⚡ Trench Mode — autonomous DEX-scanning sniper
- Multi-layer filter pipeline + take-profit tiers
v1.3 — January 2026
- 🎁 Creator Rewards — auto-claim pump.fun fees
v1.0–1.2 — January 2026
- Initial release — Accumulate Mode, Moon Mode, Crash Protection, Emergency Exit, free access
- Telegram alerts for Trench snipes, TP tiers, and stop exits
- Multi-token Accumulate workflows
- ERC-20 / Ethereum support
Cryptocurrency trading is risky. Losses can be substantial. Trench Mode and Sniper Trap trade without human due diligence — filters reduce but cannot eliminate risk. VOLTA does not provide financial advice. By using VOLTA you agree to the Terms & Conditions.