Tradingawaiting samples

Fastest Solana RPC for tx landing, live slot delta benchmark

How fast each landing service gets a signed mainnet tx confirmed. Slot delta = number of Solana slots between submit and confirmed (1 slot is roughly 400 ms). Active probing every hour from us-east.

Read this carefully

Six caveats. (1) us-east only, sgp / eu-west arrive in V2. (2) One pre-registered tip per service. (3) Synthetic payload (1-lamport + memo); real swaps may land differently. (4) Helius / Astralane / Nozomi fan out to Jito internally; Jito control probe runs each cycle. (5) Confirmation = `confirmed`. (6) Slot delta is canonical; ms is derived (≈ slot_delta × 400 ms + RTT). Pair with /benchmarks/solana-tx-landing.

This benchmark answers the only question that matters to a Solana trader picking a landing service. how many slots does your signed mainnet transaction take to reach the confirmed state on chain. Every hour from a us-east probe, the harness submits an identical signed tx through each of 5 services in parallel, captures the submit slot before send and the land slot from the signatureSubscribe WebSocket notification at commitment=confirmed, and increments per-service Prometheus histograms. Headline numbers shown are p50 and p99 slot delta over a rolling 7-day window. Wall-clock milliseconds are published alongside for intuition (one Solana slot is ~400 ms, so a p50 of 1 slot is ~400 ms wall-clock plus submission RTT) but slot delta is the canonical, sponsor-proof on-chain measurement. Why slot delta is the right metric. Solana confirmation is a slot-level event. when a slot reaches supermajority vote, every transaction in it becomes confirmed simultaneously. Wall-clock ms conflates HTTP submission time, our RPC's polling lag, and network RTT to the public WebSocket - all of which are measurement artifacts unrelated to the landing service's actual routing quality. Slot delta is what the chain itself records. Coverage. 5 services probed in V0-Lean. Jito Block Engine (the control / baseline because Helius, Astralane, Nozomi all internally route some flow through it). Helius Sender in `swqos_only=true` mode (isolates the Helius own-path from the Jito leg). Astralane Iris (tip-refund mechanism). Nozomi by Temporal Labs (premium tier, hard 1M lamport tip floor). 0slot.trade (premium tier). NextBlock, bloXroute and SolanaVibeStation arrive in the next tier (V1) once the first sponsors land. Companion bench. /benchmarks/solana-tx-landing measures market share via on-chain tip-wallet attribution - who carries the flow today, regardless of speed.

Draft. no live data yet

The spec is published. Numbers will appear here as soon as the harness starts emitting metrics.

Source code