Lightspeed Transactions

Reach out in #🆘|support in our discord channel if you have any questions

Solana Vibe Station has partnered with a large pool of validators to bring our 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. More information on tip specifics and other details of the service can be found here.

You can utilize this service on any paid RPC tier (either staked or un-staked) 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 Addresses

svsMoWJBwLcs8JgfN8VaF111tAc199KpYeTKRwxRtip

How to use:

  • Append /lightspeed to your SVS url as a sendTransaction only URL

  • Include transfer instruction to tip address above with the minimum tip of .001 SOL

  • Make sure to set "skipPreflight: true" in your sendTransaction request parameters

  • The getHealth rpc call can be used to keep alive your connection to the lightning endpoint

  • Implementation example can be found on our Github or in our API docs

Example URL

http(s)://<TIER>.swqos.solanavibestation.com/lightspeed?api_key=<API-KEY-GOES-HERE>

Example Benchmark

Memobench example of landing time. This was around our average given our testing over a week.

Last updated