Documentation Index
Fetch the complete documentation index at: https://docs.lasersell.io/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Private RPC endpoint. We recommend signing up for a free tier RPC from Helius, Shyft, or Chainstack. A private RPC gives you faster balance updates and more reliable transaction confirmations than the public Solana RPC.
- LaserSell API key. Sign up at app.lasersell.io to create a free API key. The free tier is enough for most users.
Install
Setup
Run LaserSell. The setup wizard starts automatically on first launch:Verify
Run a health check to confirm everything is connected:SMOKE OK. Then start LaserSell:
What Happens Now
LaserSell is a passive monitor. It does not place trades for you. Instead, it watches your wallet for new token purchases and handles the sell side automatically.- You buy tokens using whatever platform you already trade on.
- LaserSell detects the buy automatically within seconds
- The CLI logs the position as active with live PnL updates
- When any exit condition fires (take profit, stop loss, trailing stop, deadline, or graduation), LaserSell builds and signs the sell transaction automatically
- You keep trading. LaserSell keeps selling.
Your First Automated Exit
Walk through the full loop to see LaserSell in action:- LaserSell is running. You see log output confirming the stream is connected and your wallet is registered.
- Buy a small position on any supported platform. Start small so you can watch the mechanics without risking real capital.
- Watch the logs. Within seconds, you’ll see
session_startedandpnl_updateevents for your new position. - The exit fires. When your take profit, stop loss, trailing stop, or deadline condition triggers, you’ll see
sell_scheduledfollowed bysell_completewith the on-chain signature.
Adjust Your Strategy
Edit~/.lasersell/config.yml to tune your strategy, then restart the daemon. Or re-run the setup wizard:
Next Steps
- CLI Reference: Log events, CLI flags, headless operation, and copy trading
- Example Configuration: Full config reference with all available fields
- Initial Setup: Re-run the setup wizard with
lasersell --setup - Key Safety: Protect your keys

