Common questions about using SlopeSniper for Solana trading.
SlopeSniper is an AI trading assistant that lets you trade Solana tokens using natural language. Tell it what you want in plain English, and it handles token resolution, safety checks, quotes, and execution.
No! Just install Moltbot and SlopeSniper, then talk to your bot naturally.
SlopeSniper includes multiple safety features:
- Rugcheck integration - Scans every token before trading
- Two-step confirmation - Large trades require approval
- Auto-execute limits - Only small trades execute automatically
- Encrypted wallet - Your keys are encrypted at rest
- Dedicated wallet - Uses a separate wallet from your main holdings
However, crypto is risky and meme coins especially so. Only trade what you can afford to lose.
Local file: ~/.slopesniper/wallet.enc (encrypted)
Encryption: AES-128-CBC with machine-specific key
Machine-bound: Wallet file CANNOT be decrypted on another computer
slopesniper exportSave the private key shown in a password manager, on paper in a safe place, or import it into a hardware wallet.
IMPORTANT: The encrypted wallet file is useless without your private key. Back it up NOW.
Not recommended! Create a dedicated trading wallet:
- Only deposit what you're actively trading
- Limits your exposure if something goes wrong
- Easier to track trading performance
Your funds are gone forever. There is no recovery. This is why backing up is critical.
Yes:
slopesniper setup --import-key YOUR_PRIVATE_KEYOr set the SOLANA_PRIVATE_KEY environment variable.
Minimum to start: ~0.1 SOL
- Enough for a few small trades
- Covers gas fees (~$0.01 per transaction)
Recommended: 0.5-1 SOL to start
- Solana network fees (gas): ~$0.005-0.01 per transaction
- Jupiter DEX fees: 0.3% swap fee (varies by route)
- SlopeSniper fees: None! It's free and open source
Slippage - Price moved between quote and execution. Increase tolerance:
slopesniper strategy --slippage 300 # 3% instead of 1%Run a safety check:
slopesniper check BONKOr just ask: "Is BONK safe to trade?"
Every trade automatically runs rugcheck before executing.
Common reasons:
- Insufficient SOL - Need more for gas fees
- Slippage too low - Price moved, increase tolerance
- Token not found - Verify the symbol or mint address
- RPC timeout - Use a custom RPC endpoint
- Rugcheck blocked - Token flagged as unsafe
| Strategy | Max Trade | Auto-Execute | Safety |
|---|---|---|---|
| Conservative | $25 | Under $10 | Required |
| Balanced | $100 | Under $25 | Required |
| Aggressive | $500 | Under $50 | Optional |
| Degen | $1000 | Under $100 | None |
Change with: slopesniper strategy aggressive
Before confirmation: Yes - just don't confirm After confirmation: No - blockchain transactions are final
slopesniper sell BONK allOr ask: "Sell all my BONK"
Problem: Jupiter API rate limits (especially with 10+ token holdings)
Solutions:
-
Get your own Jupiter API key (recommended):
slopesniper config --set-jupiter-key YOUR_KEY
-
Use custom RPC:
slopesniper config --set-rpc helius YOUR_KEY
slopesniper updateShows changelog and installs latest version.
Your wallet file is machine-bound and won't work on other computers.
To use on another machine:
- Export your private key:
slopesniper export - On new machine:
slopesniper setup --import-key YOUR_KEY
slopesniper pnl # Summary
slopesniper pnl positions # Per-token breakdown
slopesniper pnl stats # Win rate, avg gain/lossslopesniper history # Recent trades
slopesniper history 50 # Last 50 tradesslopesniper pnl export # JSON format
slopesniper pnl export --format csv # CSV formatExports saved to: ~/.slopesniper/exports/
-
Check SlopeSniper is installed:
slopesniper version
-
Restart Moltbot gateway:
moltbot gateway restart
-
Check skill is loaded: Look for "slopesniper" in:
~/.moltbot/skills/or~/.clawdbot/skills/
SlopeSniper works with natural language, not exact commands. Try:
- ❌
/buy BONK - ✅
buy $20 of BONK - ✅
I want to buy some BONK
Yes! (v0.3.0+)
# Sell at market cap
slopesniper target add BONK --mcap 1000000000 --sell all
# Sell at price
slopesniper target add WIF --price 5.00 --sell 50%
# Sell on % gain
slopesniper target add POPCAT --pct-gain 100 --sell all
# Trailing stop
slopesniper target add TOKEN --trailing 20 --sell allStart monitoring:
slopesniper daemon startYes:
slopesniper strategy --slippage 300 # 3%
slopesniper strategy --max-trade 200 # $200- Helius - https://helius.dev (paid plans)
- Alchemy - https://alchemy.com (free tier available)
- QuickNode - https://quicknode.com
Configure:
slopesniper config --set-rpc helius YOUR_KEYGitHub Issues: github.com/BAGWATCHER/SlopeSniper/issues
Documentation: github.com/BAGWATCHER/SlopeSniper