2.4 Understanding the Output

Every line in the terminal is a candidate trade idea.

Example: [16:15:02] SOL/USDC | jupiter@0.008822 → raydium@0.003801 | spread -56.91% | profit 1.20% (120bps)

Breakdown:

  • 16:15:02Timestamp when the engine detected the opportunity.

  • SOL/USDCPair being scanned.

  • jupiter@0.008822Buy venue + price: buy on Jupiter at 0.008822.

  • raydium@0.003801Sell venue + price: sell on Raydium at 0.003801.

  • spread -56.91% – raw price difference between the two venues.

  • profit 1.20%estimated net profit after fees/slippage.

  • (120bps) – profit expressed in basis points (1.20% = 120bps).

Color coding:

  • Green – high-profit opportunities (> 1%).

  • Yellow – medium profit (0.5–1%).

  • Red – lower profit but above threshold (0.1–0.5%).

Use it like this:

  1. Read line.

  2. Decide if the net % and bps are worth your size & risk.

  3. If yes, you go to your own execution stack (or Capture Bot) and try to lock the spread.

Last updated