# Lightspeed Transactions

{% hint style="info" %}
Reach out in [#](https://discord.com/channels/1241508519190986752/1241508986461622303)🆘[|support](https://discord.com/channels/1241508519190986752/1241508986461622303) in our [discord](https://discord.gg/V5eGaf35) channel if you have any questions
{% endhint %}

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](https://docs.solanavibestation.com/developers/lightspeed/overview).

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.&#x20;

**Real-time metrics** are posted [here](https://discord.com/channels/1241508519190986752/1316576906962796574)

### Tip Addresses

```
svsMoWJBwLcs8JgfN8VaF111tAc199KpYeTKRwxRtip
```

### How to use:

* Append `/lightspeed` to your **SVS** [**url**](/introduction/connection-information.md) **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](https://github.com/Solana-Vibe-Station/lightspeed-examples) or in our [API docs](/developers/lightspeed/overview/lightspeed.md)<br>

{% hint style="info" %}
Example URL

http(s)://\<TIER>.swqos.solanavibestation.com/lightspeed?api\_key=\<API-KEY-GOES-HERE>
{% endhint %}

#### Example Benchmark

<figure><img src="/files/FD0zX4D3j5pExBoPobMu" alt=""><figcaption><p>Memobench example of landing time. This was around our average given our testing over a week.</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.solanavibestation.com/services/solana-node-services/lightspeed-transactions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
