Lightspeed Transactions
Solana Vibe Station has partnered with a large pool of validators to bring our staked RPC users an even faster option for submitting transactions via our Lightspeed network. This is a tip based service to land transactions as fast as possible. Larger tips translates to faster transaction processing times.
The minimum tip required is .001 SOL or 1,000,000 lamports per transaction.
You can utilize this service on any SWQoS tier by appending /lightspeed
to your existing SWQoS endpoint and including a system transfer instruction to the Lightspeed tipping address that is listed below.
Real-time metrics are posted here
Tip Address
53PhM3UTdMQWu5t81wcd35AHGc5xpmHoRjem7GQPvXjA
How to use:
Append
/lightspeed
to your SWQoS url as a sendTransaction only URLInclude transfer instruction to tip address above with the minimum tip of .001 SOL
Make sure to set "skipPreflight: true" in your sendTransaction request parameters
Implementation example can be found on our Github
Example Benchmark

Last updated