Real-Time Exit Intelligence
The Exit Intelligence Stream is a persistent WebSocket connection that watches wallets, tracks positions, evaluates strategy in real time, and delivers pre-built exit transactions the moment thresholds are met. Instead of building your own PnL tracking, price monitoring, and exit logic from scratch, you connect to the stream and receive pre-built transactions. Your application defines the strategy (take profit, stop loss, trailing stop, deadline, sell on graduation) and LaserSell handles the rest. This means you can ship automated exit features to your users without building or maintaining the execution engine yourself.Buy and Sell Transaction Builder
The REST API builds unsigned swap transactions on demand via/v1/buy and /v1/sell. Full protocol coverage across Pump.fun, PumpSwap, Meteora DBC, Meteora DAMM V2, Raydium Launchpad, and Raydium CPMM.
You do not need to track AMM state, compute routes, or handle protocol-specific instruction formats. Send a request with the mint and amount, and the API returns an optimized unsigned transaction ready to sign and submit.
Your Keys, Your Signing
Every transaction the API returns is unsigned. You handle signing however your architecture requires. No keys ever touch LaserSell infrastructure. Whether your application manages wallets on behalf of users or has users sign directly, LaserSell fits into your existing key management setup without imposing any constraints on how you handle signing.Built-In Monetization
Every transaction your users execute through LaserSell can include a partner fee routed directly to your wallet. You set the fee (basis points or flat lamports) on each request, and it is enforced atomically on-chain as part of the swap. No invoicing, no reconciliation, no off-chain payment flows. Your revenue arrives in your wallet in the same transaction as the trade. See Partner Fees for implementation details. Enterprise partners can work with us on custom monetization arrangements.Multi-Protocol Coverage
A single integration gives your product coverage across the major Solana trading protocols:- Pump.fun bonding curves and PumpSwap markets
- Meteora Dynamic Bonding Curve (DBC) and Dynamic AMM V2
- Raydium Launchpad and CPMM pools
Four SDKs
Integrate in the language that fits your stack: All four SDKs share the same request/response schemas, error types, and retry behavior.Where LaserSell Fits
Any product where users hold Solana tokens and need to sell them can benefit from LaserSell. Here are some examples, but this is not an exhaustive list. If your product involves token trading on Solana, there is likely a place for Exit Intelligence in your stack.Bots (Telegram, Discord, CLI, or Custom)
Give your bot users automated TP, SL, and trailing stop on every trade. Connect to the Exit Intelligence Stream per user wallet, and deliver exit notifications or auto-execute sells when conditions are met. Partner fees let you monetize every trade your bot processes.Web and Mobile Trading Platforms
Add one-click buy/sell and automated exit strategies to your trading UI. The transaction builder handles protocol routing and the Exit Intelligence Stream provides real-time PnL updates to power live dashboards.Launchpad and Deployer Tools
Automate post-launch exit workflows for token creators. When a deployer launches through your tool, LaserSell can monitor the position and execute the creator’s exit plan automatically.Copy Trading and Signal Groups
When a signal fires or a leader enters a position, LaserSell can manage the exit for every follower automatically. Each wallet gets its own strategy evaluation and exit execution without any manual intervention.Portfolio Trackers, Analytics, and Alerting
Connect to the Exit Intelligence Stream for real-time position tracking, PnL updates, and exit event data across all supported protocols. Power analytics dashboards, alerting systems, or risk management tools.Browser Extensions and Wallet Add-Ons
Embed automated exit functionality directly into the browsing experience. Users buy on any platform and your extension uses LaserSell to manage the sell in the background.Anything Else
If your users are trading tokens on Solana, LaserSell’s exit engine and transaction builder are designed to plug in. The API is protocol-agnostic from your perspective. You send a mint and an amount, and get back an optimized transaction. The Exit Intelligence Stream watches wallets and delivers exit signals in real time. How you surface that to your users is entirely up to you.Getting Started
- Get an API key at app.lasersell.io (free, instant).
- Read the API overview at API and SDK Overview.
- Build your first transaction with the Quickstart.
- Connect the Exit Intelligence Stream with the Stream Overview.
- See plans and limits at Rate Limits and Tiers.

