Co-Located Server (Exit Intelligence Stream)
This is the latency that matters for automated exits. When the Exit Intelligence Stream detects that your take profit, stop loss, or trailing stop has been triggered, it calls the LaserSell API over the co-located network to build the sell transaction. The transaction is then returned to your client for signing.Buy Transaction Build
0.01 SOL buy, 20% slippage, 20 iterations:Sell Transaction Build
1,000,000 tokens, 20% slippage, 20 iterations:
On the co-located path, LaserSell builds transactions in under 5 ms on average. The next fastest method is over 12x slower. This is the path used by the Exit Intelligence Stream for automated exits.
Public Internet (SDK and API)
Standard API latency over the public internet, measured from a MacBook Pro. This represents the latency experienced by developers making direct REST API calls from their own applications. Desktop App users do not experience these numbers. The Desktop App receives pre-built exit transactions through the Exit Intelligence Stream, which builds transactions on the co-located path (the sub-5ms numbers above) and pushes them to the client over a persistent WebSocket connection.Buy Transaction Build
0.01 SOL buy, 20% slippage, 20 iterations:Sell Transaction Build
1,000,000 tokens, 20% slippage, 20 iterations:
Over the public internet, LaserSell is consistently the fastest with the tightest variance. The PumpFun SDK shows the most volatility, with worst-case latencies exceeding 4 seconds on buys and 2 seconds on sells. These numbers are relevant for SDK and API integrators building their own tools.
What is Being Compared
Each method takes a different approach to building a swap transaction:
LaserSell’s single-call architecture eliminates round trips, which is why it consistently outperforms multi-step approaches.

