Overview
The Lightspeed project is Solana Vibe Station's solution to landing transactions on the Solana blockchain as fast as possible. Lightspeed requires a tip instruction to one of the below addresses in order to have your transactions propagated though our network.
Tip Addresses
53PhM3UTdMQWu5t81wcd35AHGc5xpmHoRjem7GQPvXjA
9tYF5yPDC1NP8s6diiB3kAX6ZZnva9DM3iDwJkBRarBB
Speed Tiers
Lightspeed has two different speeds which is based off your tip amount supplied.
Fast -------> Requires a minimum of 0.0001 SOL tip to use Lightspeed
Fastest ---> Requires at least a 0.001 SOL tip to obtain the absolute fastest landing speeds.
How it works
User sends a sendTransaction request to one of the endpoints
User transaction is then validated for completeness and tip existence
Lightspeed engine forwards to appropriate upstream peers based on tip amount and route specified by user
User transaction then races among multiple different routes to be processed by leader validator

Last updated