For complete beginners - No coding knowledge required!
This guide walks you through setting up SlopeSniper with Moltbot from scratch. Follow these steps in order.
Moltbot = Your AI assistant that runs on your computer and connects to messaging apps SlopeSniper = The trading skill that lets Moltbot trade Solana tokens for you
Think of it like: Moltbot is your phone, SlopeSniper is an app you install on it.
Mac/Linux:
curl -fsSL https://molt.bot/install.sh | bashWindows (PowerShell as Admin):
iwr -useb https://molt.bot/install.ps1 | iex✅ You'll know it worked when: You see "Installation complete!"
❌ If it fails: Make sure you have Node.js 22+ installed. Get it here
moltbot onboard --install-daemonThis wizard will ask you questions. Here's what to choose:
Choose: Local (unless you know you need remote)
Choose: One of these:
- OpenAI - Need API key from platform.openai.com
- Anthropic - Need API key from console.anthropic.com
💡 Tip: Start with OpenAI if you're unsure (most common)
Choose:
- WhatsApp (easiest - just scan QR code)
- Telegram (requires setting up a bot)
- Discord (requires bot setup)
We recommend WhatsApp for beginners.
Choose: Yes (this lets Moltbot run automatically)
moltbot gateway status✅ Should say: "Gateway is running"
If not running, start it:
moltbot gateway --port 18789For WhatsApp:
moltbot channels loginThen scan the QR code with WhatsApp on your phone (like WhatsApp Web).
For Telegram: Follow the Telegram setup guide
✅ You'll know it worked when: You can message your bot and it responds!
Try sending: "Hello!"
Now that Moltbot is running, let's add the trading skill.
curl -fsSL https://raw.githubusercontent.com/optimizedwf/SlopeSniper/main/skills/install.sh | bash✅ You'll know it worked when: You see "Installation complete!"
IMPORTANT: This creates a NEW wallet just for trading. Don't use your main wallet!
slopesniper setupThe wizard will:
- Create a new wallet
- Show you the private key (SAVE THIS!)
- Ask you to confirm you saved it
- Give you a wallet address
📋 Write down your private key RIGHT NOW:
- Save it in a password manager (1Password, Bitwarden, etc.)
- Write it on paper and put it somewhere safe
- If you lose this, your funds are gone forever
- Copy your wallet address from the setup output
- Send SOL to this address from your main wallet
- Start small: 0.1-0.5 SOL is enough to test
- Wait 30 seconds for the transaction to confirm
Check your balance:
slopesniper status✅ Should show: Your SOL balance
Now message your Moltbot! Try these commands:
You: check my status
Bot: Shows your wallet address, SOL balance, and trading strategy
You: What's the price of SOL?
Bot: Shows current SOL price in USD
You: Buy $5 of BONK
Bot: Will find BONK, run safety checks, get a quote, and execute the trade
✅ If it works: Congrats! You're trading with AI! 🎉
Fix: Close and reopen your terminal, or add to PATH:
export PATH="$HOME/.local/bin:$PATH"Fix: The installation didn't complete. Try manually:
curl -fsSL https://astral.sh/uv/install.sh | sh
uv tool install "slopesniper-mcp @ git+https://github.com/optimizedwf/SlopeSniper.git#subdirectory=mcp-extension"Fix:
moltbot gateway --port 18789Leave this terminal open and open a new one for other commands.
Fix: Increase slippage tolerance:
slopesniper strategy --slippage 300(This sets 3% slippage instead of default 1%)
Fix: You need more SOL. Each trade needs:
- Trade amount (e.g., $5)
- Gas fees (~$0.01 per transaction)
Fix:
- Check gateway is running:
moltbot gateway status - Check channel is connected:
moltbot status - Restart gateway:
moltbot gateway restart
🎓 Learn the commands:
- Read SKILL.md
- All commands work via natural language
⚙️ Customize your strategy:
slopesniper strategy aggressive # Higher limits
slopesniper strategy conservative # Lower limits🔒 Back up your wallet:
slopesniper exportSave this output somewhere safe!
📊 Track your performance:
slopesniper pnl # Profit/loss
slopesniper history # Recent trades- ✅ Use a separate wallet - Never import your main wallet
- ✅ Start small - Test with $5-10 trades first
- ✅ Back up your key - Do this TODAY, not tomorrow
- ✅ Understand the risks - Crypto is volatile, meme coins especially
- ✅ Check safety scores - SlopeSniper runs rugcheck before every trade
- GitHub Issues: github.com/optimizedwf/SlopeSniper/issues
- Official Docs: github.com/optimizedwf/SlopeSniper
Ready to trade? Head to your Moltbot chat and say: check my status 🚀